about summary refs log tree commit diff stats
path: root/scripts/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install.sh')
-rw-r--r--scripts/install.sh7
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"