File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,13 @@ mount "$ROOT_DEVICE" "$MOUNT" || { echo "Failed to mount root partition ($ROOT_D
100100mkdir " ${MOUNT} /boot"
101101mount " ${DEVICE} 1" " ${MOUNT} /boot" || { echo " Failed to mount EFI partition (${DEVICE} 1) to ${MOUNT} /boot" ; exit 21; }
102102
103- bootc install to-filesystem --composefs-backend --bootloader systemd --skip-finalize --source-imgref docker://" $1 " " $MOUNT "
103+ bootc install to-filesystem --composefs-backend --bootloader systemd --skip-finalize --source-imgref docker://" $1 " \
104+ --karg rd.auto \
105+ --karg rd.lvm=1 \
106+ --karg rd.dm=1 \
107+ --karg rd.md=1 \
108+ --karg rd.luks=1 \
109+ " $MOUNT "
104110
105111# unmount everything - but maybe we will want to keep it mounted for doing further setup.
106112umount " ${MOUNT} /boot"
You can’t perform that action at this time.
0 commit comments