#!/bin/sh # # mountnoncrit # PROVIDE: mountnoncrit # REQUIRE: sshd . /etc/rc.subr name="mountnoncrit" start_cmd= "echo 'Mounting noncritical (media) filesystems...'; fsck -Py /dev/rsd0a /dev/rsd1a /dev/rsd2a /dev/rsd3e; mount /mnt/media; mount /mnt/media2; mount /mnt/media4; mount /mnt/media5" stop_cmd="echo 'Unmounting noncritical (media) filesystems...'; umount /mnt/media; umount /mnt/media2; umount /mnt/media4; umount /mnt/media5" load_rc_config run_rc_command "$1"Sometimes the disks aren't recognized at boot, so the system drops to the console during boot. Since this script requires sshd, it won't run until the computer is sufficiently booted that I can log in and fix things over the network.
So, I guess it's time to redesign the site again. Probably the same layout, only deuglified. I'll keep the cliche round corners just because it took so long to get them right.