diff options
Diffstat (limited to 'env.sh')
-rw-r--r-- | env.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ #!/bin/bash +set -e # Begin book environment settings @@ -19,7 +20,7 @@ CONFIG_SITE="${LFS}/usr/share/config.site" LFS_VER="LFS_10_1" # Disk where LFS partition will exist / or exists -LFS_DISK="/dev/sdb" +LFS_DISK="/dev/sda" # Partition number where LFS will exist / or exists LFS_PART="1" |