From ecc0b70f6794497990b4ffa641c93d0a84780bff Mon Sep 17 00:00:00 2001 From: xaki23 Date: Tue, 9 Jul 2019 23:32:27 +0200 Subject: [PATCH] align volatile swap partition to 1Mb instead of 512b --- dracut/simple/init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dracut/simple/init.sh b/dracut/simple/init.sh index 72479a1..3c4a818 100644 --- a/dracut/simple/init.sh +++ b/dracut/simple/init.sh @@ -53,7 +53,7 @@ if [ `cat /sys/class/block/$ROOT_DEV/ro` = 1 ] ; then die "volatile.img smaller than 1GB, cannot continue" fi /sbin/sfdisk -q --unit S /dev/xvdc >/dev/null </dev/null <