fix: remove `grub-btrfs` from bootloader install

grub-btrfs is a dependency of timeshift-autosnap, but is not required
axtloss/rework-partitioning
Michal Stopyra 2 years ago
parent b30af8f8c9
commit 8f5a4c5ace

@ -76,7 +76,6 @@ pub fn install_bootloader_efi(efidir: PathBuf) {
install::install(vec![
"grub",
"efibootmgr",
"grub-btrfs",
"crystal-grub-theme",
"os-prober",
"crystal-branding",
@ -128,7 +127,6 @@ pub fn install_bootloader_efi(efidir: PathBuf) {
pub fn install_bootloader_legacy(device: PathBuf) {
install::install(vec![
"grub",
"grub-btrfs",
"crystal-grub-theme",
"os-prober",
"crystal-branding",

Loading…
Cancel
Save