aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index fb516fc..63ce9fe 100755
--- a/install.sh
+++ b/install.sh
@@ -50,6 +50,7 @@ elif [ "$_kernelflag" -eq 2 ]; then
echo "UUID=$UUID_BOOT /boot vfat defaults,noatime 0 2" > /mnt/etc/fstab
echo "UUID=$UUID_ROOT / ext4 defaults,noatime 0 1" >> /mnt/etc/fstab
cp post_chroot.sh /mnt
+ cp .config /mnt/usr/src
else
printf ${LIGHTRED}"Wrong kernelflag value.${NoColor}\n"
exit 1