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

Loading…
Cancel
Save