mkimage.sh: make xfs data partition
for installation media and qemu images
This commit is contained in:
parent
9c07441999
commit
78b871ca12
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue