commit 06f03d3833028c5eb39844db3e2e7d50eb73ac01
parent 77004909878334b4c0ddf56dbd3c5cf6cbf5ef43
Author: parazyd <parazyd@dyne.org>
Date: Thu, 28 Jan 2021 15:27:00 +0100
Update README image instructions.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -72,8 +72,8 @@ cp -a /usr/bin/qemu-aarch64 mnt/usr/bin
[ -f /proc/sys/fs/binfmt_misc/register ] || mount binfmt_bisc -t binfmt_misc /proc/sys/fs/binfmt_misc
/etc/init.d/qemu-binfmt start || /etc/init.d/binfmt-support start
chroot mnt /debootstrap/debootstrap --second-stage
-rm -f mnt/usr/bin/qemu-aarch64
echo "pi3-aoe" > mnt/etc/hostname
-echo "root:toor" | chpasswd -R mnt
+echo "root:toor" | chpasswd -R $PWD/mnt
sed -e 's/localhost/& pi3-aoe/' -i mnt/etc/hosts
+rm -f mnt/usr/bin/qemu-aarch64
```
\ No newline at end of file