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]]
|
||||
name = "alma"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"byte-unit",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "alma"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
authors = ["Roey Darwish Dror"]
|
||||
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");
|
||||
debug!("{:?}", disk_path);
|
||||
|
||||
let boot_size = command.boot_size.unwrap_or(600);
|
||||
let boot_size = command.boot_size.unwrap_or(300);
|
||||
|
||||
sgdisk
|
||||
.execute()
|
||||
@ -433,7 +433,7 @@ fn create(command: args::CreateCommand) -> anyhow::Result<()> {
|
||||
arch_chroot
|
||||
.execute()
|
||||
.arg(mount_point.path())
|
||||
.args(&["mkinitcpio", "-p linux61 linux515"])
|
||||
.args(&["mkinitcpio", "-p", "linux61", "linux515"])
|
||||
.run()
|
||||
.context("Failed to run mkinitcpio - do you have the base and linux packages installed?")?;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user