scripts removed, no need for lilo

This commit is contained in:
ed barz 2020-05-02 15:36:32 +02:00
parent 790d2c39d8
commit 4ffa455fe1
1 changed files with 0 additions and 32 deletions

View File

@ -1,32 +0,0 @@
#!/bin/sh
IMG=$(ls /boot/vmlinuz*|sort -r|sed 1q)
VERS=$(echo $IMG | sed 's/\/boot\/vmlinuz-//')
INIT=/boot/initramfs-$VERS.img
ROOT_UUID=$(cat /etc/fstab|grep "UUID"|awk '{print $1}')
LBOOT="$1"
#global setup
printf "boot=$LBOOT
prompt
timeout=150
lba32
root=\"$ROOT_UUID\"
vga=normal
read-only
menu-title=\"edbarz9's computer\"
\n\n
#image setup
image = $IMG
\tlabel = \"$VERS\"
\t#root = \"$ROOT_UUID\"
\tread-only
\tinitrd = $INIT\n" > /etc/lilo.conf
lilo