This repository was archived by the owner on Dec 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ menuentry "Bitdefender Rescue CD" --class icon-bit {
1717 if [ -e ${path}${file} ]; then
1818 booting ${file} ${path}
1919 loopback loop ${path}${file}
20- if [ " ${grub_platform} " == " pc" ]; then
21- linux (loop)/boot/kernel.i386-pc root =/dev/ram0 real_root =/dev/loop0 loop =/rescue/livecd.squashfs cdroot_marker =/rescue/livecd.squashfs initrd udev cdroot scandelay =10 quiet splash lang =en isoboot =${path}${file}
20+ if [ " $pc" ]; then
21+ linux (loop)/boot/kernel.i386-pc root =/dev/ram0 real_root =/dev/loop0 loop =/rescue/livecd.squashfs cdroot_marker =/rescue/livecd.squashfs initrd udev cdroot scandelay =10 lang =en isoboot =${path}${file}
2222 initrd (loop)/boot/initfs.i386-pc
2323 fi
24- if [ " ${grub_platform} " == " efi" ]; then
25- linux (loop)/boot/kernel.x86_64-efi ${kopts_common} ${kopts_silent} lang =en isoboot =${path}${file}
24+ if [ " $efi" ]; then
25+ linux (loop)/boot/kernel.x86_64-efi root =/dev/ram0 real_root =/dev/loop0 loop =/rescue/livecd.squashfs cdroot_marker =/rescue/livecd.squashfs initrd udev cdroot scandelay =10 lang =en isoboot =${path}${file}
2626 initrd (loop)/boot/initfs.x86_64-efi
2727 fi
2828 else
Original file line number Diff line number Diff line change 6969fi
7070
7171if loadfont $font ; then
72- set gfxmode =1024x768
73- set gfxpayload =1024x768
72+ set gfxmode =1024x768x24,1024x768x16,auto
73+ set gfxpayload =keep
7474 load_video
7575 insmod gfxterm
7676 insmod png
You can’t perform that action at this time.
0 commit comments