Fix minor typos

This commit is contained in:
Gunnar Wolf 2019-07-19 10:05:43 -03:00
parent 8d7a5b1f11
commit c9e493a243
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"