OpenSuSE LEAP 16.0 now building

This commit is contained in:
Greg Hellings
2025-08-18 00:39:03 -05:00
parent 91500a155c
commit 3a8552bdbf
3 changed files with 13 additions and 131 deletions
+5 -3
View File
@@ -1,3 +1,5 @@
// For more docs, check out
// https://agama-project.github.io/docs/user/profile/dynamic
// This is a Jsonnet file. Please, check https://jsonnet.org/ for more
// information about the language.
// For the schema, see
@@ -62,8 +64,8 @@ local memory = agama.findByID(agama.lshw, 'memory').size;
post: [ {
name: 'configure-vagrant',
chroot: true,
body: |||
#!/bin/sh
content: |||
#!/bin/bash
# Configure the insecure Vagrant SSH key
mkdir -p /home/vagrant/.ssh
curl -o /home/vagrant/.ssh/authorized_keys https://raw.githubusercontent.com/hashicorp/vagrant/master/keys/vagrant.pub
@@ -77,7 +79,7 @@ local memory = agama.findByID(agama.lshw, 'memory').size;
vagrant ALL=(ALL) NOPASSWD: ALL
root ALL=(ALL) NOPASSWD: ALL
EOF
|||
|||,
} ]
},
}