mirror of
https://github.com/kevadesu/TylkoLinux.git
synced 2025-03-09 16:51:57 +01:00
haihaihaihaihai
i eated my right arm
This commit is contained in:
parent
61fe4b6960
commit
7e6600ab10
2 changed files with 10 additions and 2 deletions
|
@ -1902,7 +1902,15 @@ function eic.linux.install() {
|
|||
make menuconfig
|
||||
make
|
||||
make modules_install
|
||||
mount /boot
|
||||
read -p "[i] Mount boot partition? <Y/N>: " 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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue