mirror of
https://gitlab.com/alemaire/image-specs.git
synced 2025-01-10 22:53:30 +00:00
Fix minor typos
This commit is contained in:
parent
8d7a5b1f11
commit
c9e493a243
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user