fixin init_mystuff,qemu,user-data
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user