summaryrefslogtreecommitdiff
path: root/linux-basics
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2011-04-29 15:41:22 +0200
committerManuel Traut <manut@mecka.net>2011-04-29 15:41:22 +0200
commit437a656acc7aa4276b27fef8582c13b29e50ac52 (patch)
tree55543867955c70f0b508917db8b4cfe946186801 /linux-basics
parent13a7aa0cbb9df1c59a47836c00714b8a34bbfccc (diff)
fix debootstrap script (add console, passwd)
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'linux-basics')
-rwxr-xr-xlinux-basics/fromscratch_vs_debian/deb.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-basics/fromscratch_vs_debian/deb.sh b/linux-basics/fromscratch_vs_debian/deb.sh
index 2352c7f..3a3457f 100755
--- a/linux-basics/fromscratch_vs_debian/deb.sh
+++ b/linux-basics/fromscratch_vs_debian/deb.sh
@@ -31,3 +31,6 @@ mkdir /proc /sys
mount -t proc none /proc
mount -t sysfs none /sys
/debootstrap/debootstrap --second-stage
+passwd
+echo "T0:23:respawn:/sbin/getty -L ttyO2 115200 vt100" >> /etc/inittab
+mount -o remount,ro /dev/mmcblk0p2 /