mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-23 06:41:36 +00:00
live-build/functions: Update snap seed.yaml format to comply with yaml spec
This commit is contained in:
parent
829716a6d7
commit
936c3dbc79
@ -386,7 +386,8 @@ _snap_preseed() {
|
|||||||
# Add the snap to the seed.yaml
|
# Add the snap to the seed.yaml
|
||||||
! [ -e $seed_yaml ] && echo "snaps:" > $seed_yaml
|
! [ -e $seed_yaml ] && echo "snaps:" > $seed_yaml
|
||||||
cat <<EOF >> $seed_yaml
|
cat <<EOF >> $seed_yaml
|
||||||
- name: ${SNAP_NAME}
|
-
|
||||||
|
name: ${SNAP_NAME}
|
||||||
channel: ${CHANNEL}
|
channel: ${CHANNEL}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user