]> gitweb.morketsmerke.org Git - greenOS.git/commitdiff
Dostosowanie plików programów rozruchowych
authorxf0r3m <jakubstasinski@protonmail.com>
Sun, 3 Sep 2023 12:55:48 +0000 (14:55 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Sun, 3 Sep 2023 12:55:48 +0000 (14:55 +0200)
grub/grub.cfg
isolinux/isolinux.cfg

index 95a4a52e338b84a25a2892f5c3b1c42fd8332875..686e59ea0f63b0aaea43508b89e4642f24104387 100644 (file)
@@ -15,12 +15,12 @@ set default="0"
 set timeout=30
 set color_highlight=black/green
 set color_normal=green/black
-menuentry "greenOS [EFI/GRUB]" {
+menuentry "greenOS 2.0 amd64 [EFI/GRUB]" {
        linux ($root)/live/vmlinuz boot=live
        initrd ($root)/live/initrd
 }
 
-menuentry "greenOS [EFI/GRUB] (nomodeset)" {
+menuentry "greenOS 2.0 amd64 [EFI/GRUB] (nomodeset)" {
        linux ($root)/live/vmlinuz boot=live
        initrd ($root)/live/initrd
 }
index d30de45a455c7675b25b0563bff387bb15d66c36..b8dcd582a2c7a361349b25df04e6903ec0d12a5f 100644 (file)
@@ -1,6 +1,6 @@
 UI vesamenu.c32
 
-MENU TITLE greenOS 1 (one) LiveCD amd64
+MENU TITLE greenOS 2.0 (Oak) LiveCD amd64
 DEFAULT linux
 TIMEOUT 600
 MENU RESOLUTION 640 480