]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
test(DMSQUASH): increase partition size
authorJo Zzsi <jozzsicsataban@gmail.com>
Wed, 25 Dec 2024 14:29:32 +0000 (09:29 -0500)
committerLaszlo <laszlo.gombos@gmail.com>
Wed, 25 Dec 2024 18:42:07 +0000 (13:42 -0500)
initrd on void is larger due to non-hostonly configuration.
Increase partition size to accommodate the larger initrd.

test/TEST-30-DMSQUASH/create-root.sh

index ebc41495d759363cd3d080b3cc295c4425d4316a..f2650b1fc46e5860a4bf55d0572e7693bc360c60 100755 (executable)
@@ -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