diff options
Diffstat (limited to 'rootfs/etc/init.d')
-rwxr-xr-x | rootfs/etc/init.d/rcS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootfs/etc/init.d/rcS b/rootfs/etc/init.d/rcS index fc699e4..be9ca09 100755 --- a/rootfs/etc/init.d/rcS +++ b/rootfs/etc/init.d/rcS @@ -1,2 +1,5 @@ #!/bin/sh +# mount all drives in /etc/fstab /bin/mount -a +# set the system hostname +/bin/hostname -F /etc/hostname |