summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-08-20 13:52:53 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-08-20 13:52:53 +0100
commitda80ba5720edd8a70e4ce0b851860eada857dc1a (patch)
tree54fbbde01962b63c6270748aad964a3000809ef1
parent361c085993ec13630f7497484ae2896d126e8861 (diff)
Revert "bootcore : bump to r1708, enable fbcondecor in live mode"
This reverts commit 361c085993ec13630f7497484ae2896d126e8861.
-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 4608408..9b948b4 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=1708
+iso_version=1706-r1
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 loglevel=1 console=tty1 rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 splash=silent,theme:default 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 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
}