Skip to content

Commit 4b6a33f

Browse files
committed
fix image build (#20)
latest lima doesn't seem to allow "." location (in lima.yaml), so we override it in the env_wrapper.sh script. Also had to increase the ESP size to 1GB
1 parent 78d38e6 commit 4b6a33f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mkosi.profiles/azure/mkosi.postoutput

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ echo "Converting $EFI_FILE to VHD format..."
4141
mkdir -p "$WORK_DIR"
4242

4343
# Create ESP filesystem image (500MB should be plenty)
44-
ESP_SIZE_MB=500
44+
# Note(seismic): bumped 500->1024 because we were running out of space.
45+
ESP_SIZE_MB=1024
4546
ESP_IMAGE="$WORK_DIR/esp.img"
4647

4748
# Create empty ESP image and format it as FAT32

0 commit comments

Comments
 (0)