diff options
Diffstat (limited to 'scripts/install.sh')
-rw-r--r-- | scripts/install.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh index 20be4d3..6ed8663 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,6 +1,9 @@ #!/bin/bash # Set Global Vars +DIR=$(dirname "$PWD"); +DIR_CONF=$DIR"/conf" + printf "1.1.2 EFI block; (/dev/sda1):" #read BLK_EFI BLK_EFI="/dev/sda1" @@ -121,8 +124,10 @@ CHROOT="/mnt" echo "1.1.5. dns resolver, copy resolv.conf;" cp /etc/resolv.conf $CHROOT/etc - echo "1.6. Install Handbook" + echo "1.1.6. Install Handbook\n" cp $CHROOT/media/crux/handbook.txt $CHROOT/root/ + echo "1.1.7. Install Skeletons\n" + cp -r $DIR_CONF/skel $CHROOT/etc/ #} printf "Ready to chroot $CHROOT /bin/bash \n" |