From 5fb10383f44b1dd6abaf76d9f5835b21a8e2d4ea Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Mon, 11 Apr 2022 13:01:54 +0400 Subject: [PATCH] Change Ubuntu Sway to Ubuntu Sway Remix --- etc/config/bootloaders/grub-pc/grub.cfg | 4 ++-- etc/config/bootloaders/isolinux/live.cfg.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/config/bootloaders/grub-pc/grub.cfg b/etc/config/bootloaders/grub-pc/grub.cfg index ea2afdb..0b23caa 100644 --- a/etc/config/bootloaders/grub-pc/grub.cfg +++ b/etc/config/bootloaders/grub-pc/grub.cfg @@ -37,12 +37,12 @@ set timeout=10 set timeout_style=menu -menuentry "Start Ubuntu Sway" --class ubuntudde { +menuentry "Start Ubuntu Sway Remix" --class ubuntudde { set gfxpayload=keep linux /casper/vmlinuz boot=casper quiet splash --- initrd /casper/initrd.lz } -menuentry "Start Ubuntu Sway (Safe Graphics)" --class recovery { +menuentry "Start Ubuntu Sway Remix (Safe Graphics)" --class recovery { set gfxpayload=keep linux /casper/vmlinuz boot=casper nomodeset quiet splash --- initrd /casper/initrd.lz diff --git a/etc/config/bootloaders/isolinux/live.cfg.in b/etc/config/bootloaders/isolinux/live.cfg.in index 42b385e..6ae563a 100644 --- a/etc/config/bootloaders/isolinux/live.cfg.in +++ b/etc/config/bootloaders/isolinux/live.cfg.in @@ -5,7 +5,7 @@ MENU AUTOBOOT Booting ubuntu sway live disk in # seconds timeout 50 label live-@FLAVOUR@ - menu label ^Start Ubuntu Sway + menu label ^Start Ubuntu Sway Remix menu default linux /casper/vmlinuz initrd /casper/initrd.lz @@ -14,7 +14,7 @@ label live-@FLAVOUR@ MENU SEPARATOR label live-failsafe - menu label Start Ubuntu Sway (Safe Graphics) + menu label Start Ubuntu Sway Remix (Safe Graphics) set gfxpayload=keep linux /casper/vmlinuz initrd /casper/initrd.lz