[elbe-devel] [PATCH v1 14/15] examples: add empty hashed password element
Holger Dengler
holger at hdengler.de
Wed Jun 8 22:39:57 CEST 2022
Add an empty "passwd_hashed" element to each example XML. The hashed
password will be updated at the first run.
Signed-off-by: Holger Dengler <holger at hdengler.de>
---
examples/arm64-qemu-virt.xml | 1 +
examples/armel-rescue-busybox-cpio.xml | 1 +
examples/armhf-nfs-with-build-tools.xml | 1 +
examples/armhf-ti-beaglebone-black.xml | 1 +
examples/armhf-ubuntu.xml | 1 +
examples/powerpc.xml | 1 +
examples/x86_32-pc-hdimg-minimal-grub-buster.xml | 1 +
examples/x86_32-pc-hdimg-with-include-development.xml | 1 +
examples/x86_32-pc-hdimg-with-include-production.xml | 1 +
examples/x86_64-docker-elbe.xml | 1 +
examples/x86_64-docker-systemd.xml | 1 +
examples/x86_64-docker.xml | 1 +
examples/x86_64-pc-hdimg-gnome3.xml | 1 +
examples/x86_64-pc-hdimg-grub-hybrid-buster.xml | 1 +
examples/x86_64-pc-hdimg-grub-uefi-buster.xml | 1 +
examples/x86_64-pc-rescue-busybox-dyn-cpio.xml | 1 +
16 files changed, 16 insertions(+)
diff --git a/examples/arm64-qemu-virt.xml b/examples/arm64-qemu-virt.xml
index 72774c02d..b0b8c6d65 100644
--- a/examples/arm64-qemu-virt.xml
+++ b/examples/arm64-qemu-virt.xml
@@ -30,6 +30,7 @@
<hostname>lx64</hostname>
<domain>linutronix.de</domain>
<passwd>foo</passwd>
+ <passwd_hashed></passwd_hashed>
<console>ttyAMA0,115200</console>
<images>
<msdoshd>
diff --git a/examples/armel-rescue-busybox-cpio.xml b/examples/armel-rescue-busybox-cpio.xml
index 8c5f78b55..73f460c32 100644
--- a/examples/armel-rescue-busybox-cpio.xml
+++ b/examples/armel-rescue-busybox-cpio.xml
@@ -17,6 +17,7 @@
<hostname>rescue</hostname>
<domain>linutronix.de</domain>
<passwd>foo</passwd>
+ <passwd_hashed></passwd_hashed>
<console>ttyO0,115200</console>
<package>
<cpio><name>rescue.cpio</name></cpio>
diff --git a/examples/armhf-nfs-with-build-tools.xml b/examples/armhf-nfs-with-build-tools.xml
index aae0f8889..58fb44c6d 100644
--- a/examples/armhf-nfs-with-build-tools.xml
+++ b/examples/armhf-nfs-with-build-tools.xml
@@ -17,6 +17,7 @@
<hostname>myARM</hostname>
<domain>tec.linutronix.de</domain>
<passwd>foo</passwd>
+ <passwd_hashed></passwd_hashed>
<console>ttyS0,115200</console>
<package>
<tar>
diff --git a/examples/armhf-ti-beaglebone-black.xml b/examples/armhf-ti-beaglebone-black.xml
index 43ac303fc..a9f05ab0d 100644
--- a/examples/armhf-ti-beaglebone-black.xml
+++ b/examples/armhf-ti-beaglebone-black.xml
@@ -31,6 +31,7 @@
<domain>linutronix.de</domain>
<!-- root password -->
<passwd>foo</passwd>
+ <passwd_hashed></passwd_hashed>
<!-- run a getty here: -->
<console>ttyO0,115200</console>
<!-- speed up build with debootstrap variant minbase.
diff --git a/examples/armhf-ubuntu.xml b/examples/armhf-ubuntu.xml
index c49f90369..f096f7ac5 100644
--- a/examples/armhf-ubuntu.xml
+++ b/examples/armhf-ubuntu.xml
@@ -64,6 +64,7 @@
<hostname>myUbuntu</hostname>
<domain>linutronix.de</domain>
<passwd>foo</passwd>
+ <passwd_hashed></passwd_hashed>
<console>ttyS0,115200</console>
<package>
<tar>
diff --git a/examples/powerpc.xml b/examples/powerpc.xml
index 432edc7d2..0c364a628 100644
--- a/examples/powerpc.xml
+++ b/examples/powerpc.xml
@@ -17,6 +17,7 @@
<hostname>elbe-ppc</hostname>
<domain>tec.linutronix.de</domain>
<passwd>foo</passwd>
+ <passwd_hashed></passwd_hashed>
<console>ttyPZ0,115200</console>
<images>
<msdoshd>
diff --git a/examples/x86_32-pc-hdimg-minimal-grub-buster.xml b/examples/x86_32-pc-hdimg-minimal-grub-buster.xml
index 8f69b2dcf..39d2a4f07 100644
--- a/examples/x86_32-pc-hdimg-minimal-grub-buster.xml
+++ b/examples/x86_32-pc-hdimg-minimal-grub-buster.xml
@@ -15,6 +15,7 @@
<hostname>i386-buster</hostname>
<domain>elbe-rfs.org</domain>
<passwd>foo</passwd>
+ <passwd_hashed></passwd_hashed>
<console>ttyS0,115200</console>
<images>
<msdoshd>
diff --git a/examples/x86_32-pc-hdimg-with-include-development.xml b/examples/x86_32-pc-hdimg-with-include-development.xml
index 146fb46b5..6746b724e 100644
--- a/examples/x86_32-pc-hdimg-with-include-development.xml
+++ b/examples/x86_32-pc-hdimg-with-include-development.xml
@@ -19,6 +19,7 @@
<xi:include href="includes/devel/hostname.xml"/>
<domain>elbe-rfs.org</domain>
<passwd>foo</passwd>
+ <passwd_hashed></passwd_hashed>
<console>ttyS0,115200</console>
<images>
<xi:include href="includes/devel/part.xml"/>
diff --git a/examples/x86_32-pc-hdimg-with-include-production.xml b/examples/x86_32-pc-hdimg-with-include-production.xml
index 42be1937b..665745b2e 100644
--- a/examples/x86_32-pc-hdimg-with-include-production.xml
+++ b/examples/x86_32-pc-hdimg-with-include-production.xml
@@ -19,6 +19,7 @@
<xi:include href="includes/prod/hostname.xml"/>
<domain>elbe-rfs.org</domain>
<passwd>foo</passwd>
+ <passwd_hashed></passwd_hashed>
<console>ttyS0,115200</console>
<images>
<xi:include href="includes/prod/part.xml"/>
diff --git a/examples/x86_64-docker-elbe.xml b/examples/x86_64-docker-elbe.xml
index 6dc88cd4e..a8217475f 100644
--- a/examples/x86_64-docker-elbe.xml
+++ b/examples/x86_64-docker-elbe.xml
@@ -94,6 +94,7 @@ a6EqDGtKLEkEM5G1qtDILnp3cIEZm3CFO8ll
<hostname>elbedocker</hostname>
<domain>docker</domain>
<passwd>docker</passwd>
+ <passwd_hashed></passwd_hashed>
<package>
<tar>
<name>docker-systemd.tgz</name>
diff --git a/examples/x86_64-docker-systemd.xml b/examples/x86_64-docker-systemd.xml
index 62e974ed2..850a55023 100644
--- a/examples/x86_64-docker-systemd.xml
+++ b/examples/x86_64-docker-systemd.xml
@@ -25,6 +25,7 @@
<hostname>debdocker</hostname>
<domain>docker</domain>
<passwd>docker</passwd>
+ <passwd_hashed></passwd_hashed>
<package>
<tar>
<name>docker-systemd.tgz</name>
diff --git a/examples/x86_64-docker.xml b/examples/x86_64-docker.xml
index 9f19884bc..bb76a6db1 100644
--- a/examples/x86_64-docker.xml
+++ b/examples/x86_64-docker.xml
@@ -37,6 +37,7 @@
<hostname>debianmin</hostname>
<domain>docker</domain>
<passwd>docker</passwd>
+ <passwd_hashed></passwd_hashed>
<debootstrap>
<variant>minbase</variant>
</debootstrap>
diff --git a/examples/x86_64-pc-hdimg-gnome3.xml b/examples/x86_64-pc-hdimg-gnome3.xml
index 884bff9e1..cbfe0d282 100644
--- a/examples/x86_64-pc-hdimg-gnome3.xml
+++ b/examples/x86_64-pc-hdimg-gnome3.xml
@@ -18,6 +18,7 @@
<hostname>elbe-gnome</hostname>
<domain>tec.linutronix.de</domain>
<passwd>elbe</passwd>
+ <passwd_hashed></passwd_hashed>
<console>ttyS0,115200</console>
<images>
<msdoshd>
diff --git a/examples/x86_64-pc-hdimg-grub-hybrid-buster.xml b/examples/x86_64-pc-hdimg-grub-hybrid-buster.xml
index 00589fdf6..0c144579c 100644
--- a/examples/x86_64-pc-hdimg-grub-hybrid-buster.xml
+++ b/examples/x86_64-pc-hdimg-grub-hybrid-buster.xml
@@ -30,6 +30,7 @@
<hostname>lxvm</hostname>
<domain>tec.linutronix.de</domain>
<passwd>foo</passwd>
+ <passwd_hashed></passwd_hashed>
<console>ttyS0,115200</console>
<debootstrap variant"sysv">
<variant>minbase</variant>
diff --git a/examples/x86_64-pc-hdimg-grub-uefi-buster.xml b/examples/x86_64-pc-hdimg-grub-uefi-buster.xml
index 36a0058b5..a00228ee7 100644
--- a/examples/x86_64-pc-hdimg-grub-uefi-buster.xml
+++ b/examples/x86_64-pc-hdimg-grub-uefi-buster.xml
@@ -28,6 +28,7 @@
<hostname>lxvm</hostname>
<domain>tec.linutronix.de</domain>
<passwd>foo</passwd>
+ <passwd_hashed></passwd_hashed>
<console>ttyS0,115200</console>
<package>
<tar>
diff --git a/examples/x86_64-pc-rescue-busybox-dyn-cpio.xml b/examples/x86_64-pc-rescue-busybox-dyn-cpio.xml
index ed17acbf1..6789a2e10 100644
--- a/examples/x86_64-pc-rescue-busybox-dyn-cpio.xml
+++ b/examples/x86_64-pc-rescue-busybox-dyn-cpio.xml
@@ -18,6 +18,7 @@
<hostname>rescue</hostname>
<domain>linutronix.de</domain>
<passwd>foo</passwd>
+ <passwd_hashed></passwd_hashed>
<console>ttyS0,115200</console>
<package>
<cpio><name>rescue.cpio</name></cpio>
--
2.36.1
More information about the elbe-devel
mailing list