mkinitcpio and packages update
This commit is contained in:
parent
38ea0f8007
commit
9eb58fe064
@ -1,4 +1,4 @@
|
|||||||
packages = ["manjaro-xfce-settings", "manjaro-hello", "manjaro-application-utility", "manjaro-settings-manager-notifier", "manjaro-documentation-en", "manjaro-browser-settings", "manjaro-release", "manjaro-firmware", "manjaro-system"]
|
packages = ["manjaro-xfce-settings", "manjaro-hello", "manjaro-application-utility", "manjaro-settings-manager-notifier", "manjaro-browser-settings", "manjaro-release", "manjaro-pipewire", "manjaro-system"]
|
||||||
script = """
|
script = """
|
||||||
cp /shared_dirs/xfce-branding/lightdm-gtk-greeter.conf /etc/lightdm/lightdm-gtk-greeter.conf
|
cp /shared_dirs/xfce-branding/lightdm-gtk-greeter.conf /etc/lightdm/lightdm-gtk-greeter.conf
|
||||||
"""
|
"""
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
packages = ["xfce4-goodies", "xfce4-pulseaudio-plugin", "pulseaudio", "pavucontrol", "mugshot", "engrampa", "catfish", "firefox", "screenfetch", "thunderbird", "network-manager-applet"]
|
packages = ["xfce4-goodies", "xfce4-pulseaudio-plugin", "pipewire", "pavucontrol", "mugshot", "engrampa", "catfish", "firefox", "screenfetch", "thunderbird", "network-manager-applet"]
|
||||||
|
|
||||||
|
@ -10,7 +10,9 @@ SystemMaxUse=16M
|
|||||||
pub const BASE_PACKAGES: [&str; 9] = [
|
pub const BASE_PACKAGES: [&str; 9] = [
|
||||||
"base",
|
"base",
|
||||||
"linux515",
|
"linux515",
|
||||||
|
"linux61",
|
||||||
"linux515-broadcom-wl",
|
"linux515-broadcom-wl",
|
||||||
|
"linux61-broadcom-wl",
|
||||||
"linux-firmware",
|
"linux-firmware",
|
||||||
"grub",
|
"grub",
|
||||||
"efibootmgr",
|
"efibootmgr",
|
||||||
|
@ -433,7 +433,7 @@ fn create(command: args::CreateCommand) -> anyhow::Result<()> {
|
|||||||
arch_chroot
|
arch_chroot
|
||||||
.execute()
|
.execute()
|
||||||
.arg(mount_point.path())
|
.arg(mount_point.path())
|
||||||
.args(&["mkinitcpio", "-P"])
|
.args(&["mkinitcpio", "-p linux61 linux515"])
|
||||||
.run()
|
.run()
|
||||||
.context("Failed to run mkinitcpio - do you have the base and linux packages installed?")?;
|
.context("Failed to run mkinitcpio - do you have the base and linux packages installed?")?;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user