Fix minor typos
This commit is contained in:
parent
8d7a5b1f11
commit
c9e493a243
|
@ -90,7 +90,7 @@ steps:
|
||||||
echo "rpi-z" > "${ROOT?}/etc/hostname"
|
echo "rpi-z" > "${ROOT?}/etc/hostname"
|
||||||
|
|
||||||
# Allow root logins with no password
|
# 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"
|
install -m 644 -o root -g root fstab "${ROOT?}/etc/fstab"
|
||||||
|
|
||||||
|
|
|
@ -87,7 +87,7 @@ steps:
|
||||||
unless: rootfs_unpacked
|
unless: rootfs_unpacked
|
||||||
|
|
||||||
- shell: |
|
- shell: |
|
||||||
echo "rpi" > "${ROOT?}/etc/hostname"
|
echo "rpi3" > "${ROOT?}/etc/hostname"
|
||||||
|
|
||||||
# Allow root logins with no password
|
# Allow root logins with no password
|
||||||
sed -i 's,root:[^:]*:,root::,' "${ROOT?}/etc/shadow"
|
sed -i 's,root:[^:]*:,root::,' "${ROOT?}/etc/shadow"
|
||||||
|
|
Loading…
Reference in New Issue