Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.

Commit 933fac5

Browse files
committed
Update to AIO Boot v0.1.4.2
Update to AIO Boot v0.1.4.2
1 parent 61a718e commit 933fac5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Boot/grub/antivirus.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

Boot/grub/grub.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ else
6969
fi
7070

7171
if 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

0 commit comments

Comments
 (0)