summaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-04-23 20:48:49 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-04-23 20:48:49 +0200
commit3ac08405eb88ba9546fad889cceb23d839b1727f (patch)
tree4e1288cb3f61e61700b2eb3e946e7098d1e87c97 /local
parent2cfcaf7120c024f5c15ba569fee7e750e7e71c82 (diff)
downloadi486tcc-linux-3ac08405eb88ba9546fad889cceb23d839b1727f.tar.gz
i486tcc-linux-3ac08405eb88ba9546fad889cceb23d839b1727f.tar.bz2
- integrated last documentation from trial 1
- redone kernel configuration and documented reasons for why we include certain things (modules are still to be done)
Diffstat (limited to 'local')
-rwxr-xr-xlocal/etc/rc.init2
-rwxr-xr-xlocal/etc/rc.shutdown2
2 files changed, 2 insertions, 2 deletions
diff --git a/local/etc/rc.init b/local/etc/rc.init
index 156a29b..752656a 100755
--- a/local/etc/rc.init
+++ b/local/etc/rc.init
@@ -10,7 +10,7 @@ mount -n -t devtmpfs -o mode=0755,nosuid udev /dev
mkdir -p /dev/pts
mount -n -t devpts -o mode=0620,gid=5,nosuid,noexec devpts /dev/pts
-echo "Mounting filesustems.."
+echo "Mounting registerd filesystems.."
mount -a
echo "Starting login sessions.."
diff --git a/local/etc/rc.shutdown b/local/etc/rc.shutdown
index b27f765..f52aec5 100755
--- a/local/etc/rc.shutdown
+++ b/local/etc/rc.shutdown
@@ -1,6 +1,6 @@
#!/bin/oksh
-echo "Shutding down all processes.."
+echo "Shutting down all processes.."
killall5 -s KILL
echo "Synching and unmounting filesystems.."