change size
This commit is contained in:
parent
9eb58fe064
commit
b0df027706
@ -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(300);
|
let boot_size = command.boot_size.unwrap_or(600);
|
||||||
|
|
||||||
sgdisk
|
sgdisk
|
||||||
.execute()
|
.execute()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user