Merge pull request #16 from crystal-linux/development

Merge development into main
axtloss/rework-partitioning
axtloss 2 years ago committed by GitHub
commit c08f2ffd76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
pkgname=jade
pkgver=1.0.7
pkgrel=1
pkgrel=2
pkgdesc="Scriptable backend & TUI Installer for Crystal Linux"
license=('GPL3')
arch=('x86_64')

@ -58,7 +58,6 @@ pub fn install_bootloader_efi(efidir: PathBuf) {
"grub",
"efibootmgr",
"grub-btrfs",
"crystal-grub-theme",
"os-prober",
]);
let efidir = std::path::Path::new("/mnt").join(efidir);
@ -89,13 +88,6 @@ pub fn install_bootloader_efi(efidir: PathBuf) {
),
"install grub as efi without --removable",
);
files_eval(
append_file(
"/mnt/etc/default/grub",
"GRUB_THEME=\"/usr/share/grub/themes/crystal/theme.txt\"",
),
"enable crystal grub theme",
);
exec_eval(
exec_chroot(
"grub-mkconfig",

Loading…
Cancel
Save