[gnome-build-meta/sthursfield/james/openqa-master] Add root password to installer images



commit 0610c5818e4c07021b7e7ac860b3131fbe2b7938
Author: Sam Thursfield <sam afuera me uk>
Date:   Wed Aug 11 12:10:46 2021 +0200

    Add root password to installer images
    
    For debugging.
    
    https://gitlab.gnome.org/GNOME/gnome-build-meta/-/issues/403

 elements/iso/image.bst     | 1 +
 elements/iso/initramfs.bst | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/elements/iso/image.bst b/elements/iso/image.bst
index 102e9a71..9a71a57e 100644
--- a/elements/iso/image.bst
+++ b/elements/iso/image.bst
@@ -41,6 +41,7 @@ config:
        --seed "%{uuidnamespace}" \
        --rootsource LABEL="%{installer-volume-id}" \
        --rootfstype iso9660 \
+       --rootpasswd root \
        --noboot >/dev/null
 
   - |
diff --git a/elements/iso/initramfs.bst b/elements/iso/initramfs.bst
index e1a15582..0db38020 100644
--- a/elements/iso/initramfs.bst
+++ b/elements/iso/initramfs.bst
@@ -37,6 +37,7 @@ config:
        --seed "%{uuidnamespace}" \
        --rootsource LABEL="%{installer-volume-id}" \
        --rootfstype iso9660 \
+       --rootpasswd root \
        --noboot >/dev/null
 
   - |


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]