From 6eff48c28e2791604957970be9ae249cb77e6023 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 2 Jul 2024 02:09:32 +0200 Subject: [PATCH] fix unmounting issue --- .github/workflows/update-os.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-os.yml b/.github/workflows/update-os.yml index cb9066f..9522d87 100644 --- a/.github/workflows/update-os.yml +++ b/.github/workflows/update-os.yml @@ -25,8 +25,8 @@ jobs: with: # Set the base_image to the desired Raspberry Pi OS version base_image: https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2024-03-15/2024-03-15-raspios-bookworm-armhf-lite.img.xz - image_additional_mb: 3584 # enlarge free space to 3.5 GB - optimize_image: true + image_additional_mb: 3072 # enlarge free space to 3 GB + optimize_image: false commands: | cd /home sudo useradd -m -p "$(openssl passwd -1 $INKY_INITAL_PASSWORD)" inky