boot_size +450MB

This commit is contained in:
PurpleCow 2023-05-24 15:22:06 +02:00
parent 3cae90b841
commit 14899eb3df

View File

@ -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(300);
let boot_size = command.boot_size.unwrap_or(450);
sgdisk
.execute()