]>
pd.if.org Git - startuptools/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nathan Wagner [Thu, 27 Mar 2014 04:47:51 +0000 (04:47 +0000)]
fix error in is_true test
added -t nodevtmpfs to umount in rc.shutdown to avoid error
in unmounting filesystems
Nathan Wagner [Thu, 9 Jan 2014 11:27:57 +0000 (11:27 +0000)]
add is_true function and stub upport for color
is_true will return true for various sorts of "true" values of its
argument, specifically '1', 't', 'true', 'yes, and 'y'. Anything else
is false.
Nathan Wagner [Thu, 9 Jan 2014 11:24:56 +0000 (11:24 +0000)]
Add support for mdev
mdev will now be the default hotplug handler. This effectively
adds a requirement for busybox. udevd can still be used if it's
installed and USE_UDEVD is defined as something true in /etc/rc.conf
Added a mount -f / to attempt to get the root filesystem recorded
in /etc/mtab, which df wants.
Nathan Wagner [Thu, 9 Jan 2014 11:23:31 +0000 (11:23 +0000)]
make rc.shutdown actually shutdown
rc.shutdown will now attempt to kill processes, unmount filesystems
and otherwise generally shutdown gracefully
Nathan Wagner [Thu, 9 Jan 2014 11:11:18 +0000 (11:11 +0000)]
add cron and sshd to default startup daemons
Also added 'default' network to networks to start up
Nathan Wagner [Fri, 6 Dec 2013 05:26:08 +0000 (05:26 +0000)]
added hwclock setting
Nathan Wagner [Fri, 6 Dec 2013 05:25:20 +0000 (05:25 +0000)]
improved rc.d example script
Nathan Wagner [Sun, 1 Dec 2013 08:39:25 +0000 (08:39 +0000)]
Added syslogd and klogd to inittab
Nathan Wagner [Tue, 28 May 2013 07:58:16 +0000 (07:58 +0000)]
Added dhcp support to interface scripts
Nathan Wagner [Tue, 28 May 2013 06:30:41 +0000 (06:30 +0000)]
improve reporting of network startup
Nathan Wagner [Tue, 28 May 2013 06:30:27 +0000 (06:30 +0000)]
fix syntax error in ifup
Nathan Wagner [Tue, 28 May 2013 05:55:30 +0000 (05:55 +0000)]
added /etc/network and localhost to install
Nathan Wagner [Tue, 28 May 2013 05:40:03 +0000 (05:40 +0000)]
fix shell errors with IFS
Nathan Wagner [Fri, 26 Apr 2013 12:47:53 +0000 (12:47 +0000)]
skip fsck at boot
Nathan Wagner [Fri, 26 Apr 2013 12:15:40 +0000 (12:15 +0000)]
simplify vfs mounts
Nathan Wagner [Fri, 26 Apr 2013 09:55:53 +0000 (09:55 +0000)]
reformatting for 80 column width
Nathan Wagner [Wed, 27 Feb 2013 22:05:27 +0000 (22:05 +0000)]
added startup scripts
Nathan Wagner [Wed, 27 Feb 2013 21:44:22 +0000 (21:44 +0000)]
created install target for startup scripts
Nathan Wagner [Wed, 13 Feb 2013 23:25:13 +0000 (23:25 +0000)]
make do_exec a static function
Nathan Wagner [Wed, 13 Feb 2013 20:43:09 +0000 (20:43 +0000)]
initial commit