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