mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 00:11:15 +00:00
Adding support for MiniOS. (#1317)
* Create minios-hook.sh * Create minios-disk.sh * Update ventoy-hook.sh * Update grub.cfg * Update README.md
This commit is contained in:
@@ -234,6 +234,8 @@ function distro_specify_initrd_file {
|
||||
vt_linux_specify_initrd_file /initrd.gz
|
||||
elif [ -e (loop)/slax/boot/initrfs.img ]; then
|
||||
vt_linux_specify_initrd_file /slax/boot/initrfs.img
|
||||
elif [ -e (loop)/minios/boot/initrfs.img ]; then
|
||||
vt_linux_specify_initrd_file /minios/boot/initrfs.img
|
||||
elif [ -e (loop)/pmagic/initrd.img ]; then
|
||||
vt_linux_specify_initrd_file /pmagic/initrd.img
|
||||
elif [ -e (loop)/boot/initrd.xz ]; then
|
||||
|
Reference in New Issue
Block a user