From a200356b8fcd999591f92372d561ce5efc96cf11 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 13 Apr 2021 14:10:37 -0500 Subject: Add swap device to environment variables. --- env.sh | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3-54-g00ecf