From 112be5157e39b90ada2a71d07840c568cf68c1d5 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Thu, 22 Nov 2018 21:16:05 +0200 Subject: [PATCH] Use smaller EFI partition --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 44697f7..8ab40e6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -104,7 +104,7 @@ fn create(command: CreateCommand) -> Result<(), Error> { "-Z", "-o", "--new=1::+10M", - "--new=2::+500M", + "--new=2::+150M", "--largest-new=3", "--typecode=1:EF02", "--typecode=2:EF00",