From: Jo Zzsi Date: Wed, 25 Dec 2024 14:29:32 +0000 (-0500) Subject: test(DMSQUASH): increase partition size X-Git-Tag: 106~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be4568ee10f44559f33475995fd39689e9b01783;p=thirdparty%2Fdracut-ng.git test(DMSQUASH): increase partition size initrd on void is larger due to non-hostonly configuration. Increase partition size to accommodate the larger initrd. --- diff --git a/test/TEST-30-DMSQUASH/create-root.sh b/test/TEST-30-DMSQUASH/create-root.sh index ebc41495d..f2650b1fc 100755 --- a/test/TEST-30-DMSQUASH/create-root.sh +++ b/test/TEST-30-DMSQUASH/create-root.sh @@ -5,7 +5,7 @@ set -e # create a single partition using 50% of the capacity of the image file created by test_setup() in test.sh sfdisk /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_root << EOF -2048,452688 +2048,652688 EOF udevadm settle