diff --git a/Einrichter-in-chroot.sh b/Einrichter-in-chroot.sh index 5c7433b..2766851 100755 --- a/Einrichter-in-chroot.sh +++ b/Einrichter-in-chroot.sh @@ -1902,7 +1902,15 @@ function eic.linux.install() { make menuconfig make make modules_install - mount /boot + read -p "[i] Mount boot partition? : " OPT + case $OPT in + Y|y|Yes|yes|YES) + mount /boot + ;; + *) + echo "[i] Skipped mount." + ;; + esac cp -iv arch/x86/boot/bzImage /boot/vmlinuz-6.10.5-lfs-12.2-systemd cp -iv System.map /boot/System.map-6.10.5 cp -iv .config /boot/config-6.10.5 diff --git a/README.md b/README.md index 94bdcd1..9a68be1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Working on the guide, at [RSCC](https://rootsource.cc/Articles/tylkolinux-instal ## To do -- [ ] ~~Make a package manager~~ Nix will be used +- [ ] ~~Make a package manager~~ ~~*Nix will be used*~~ Nah fuck that we need an actual package manager - [X] Try to make system bootable