diff --git a/nemos-images-reference-lunar/qemu-amd64/config.sh b/nemos-images-reference-lunar/qemu-amd64/config.sh index fde2feb..cd50532 100755 --- a/nemos-images-reference-lunar/qemu-amd64/config.sh +++ b/nemos-images-reference-lunar/qemu-amd64/config.sh @@ -52,7 +52,7 @@ for profile in ${kiwi_profiles//,/ }; do # This requires network access to the Snap Store in Kiwi. mkdir -p /var/lib/snapd/seed echo "snaps": > /var/lib/snapd/seed/seed.yaml - for snap in snapd checkbox22 checkbox core22; do + for snap in snapd checkbox22 checkbox checkbox-erlangen-classic core22; do snap download $snap # Add this new snap to the list of seeded snaps cat >> /var/lib/snapd/seed/seed.yaml << EOF @@ -61,7 +61,7 @@ for profile in ${kiwi_profiles//,/ }; do file: $(ls ${snap}_*.snap) EOF # Checkbox snap requires classic confinement mode - if [ "${snap}" = "checkbox" ]; then + if [ "${snap}" = "checkbox" ] || [ "${snap}" = "checkbox-erlangen-classic" ]; then cat >> /var/lib/snapd/seed/seed.yaml << EOF classic: true EOF diff --git a/nemos-images-reference-lunar/qemu-arm64/config.sh b/nemos-images-reference-lunar/qemu-arm64/config.sh index fde2feb..cd50532 100755 --- a/nemos-images-reference-lunar/qemu-arm64/config.sh +++ b/nemos-images-reference-lunar/qemu-arm64/config.sh @@ -52,7 +52,7 @@ for profile in ${kiwi_profiles//,/ }; do # This requires network access to the Snap Store in Kiwi. mkdir -p /var/lib/snapd/seed echo "snaps": > /var/lib/snapd/seed/seed.yaml - for snap in snapd checkbox22 checkbox core22; do + for snap in snapd checkbox22 checkbox checkbox-erlangen-classic core22; do snap download $snap # Add this new snap to the list of seeded snaps cat >> /var/lib/snapd/seed/seed.yaml << EOF @@ -61,7 +61,7 @@ for profile in ${kiwi_profiles//,/ }; do file: $(ls ${snap}_*.snap) EOF # Checkbox snap requires classic confinement mode - if [ "${snap}" = "checkbox" ]; then + if [ "${snap}" = "checkbox" ] || [ "${snap}" = "checkbox-erlangen-classic" ]; then cat >> /var/lib/snapd/seed/seed.yaml << EOF classic: true EOF diff --git a/nemos-images-reference-lunar/s32g274ardb2/config.sh b/nemos-images-reference-lunar/s32g274ardb2/config.sh index 22a756d..01c7c6b 100755 --- a/nemos-images-reference-lunar/s32g274ardb2/config.sh +++ b/nemos-images-reference-lunar/s32g274ardb2/config.sh @@ -53,7 +53,7 @@ for profile in ${kiwi_profiles//,/ }; do # This requires network access to the Snap Store in Kiwi. mkdir -p /var/lib/snapd/seed echo "snaps": > /var/lib/snapd/seed/seed.yaml - for snap in snapd checkbox22 checkbox core22; do + for snap in snapd checkbox22 checkbox checkbox-erlangen-classic core22; do snap download $snap # Add this new snap to the list of seeded snaps cat >> /var/lib/snapd/seed/seed.yaml << EOF @@ -62,7 +62,7 @@ for profile in ${kiwi_profiles//,/ }; do file: $(ls ${snap}_*.snap) EOF # Checkbox snap requires classic confinement mode - if [ "${snap}" = "checkbox" ]; then + if [ "${snap}" = "checkbox" ] || [ "${snap}" = "checkbox-erlangen-classic" ]; then cat >> /var/lib/snapd/seed/seed.yaml << EOF classic: true EOF diff --git a/nemos-images-reference-mantic/qemu-amd64/config.sh b/nemos-images-reference-mantic/qemu-amd64/config.sh index fde2feb..cd50532 100755 --- a/nemos-images-reference-mantic/qemu-amd64/config.sh +++ b/nemos-images-reference-mantic/qemu-amd64/config.sh @@ -52,7 +52,7 @@ for profile in ${kiwi_profiles//,/ }; do # This requires network access to the Snap Store in Kiwi. mkdir -p /var/lib/snapd/seed echo "snaps": > /var/lib/snapd/seed/seed.yaml - for snap in snapd checkbox22 checkbox core22; do + for snap in snapd checkbox22 checkbox checkbox-erlangen-classic core22; do snap download $snap # Add this new snap to the list of seeded snaps cat >> /var/lib/snapd/seed/seed.yaml << EOF @@ -61,7 +61,7 @@ for profile in ${kiwi_profiles//,/ }; do file: $(ls ${snap}_*.snap) EOF # Checkbox snap requires classic confinement mode - if [ "${snap}" = "checkbox" ]; then + if [ "${snap}" = "checkbox" ] || [ "${snap}" = "checkbox-erlangen-classic" ]; then cat >> /var/lib/snapd/seed/seed.yaml << EOF classic: true EOF diff --git a/nemos-images-reference-mantic/qemu-arm64/config.sh b/nemos-images-reference-mantic/qemu-arm64/config.sh index fde2feb..cd50532 100755 --- a/nemos-images-reference-mantic/qemu-arm64/config.sh +++ b/nemos-images-reference-mantic/qemu-arm64/config.sh @@ -52,7 +52,7 @@ for profile in ${kiwi_profiles//,/ }; do # This requires network access to the Snap Store in Kiwi. mkdir -p /var/lib/snapd/seed echo "snaps": > /var/lib/snapd/seed/seed.yaml - for snap in snapd checkbox22 checkbox core22; do + for snap in snapd checkbox22 checkbox checkbox-erlangen-classic core22; do snap download $snap # Add this new snap to the list of seeded snaps cat >> /var/lib/snapd/seed/seed.yaml << EOF @@ -61,7 +61,7 @@ for profile in ${kiwi_profiles//,/ }; do file: $(ls ${snap}_*.snap) EOF # Checkbox snap requires classic confinement mode - if [ "${snap}" = "checkbox" ]; then + if [ "${snap}" = "checkbox" ] || [ "${snap}" = "checkbox-erlangen-classic" ]; then cat >> /var/lib/snapd/seed/seed.yaml << EOF classic: true EOF diff --git a/nemos-images-reference-mantic/s32g274ardb2/config.sh b/nemos-images-reference-mantic/s32g274ardb2/config.sh index 22a756d..01c7c6b 100755 --- a/nemos-images-reference-mantic/s32g274ardb2/config.sh +++ b/nemos-images-reference-mantic/s32g274ardb2/config.sh @@ -53,7 +53,7 @@ for profile in ${kiwi_profiles//,/ }; do # This requires network access to the Snap Store in Kiwi. mkdir -p /var/lib/snapd/seed echo "snaps": > /var/lib/snapd/seed/seed.yaml - for snap in snapd checkbox22 checkbox core22; do + for snap in snapd checkbox22 checkbox checkbox-erlangen-classic core22; do snap download $snap # Add this new snap to the list of seeded snaps cat >> /var/lib/snapd/seed/seed.yaml << EOF @@ -62,7 +62,7 @@ for profile in ${kiwi_profiles//,/ }; do file: $(ls ${snap}_*.snap) EOF # Checkbox snap requires classic confinement mode - if [ "${snap}" = "checkbox" ]; then + if [ "${snap}" = "checkbox" ] || [ "${snap}" = "checkbox-erlangen-classic" ]; then cat >> /var/lib/snapd/seed/seed.yaml << EOF classic: true EOF