change size

This commit is contained in:
PurpleCow 2023-05-23 18:52:11 +02:00
parent 9eb58fe064
commit b0df027706

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(600);
sgdisk
.execute()