Skip to content

Commit fbb0cac

Browse files
use new --snap option for ubuntu-image
1 parent 930a6b8 commit fbb0cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-core.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ EOF
6565
# Create image file
6666
ubuntu-image snap --output-dir "$outdir" --workdir "$outdir" \
6767
--channel "$channel" \
68-
--extra-snaps "$gadget_snap" \
69-
--extra-snaps "$kernel_snap" \
68+
--snap "$gadget_snap" \
69+
--snap "$kernel_snap" \
7070
"$assert_file"
7171

7272
# Generate tarball with all the needed parts for flashing

0 commit comments

Comments
 (0)