Skip to content

Commit a104ac7

Browse files
committed
fix: skip finalize, not needed and breaks
1 parent c0181f1 commit a104ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snow_first_setup/scripts/install-to-disk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ mount "${DEVICE}2" "$MOUNT" || { echo "Failed to mount root partition (${DEVICE}
6363
mkdir "${MOUNT}/boot"
6464
mount "${DEVICE}1" "${MOUNT}/boot" || { echo "Failed to mount EFI partition (${DEVICE}1) to ${MOUNT}/boot"; exit 21; }
6565

66-
bootc install to-filesystem --composefs-backend --bootloader systemd --source-imgref docker://"$1" "$MOUNT"
66+
bootc install to-filesystem --composefs-backend --bootloader systemd --skip-finalize --source-imgref docker://"$1" "$MOUNT"
6767

6868
# unmount everything - but maybe we will want to keep it mounted for doing further setup.
6969
umount "${MOUNT}/boot"

0 commit comments

Comments
 (0)