aboutsummaryrefslogtreecommitdiffstats
path: root/env.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-19 22:51:55 +0000
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-19 22:51:55 +0000
commit2e2f8f359c865382cbc138e4572ab9a63d736775 (patch)
treef76a820e8f39d46926ad0e6a5dc8f478ae429615 /env.sh
parente4633200ea4609597950f991ce43f1a4d9f3cfbb (diff)
parent6b11f48c20f4411008c28ccb86463a98c0f06fef (diff)
Merge branch 'chapter10'
Diffstat (limited to 'env.sh')
-rw-r--r--env.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/env.sh b/env.sh
index 9666e97..18cab24 100644
--- a/env.sh
+++ b/env.sh
@@ -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"