Skip to content

Commit b3ab6f3

Browse files
bketelsenCopilot
andauthored
Update snow_first_setup/scripts/install-to-disk
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 32d04ba commit b3ab6f3

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
@@ -61,4 +61,4 @@ mount "${DEVICE}2" "$MOUNT" || { echo "Failed to mount root partition (${DEVICE}
6161
mkdir "${MOUNT}/boot"
6262
mount "${DEVICE}1" "${MOUNT}/boot" || { echo "Failed to mount EFI partition (${DEVICE}1) to ${MOUNT}/boot"; exit 21; }
6363

64-
bootc install to-filesystem --composefs-backend --bootloader systemd --source-imgref docker://"$1" "$MOUNT"
64+
bootc install to-filesystem --composefs-backend --bootloader systemd --source-imgref docker://"$1" "$MOUNT"

0 commit comments

Comments
 (0)