version update
This commit is contained in:
parent
de0440270b
commit
8af379cd72
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -11,7 +11,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "alma"
|
name = "alma"
|
||||||
version = "0.10.0"
|
version = "0.11.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"byte-unit",
|
"byte-unit",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "alma"
|
name = "alma"
|
||||||
version = "0.10.0"
|
version = "0.11.0"
|
||||||
authors = ["Roey Darwish Dror"]
|
authors = ["Roey Darwish Dror"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
packages = ["xfce4-goodies", "xfce4-pulseaudio-plugin", "pipewire", "pavucontrol", "mugshot", "engrampa", "catfish", "firefox", "screenfetch", "thunderbird", "network-manager-applet"]
|
packages = ["xfce4-goodies", "xfce4-pulseaudio-plugin", "pipewire", "pipewire-jack", "pavucontrol", "mugshot", "engrampa", "catfish", "firefox", "screenfetch", "thunderbird", "network-manager-applet", "xdg-desktop-portal-gtk"]
|
||||||
|
|
||||||
|
@ -162,7 +162,7 @@ fn create(command: args::CreateCommand) -> anyhow::Result<()> {
|
|||||||
info!("Partitioning the block device");
|
info!("Partitioning the block device");
|
||||||
debug!("{:?}", disk_path);
|
debug!("{:?}", disk_path);
|
||||||
|
|
||||||
let boot_size = command.boot_size.unwrap_or(600);
|
let boot_size = command.boot_size.unwrap_or(300);
|
||||||
|
|
||||||
sgdisk
|
sgdisk
|
||||||
.execute()
|
.execute()
|
||||||
@ -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", "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