fixin init_mystuff,qemu,user-data

This commit is contained in:
Zsolt Alföldi
2026-03-07 16:46:26 +01:00
parent f1221d920f
commit 03032f8f27
3 changed files with 16 additions and 14 deletions

View File

@@ -143,11 +143,11 @@ autoinstall:
[connection]
wifi.powersave = 2
- path: /etc/dconf/db/local.d/99-custom-gnome
permissions: "0644"
owner: root:root
content: |
# do not remove it
# - path: /etc/dconf/db/local.d/99-custom-gnome
# permissions: "0644"
# owner: root:root
# content: |
# # do not remove it
- path: /etc/dconf/profile/user
owner: root:root
@@ -178,11 +178,14 @@ autoinstall:
# - mkdir -p /target/etc/himmelblau
late-commands:
- bash -x /cdrom/nocloud/wifi.sh
- mkdir -p /target/home/${TARGET_USER}/nocloud
- cp /cdrom/nocloud/* /target/home/${TARGET_USER}/nocloud/
- cat /cdrom/nocloud/my.dconf > /target/etc/dconf/db/local.d/99-custom-gnome
- curtin in-target -- systemctl disable systemd-networkd-wait-online.service
- |
set -ex
bash -x /cdrom/nocloud/wifi.sh
mkdir -p /target/home/${TARGET_USER}/nocloud
mkdir -p /target/etc/dconf/db/local.d/
cp /cdrom/nocloud/* /target/home/${TARGET_USER}/nocloud/
cat /cdrom/nocloud/my.dconf > /target/etc/dconf/db/local.d/99-custom-gnome
curtin in-target -- systemctl disable systemd-networkd-wait-online.service
updates: all
shutdown: poweroff