From c9e493a243ca3ec9c1c12611620bb26e55e63cfc Mon Sep 17 00:00:00 2001 From: Gunnar Wolf Date: Fri, 19 Jul 2019 10:05:43 -0300 Subject: [PATCH] Fix minor typos --- raspi0w.yaml | 2 +- raspi3.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/raspi0w.yaml b/raspi0w.yaml index 9c697d3..e0759b2 100644 --- a/raspi0w.yaml +++ b/raspi0w.yaml @@ -90,7 +90,7 @@ steps: echo "rpi-z" > "${ROOT?}/etc/hostname" # Allow root logins with no password - sed -i 's,root:[^:]*:,root::' "${ROOT?}/etc/shadow" + sed -i 's,root:[^:]*:,root::,' "${ROOT?}/etc/shadow" install -m 644 -o root -g root fstab "${ROOT?}/etc/fstab" diff --git a/raspi3.yaml b/raspi3.yaml index cee9d9e..503704a 100644 --- a/raspi3.yaml +++ b/raspi3.yaml @@ -87,7 +87,7 @@ steps: unless: rootfs_unpacked - shell: | - echo "rpi" > "${ROOT?}/etc/hostname" + echo "rpi3" > "${ROOT?}/etc/hostname" # Allow root logins with no password sed -i 's,root:[^:]*:,root::,' "${ROOT?}/etc/shadow"