bizdelnick

joined 1 year ago
[–] bizdelnick@lemmy.ml 2 points 11 months ago (1 children)

Try different bootloader entries, there should be something like failsafe mode.

[–] bizdelnick@lemmy.ml 1 points 11 months ago

Doesn't your browser take it all yet? Don't worry, web frameworks' developers are working on that.

[–] bizdelnick@lemmy.ml 1 points 11 months ago (1 children)

Yes, it's kinda magic if you are unable to remove them in non-atomic distro.

[–] bizdelnick@lemmy.ml 3 points 11 months ago (3 children)

There's no any magic that could reduce Silverblue size, it is based on the same packages as Workstation. Only the installed subset of packages can differ.

[–] bizdelnick@lemmy.ml 5 points 11 months ago (6 children)

What distros are you talking about? Even if install all available DEs, any distro will take ~10 GiB or a bit more. Default installation is much smaller.

[–] bizdelnick@lemmy.ml 8 points 11 months ago

OMFG there are so many package managers but you made chocolatey instead...

[–] bizdelnick@lemmy.ml 1 points 11 months ago (3 children)

You need to add class to this line:

echo "submenu '$(gettext_printf "Advanced options for %s" "${OS}" | grub_quote)' $menuentry_id_option 'gnulinux-advanced-$boot_device_id' {"

Insert ${CLASS} before $menuentry_id_option:

echo "submenu '$(gettext_printf "Advanced options for %s" "${OS}" | grub_quote)' ${CLASS} $menuentry_id_option 'gnulinux-advanced-$boot_device_id' {"
[–] bizdelnick@lemmy.ml 1 points 11 months ago (5 children)

See if this entry generated by another script in this directory.

[–] bizdelnick@lemmy.ml 5 points 11 months ago (8 children)

These files are not changed on updates. grub.cfg will be changed, but it will contain what these scripts write into it, so if you add classes to them, they will appear in new grub.cfg.

To test that everything works as expected, backup your current grub.cfg and run sudo update-grub.

[–] bizdelnick@lemmy.ml 6 points 11 months ago (10 children)

Scripts that generate grub.cfg are located in /etc/grub.d/. You can edit them to specify classes. In my system (Debian) entries you ask about are added in /etc/grub.d/10_linux and /etc/grub.d/30_uefi-firmware.

view more: ‹ prev next ›