aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorawy <awy@awy.one>2024-08-30 16:26:25 +0300
committerawy <awy@awy.one>2024-08-30 16:26:25 +0300
commitcef539e17ba3bac95343341b7532c6e2b8d44d40 (patch)
tree06b1a9853d06a5e07cf3fe4f890f8362adf84561 /install.sh
parent882f067cc40b978a1c9842a108b2fa7edb5a0536 (diff)
tidy
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