1.0.12 release

This commit is contained in:
longpanda
2020-05-30 20:13:04 +08:00
parent c8e86938fe
commit 8cde5a4898
17 changed files with 208 additions and 14 deletions

View File

@@ -17,7 +17,7 @@
#************************************************************************************
function ventoy_power {
configfile ${vtoy_path}/grub/power.cfg
configfile ($root)/grub/power.cfg
}
function get_os_type {
@@ -117,9 +117,11 @@ function distro_specify_initrd_file_phase2 {
vt_linux_specify_initrd_file /boot/iniramfs.igz
elif [ -f (loop)/initrd-x86_64 ]; then
vt_linux_specify_initrd_file /initrd-x86_64
elif [ -f (loop)/live/initrd.img ]; then
elif [ -f (loop)/live/initrd.img ]; then
vt_linux_specify_initrd_file /live/initrd.img
elif [ -f (loop)/initrd.img ]; then
vt_linux_specify_initrd_file /initrd.img
fi
}

Binary file not shown.