mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-31 07:08:35 -04:00
Fix the issue when booting latest systemrescue
This commit is contained in:
parent
86b13727ca
commit
58b1bbe0b5
1 changed files with 3 additions and 0 deletions
|
@ -362,6 +362,9 @@ function distro_specify_initrd_file_phase2 {
|
||||||
vt_linux_specify_initrd_file /pyabr/boot/initrfs.img
|
vt_linux_specify_initrd_file /pyabr/boot/initrfs.img
|
||||||
elif [ -f (loop)/initrd0.img ]; then
|
elif [ -f (loop)/initrd0.img ]; then
|
||||||
vt_linux_specify_initrd_file /initrd0.img
|
vt_linux_specify_initrd_file /initrd0.img
|
||||||
|
elif [ -f (loop)/sysresccd/boot/i686/sysresccd.img ]; then
|
||||||
|
vt_linux_specify_initrd_file /sysresccd/boot/i686/sysresccd.img
|
||||||
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue