We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d49ba9 commit f66889dCopy full SHA for f66889d
bin/GenGrubConf
@@ -35,8 +35,9 @@ fi
35
GrepReplace -B /System/Kernel/Devices /dev "$GRUB_DIR/grub.cfg"
36
37
# Make the OS string prettier
38
-GrepReplace -B "GoboLinux GNU/Linux" "GoboLinux" "$GRUB_DIR/grub.cfg"
39
-GrepReplace -B "GoboLinux, with Linux[^\'\(]*" "GoboLinux with VESA framebuffer driver" "$GRUB_DIR/grub.cfg"
+GOBO_VERSION=$(cat /System/Settings/GoboLinuxVersion)
+GrepReplace -B "GoboLinux GNU/Linux" "GoboLinux $GOBO_VERSION" "$GRUB_DIR/grub.cfg"
40
+GrepReplace -B "GoboLinux, with Linux[^\'\(]*" "GoboLinux $GOBO_VERSION with VESA framebuffer driver" "$GRUB_DIR/grub.cfg"
41
GrepReplace -B "driver(" "driver (" "$GRUB_DIR/grub.cfg"
42
43
# All options: Make console UTF-8
0 commit comments