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

Commit

Permalink
Update to AIO Boot v0.1.4.2
Browse files Browse the repository at this point in the history
Update to AIO Boot v0.1.4.2
  • Loading branch information
nguyentumine committed Jun 20, 2016
1 parent 61a718e commit 933fac5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Boot/grub/antivirus.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ menuentry "Bitdefender Rescue CD" --class icon-bit {
if [ -e ${path}${file} ]; then
booting ${file} ${path}
loopback loop ${path}${file}
if [ "${grub_platform}" == "pc" ]; then
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}
if [ "$pc" ]; then
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}
initrd (loop)/boot/initfs.i386-pc
fi
if [ "${grub_platform}" == "efi" ]; then
linux (loop)/boot/kernel.x86_64-efi ${kopts_common} ${kopts_silent} lang=en isoboot=${path}${file}
if [ "$efi" ]; then
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}
initrd (loop)/boot/initfs.x86_64-efi
fi
else
Expand Down
4 changes: 2 additions & 2 deletions Boot/grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ else
fi

if loadfont $font ; then
set gfxmode=1024x768
set gfxpayload=1024x768
set gfxmode=1024x768x24,1024x768x16,auto
set gfxpayload=keep
load_video
insmod gfxterm
insmod png
Expand Down

0 comments on commit 933fac5

Please sign in to comment.