mkimage.sh: make xfs data partition

for installation media and qemu images
This commit is contained in:
Harald Hoyer 2018-09-05 13:14:24 +02:00
parent 9c07441999
commit 78b871ca12

View file

@ -158,8 +158,7 @@ dd if="$SOURCE"/root.squashfs.img of=${DEV_PART}3 status=progress
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# data # data
echo -n "zero key" \ mkfs.xfs -L data ${DEV_PART}4
| cryptsetup luksFormat --type luks2 ${DEV_PART}4 /dev/stdin
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# DONE # DONE