summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-08-07 13:29:01 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-08-07 13:29:01 +0100
commit907698154c2e980a3ff4a2e7f4bb8853d61b5964 (patch)
tree31f7e315af2009f890c4085b8959583de02ea976
parent5dc317de709c9cc5a27a6ce0a42d2a0e85cda156 (diff)
tag beta release, drop iso_flavour
-rwxr-xr-xcdroot/boot/grub/grub.cfg7
1 files changed, 2 insertions, 5 deletions
diff --git a/cdroot/boot/grub/grub.cfg b/cdroot/boot/grub/grub.cfg
index 8c9f545..5c74848 100755
--- a/cdroot/boot/grub/grub.cfg
+++ b/cdroot/boot/grub/grub.cfg
@@ -3,10 +3,7 @@
iso_distro=Kogaion
export iso_distro
-iso_flavour=XFCE
-export iso_flavour
-
-iso_version=3_alpha_4.0
+iso_version=3_beta
export iso_version
iso_theme=kogaion
@@ -80,7 +77,7 @@ if [ x$modeset_opt = x ]; then
export modeset_opt
fi
-menuentry "Start $iso_distro $iso_flavour $iso_version" --class kogaion --class gentoo --class gnu-linux {
+menuentry "Start $iso_distro $iso_version" --class kogaion --class gentoo --class gnu-linux {
set gfxpayload=keep
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"