new: dynamic grub boot option
This commit is contained in:
parent
faccb3b101
commit
bd28c0fe73
@ -10,7 +10,7 @@ then
|
||||
terminal_output gfxterm
|
||||
fi
|
||||
|
||||
menuentry 'MatterLinux 24' --class os {
|
||||
menuentry 'MatterLinux VERSION_HERE ISO' --class os {
|
||||
insmod gzio
|
||||
insmod part_msdos
|
||||
linux /boot/vmlinuz-linux loglevel=3
|
||||
|
1
iso.sh
1
iso.sh
@ -9,4 +9,5 @@ build() {
|
||||
echo "root:root" | chpasswd
|
||||
systemctl preset-all
|
||||
cp /usr/sbin/init .
|
||||
sed -i "s/VERSION_HERE/$VERSION/g" /boot/grub/grub.cfg
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user