summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-08-20 13:54:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-08-20 13:54:55 +0100
commit328afbc9fb4f4f0eecdc3e9c4eb6cd82399ce528 (patch)
tree951923bb378c24814d6285fd2ee277080559fb51
parentda80ba5720edd8a70e4ce0b851860eada857dc1a (diff)
bump to r1708, revert to using plymouth
-rwxr-xr-xcdroot/boot/grub/grub.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/cdroot/boot/grub/grub.cfg b/cdroot/boot/grub/grub.cfg
index 9b948b4..e7e9114 100755
--- a/cdroot/boot/grub/grub.cfg
+++ b/cdroot/boot/grub/grub.cfg
@@ -1,7 +1,7 @@
iso_distro=Redcore
export iso_distro
-iso_version=1706-r1
+iso_version=1708
export iso_version
iso_theme=redcore
@@ -74,7 +74,7 @@ menuentry "Start $iso_distro $iso_version" --class redcore --class gentoo --clas
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
- linux /boot/vmlinuz rd.live.image root=CDLABEL=$iso_label rootfstype=auto vconsole.keymap=${bootkeymap} rd.locale.LANG=${bootlang} modprobe.blacklist=vboxvideo console=tty0 rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 splash quiet ${vesa_opt} ${modeset_opt} ${acpi_opt} --
+ linux /boot/vmlinuz rd.live.image root=CDLABEL=$iso_label rootfstype=auto vconsole.keymap=${bootkeymap} rd.locale.LANG=${bootlang} modprobe.blacklist=vboxvideo loglevel=1 console=tty0 rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 splash quiet ${vesa_opt} ${modeset_opt} ${acpi_opt} --
initrd /boot/initrd
}