From 4192d123b8a7a18d73798177f5b5f81fdec5c726 Mon Sep 17 00:00:00 2001 From: Cosmin Gorgovan Date: Tue, 5 Jan 2016 14:54:00 +0000 Subject: [PATCH] Fix typo --- build_rootfs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_rootfs.sh b/build_rootfs.sh index ffeb66f..d96cc13 100755 --- a/build_rootfs.sh +++ b/build_rootfs.sh @@ -61,7 +61,7 @@ parse_args() { config_rootfs() { echo - echo "Configuring the newly build rootfs..." + echo "Configuring the newly built rootfs..." echo "okreader" > ./rootfs/etc/hostname echo -e "127.0.0.1 localhost okreader\n" > ./rootfs/etc/hosts @@ -71,7 +71,7 @@ config_rootfs() { mv ./rootfs/etc/inittab ./rootfs/etc/inittab.default sed -r 's/^[0-9]+:[0-9]+:respawn/# &/' ./rootfs/etc/inittab.default > rootfs/etc/inittab echo -e "\nT0:23:respawn:/sbin/getty -L ttymxc0 115200 vt100\n" >> ./rootfs/etc/inittab - + mkdir ./rootfs/mnt/onboard mkdir ./rootfs/mnt/external cp files/fstab rootfs/etc/