We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0181f1 commit a104ac7Copy full SHA for a104ac7
snow_first_setup/scripts/install-to-disk
@@ -63,7 +63,7 @@ mount "${DEVICE}2" "$MOUNT" || { echo "Failed to mount root partition (${DEVICE}
63
mkdir "${MOUNT}/boot"
64
mount "${DEVICE}1" "${MOUNT}/boot" || { echo "Failed to mount EFI partition (${DEVICE}1) to ${MOUNT}/boot"; exit 21; }
65
66
-bootc install to-filesystem --composefs-backend --bootloader systemd --source-imgref docker://"$1" "$MOUNT"
+bootc install to-filesystem --composefs-backend --bootloader systemd --skip-finalize --source-imgref docker://"$1" "$MOUNT"
67
68
# unmount everything - but maybe we will want to keep it mounted for doing further setup.
69
umount "${MOUNT}/boot"
0 commit comments