<!-- Directory in which LFS system will be installed. -->
<!ENTITY LFS "/mnt/lfs">


<!-- Location of your LFS packages. -->
<!ENTITY orig_packages_dir "/usr/src/packages/LFS/&LFS-version;">


<!-- Directory (inside LFS) where all packages will be copied. -->
<!ENTITY packages_dir "/usr/src/packages/LFS/&LFS-version;">


<!-- Directory (inside LFS) where all packages will be compiled. -->
<!ENTITY build_dir "/static/usr/src">


<!-- Partition of your new LFS system. -->
<!ENTITY lfs_partition "/dev/hda6">


<!-- Type of your LFS partition. -->
<!ENTITY fs_type "ext2">


<!-- Swap partition. -->
<!ENTITY swap_partition "/dev/hda3">


<!-- Name of your machine. -->
<!ENTITY hostname "lfs">


<!-- Some networking entities. -->
<!ENTITY gateway "">
<!ENTITY gateway_if "eth0">
<!ENTITY on_boot "no">
<!ENTITY IP "192.168.1.1">
<!ENTITY netmask "255.255.255.0">
<!ENTITY broadcast "192.168.1.255">


<!-- Timezone file. -->
<!ENTITY localtime "../usr/share/zoneinfo/Europe/Belgrade">

<!-- Keymap file. -->
<!ENTITY keymap "i386/qwerty/us.kmap.gz">

<!-- Whether your hardware clock is set to GMT time, or not. -->
<!ENTITY UTC "0">


<!-- Temporary user name used for installing Chapter 5. -->
<!ENTITY lfs-user "lfs">

<!-- Temporary user's directory. -->
<!ENTITY lfs-user-dir "/home/&lfs-user;">


<!-- Root password for your newly built system. -->
<!ENTITY password "lfs123">


<!-- LFS book version -->
<!ENTITY LFS-version "4.0">


<!-- Single download location where all packages reside. -->
<!ENTITY remote_location "ftp://ftp.linuxfromscratch.org/lfs-packages/4.0">
