mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-26 06:59:28 +02:00
Update main.rs
- use mkinitcpio -P to have options to use more than one kernel.
This commit is contained in:
parent
b2dc7e628a
commit
922f9cccfe
@ -434,7 +434,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", "linux"])
|
.args(&["mkinitcpio", "-P"])
|
||||||
.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