Skip to content

Commit

Permalink
image-installer: Fix Fedora 39 script
Browse files Browse the repository at this point in the history
When dropping the --kparams option, also removed --image from the command.
Fix the script by adding this option again. Oops.

Reported-by: Kieran Bingham <[email protected]>
Signed-off-by: Javier Martinez Canillas <[email protected]>
  • Loading branch information
martinezjavier authored and eballetbo committed Jan 30, 2024
1 parent 2c39c5d commit 4e4d26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/image-installer/fedora-workstation-39-aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ if [ ! -f "$IMAGE" ]; then
unxz "$(basename $GETFEDORA)"
fi

sudo ./chromebook-setup.sh deploy_fedora --architecture=arm64 --storage="$1" --distro=fedora
sudo ./chromebook-setup.sh deploy_fedora --architecture=arm64 --storage="$1" --distro=fedora --image="$IMAGE"

0 comments on commit 4e4d26d

Please sign in to comment.