aboutsummaryrefslogtreecommitdiff
path: root/rootfs/etc/init.d/rcS
blob: be9ca09ccd956ac77e72cf3e72ecab864965c192 (plain)
1
2
3
4
5
#!/bin/sh
# mount all drives in /etc/fstab
/bin/mount -a
# set the system hostname
/bin/hostname -F /etc/hostname