Alpine: update config from syslinux (still not working)
This commit is contained in:
parent
007b4a6bbe
commit
056e1bee75
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
# Alpine Linux Grub config
|
||||
|
||||
|
||||
set this_isopath="${isodev}${isopath}/alpine"
|
||||
|
||||
# abuse for to check for existence
|
||||
|
@ -32,8 +33,8 @@ for isofile in ${this_isopath}/alpine-standard*.iso; do
|
|||
|
||||
echo "Using ${isoname}..."
|
||||
loopback loop "${isodev}${isofile}"
|
||||
linux (loop)/boot/grsec initrd=/boot/grsec.gz iso-scan/filename=${isofile} alpine_dev=usbdisk:exfat modules=loop,cramfs,sd-mod,usb-storage
|
||||
initrd (loop)/boot/grsec.gz
|
||||
linux (loop)/boot/vmlinuz-lts iso-scan/filename=${isofile} alpine_dev=usbdisk:vfat modules=loop,squashfs,cramfs,sd-mod,usb-storage
|
||||
initrd (loop)/boot/initramfs-lts
|
||||
}
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue