remove linux515
This commit is contained in:
parent
8af379cd72
commit
3cae90b841
@ -9,9 +9,7 @@ SystemMaxUse=16M
|
|||||||
|
|
||||||
pub const BASE_PACKAGES: [&str; 9] = [
|
pub const BASE_PACKAGES: [&str; 9] = [
|
||||||
"base",
|
"base",
|
||||||
"linux515",
|
|
||||||
"linux61",
|
"linux61",
|
||||||
"linux515-broadcom-wl",
|
|
||||||
"linux61-broadcom-wl",
|
"linux61-broadcom-wl",
|
||||||
"linux-firmware",
|
"linux-firmware",
|
||||||
"grub",
|
"grub",
|
||||||
|
@ -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", "linux61", "linux515"])
|
.args(&["mkinitcpio", "-p", "linux61"])
|
||||||
.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