boot_size +450MB
This commit is contained in:
parent
3cae90b841
commit
14899eb3df
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user