aboutsummaryrefslogtreecommitdiff
path: root/rc.boot
diff options
context:
space:
mode:
Diffstat (limited to 'rc.boot')
-rwxr-xr-xrc.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.boot b/rc.boot
index 3b46576..ba5d3dd 100755
--- a/rc.boot
+++ b/rc.boot
@@ -27,7 +27,7 @@ out "Mounting pseudo filesystems..."; {
mnt mode=1777,nosuid,nodev tmpfs shm /dev/shm
{
- ln -sf /proc/self/fs /dev/fd
+ ln -sf /proc/self/fd /dev/fd
ln -sf fd/0 /dev/stdin
ln -sf fd/1 /dev/stdout
ln -sf fd/2 /dev/stderr
@@ -101,7 +101,7 @@ out "Loading sysctl settings..."; {
/etc/sysctl.conf; do
[ -f "$conf" ] || continue
- out "Appling $conf ..."
+ out "Applying $conf ..."
sysctl -p "$conf"
done
}