From b0df0277061983b92cfd59f2c9ff4ae812f11292 Mon Sep 17 00:00:00 2001 From: Basti Lathe Date: Tue, 23 May 2023 18:52:11 +0200 Subject: [PATCH] change size --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 738061c..dbdcf54 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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()