diff options
Diffstat (limited to 'env.sh')
-rw-r--r-- | env.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ LFS_PART="1" # Filesystem to use for LFS LFS_FS="EXT4" +# Swap device to use for LFS +LFS_SWAP="/dev/sda2" + # LFS User password (not used at this time) LFS_PWD="lfs" |