summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-01-23 21:00:41 -0300
committerDavid P <megver83@parabola.nu>2021-01-23 21:05:16 -0300
commitf63664db672844dcfded8121535987d952a25267 (patch)
treee06dfbef2e4707704618cc2d3afc33810b0dc1db /configs
parentc1247cad56aef820a18f51ea013c146027030b07 (diff)
sync with archiso
imported changes: d153b48 (HEAD -> master, origin/master, origin/HEAD) mkarchiso: fix typos 0ae5cd9 lint ALL (future) scripts/*.sh, not just run_archiso.sh 608d110 add -c => -cdrom cloud-init.iso support to run_archiso.sh 8830471 add cloud-init files to .gitignore (and loosen out/ and work/) 9553439 make run_archiso forward VM's port 22 to host 60022, for easy SSH testing 833cbd5 enable SSH server in releng profile 9b03e0b add cloud-init to releng e556491 add VNC support to run_archiso.sh 64091a1 Combine sed commands to reduce file writes Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs')
-rw-r--r--configs/lxde-openrc/packages.both1
-rw-r--r--configs/releng-openrc/packages.both1
l---------configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-config.service1
l---------configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-final.service1
l---------configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-local.service1
l---------configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init.service1
l---------configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/sshd.service1
-rw-r--r--configs/releng/packages.both1
8 files changed, 8 insertions, 0 deletions
diff --git a/configs/lxde-openrc/packages.both b/configs/lxde-openrc/packages.both
index 29fac2d..d911619 100644
--- a/configs/lxde-openrc/packages.both
+++ b/configs/lxde-openrc/packages.both
@@ -5,6 +5,7 @@ arch-install-scripts
base
bind-tools
btrfs-progs
+cloud-init
crda
darkhttpd
ddrescue
diff --git a/configs/releng-openrc/packages.both b/configs/releng-openrc/packages.both
index 989f9d6..c55658a 100644
--- a/configs/releng-openrc/packages.both
+++ b/configs/releng-openrc/packages.both
@@ -4,6 +4,7 @@ arch-install-scripts
base
bind-tools
btrfs-progs
+cloud-init
crda
darkhttpd
ddrescue
diff --git a/configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-config.service b/configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-config.service
new file mode 120000
index 0000000..ebc50f0
--- /dev/null
+++ b/configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-config.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/cloud-config.service \ No newline at end of file
diff --git a/configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-final.service b/configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-final.service
new file mode 120000
index 0000000..80fa3c8
--- /dev/null
+++ b/configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-final.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/cloud-final.service \ No newline at end of file
diff --git a/configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-local.service b/configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-local.service
new file mode 120000
index 0000000..dd8e9f1
--- /dev/null
+++ b/configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init-local.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/cloud-init-local.service \ No newline at end of file
diff --git a/configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init.service b/configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init.service
new file mode 120000
index 0000000..24c7a26
--- /dev/null
+++ b/configs/releng/airootfs/etc/systemd/system/cloud-init.target.wants/cloud-init.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/cloud-init.service \ No newline at end of file
diff --git a/configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/sshd.service b/configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/sshd.service
new file mode 120000
index 0000000..d21ebd9
--- /dev/null
+++ b/configs/releng/airootfs/etc/systemd/system/multi-user.target.wants/sshd.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/sshd.service \ No newline at end of file
diff --git a/configs/releng/packages.both b/configs/releng/packages.both
index 1a7bbf7..3d41dfb 100644
--- a/configs/releng/packages.both
+++ b/configs/releng/packages.both
@@ -6,6 +6,7 @@ base
bind-tools
brltty
btrfs-progs
+cloud-init
crda
darkhttpd
ddrescue