From 0f844541cb32cde545841079808ca755406b15d7 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Fri, 17 Apr 2020 22:39:59 +0100 Subject: [PATCH] Revert "Removed size arg from GCP make-fs command." This reverts commit 1653e9dffba71cc0e7dcdf481fe05a7b575788a4. Signed-off-by: Rolf Neugebauer --- tools/mkimage-gcp/make-gcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkimage-gcp/make-gcp b/tools/mkimage-gcp/make-gcp index ab408686a..6e8cfe0b3 100755 --- a/tools/mkimage-gcp/make-gcp +++ b/tools/mkimage-gcp/make-gcp @@ -43,7 +43,7 @@ cd .. tar cf files.tar -C files . -virt-make-fs --type=ext4 --partition files.tar disk.raw +virt-make-fs --size=1G --type=ext4 --partition files.tar disk.raw guestfish -a disk.raw -m /dev/sda1 <