diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-13 14:10:37 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-13 14:10:37 -0500 |
commit | a200356b8fcd999591f92372d561ce5efc96cf11 (patch) | |
tree | 69f443ad9cd4e18137e4100e4a5990550b34a547 | |
parent | 70ca21d0511ea00c6bed4094ae54b5f2815007eb (diff) |
Add swap device to environment variables.
-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" |