Merge branch 'axtlos/install-kernel-headers' into 'main'

Preinstall kernel headers

See merge request crystal/software/jade!4
axtloss/rework-partitioning
axtloss 1 year ago
commit 847d58ce7c

@ -24,6 +24,7 @@ pub fn install_base_packages(kernel: String) {
// Base Arch
"base",
kernel_to_install,
format!("{kernel_to_install}-headers").as_str(),
"linux-firmware",
"systemd-sysvcompat",
"networkmanager",

@ -156,10 +156,7 @@ fn install_sway() {
"polkit-gnome",
]);
files_eval(
files::append_file(
"/mnt/etc/sway/config",
"exec --no-startup-id dex -a\n",
),
files::append_file("/mnt/etc/sway/config", "exec --no-startup-id dex -a\n"),
"Add dex to sway config for autostart",
);
files_eval(

Loading…
Cancel
Save