Roy Marples
cffbaa6c4e
Use echo instead of touch - saves on forking
2007-07-13 00:04:20 +00:00
Roy Marples
5257ba51b9
Don't unmount network filesystems in localmount or halt.sh, #175602 .
2007-07-11 17:27:46 +00:00
Roy Marples
b4af22edda
Only mount stuff if not already mounted
2007-07-11 10:39:01 +00:00
Roy Marples
05201b514b
init scripts and their extra options can now have descriptions, #184327 .
2007-07-10 19:09:41 +00:00
Roy Marples
6802e045b3
Take no chances with PATH, use our env-update
2007-07-09 10:39:35 +00:00
Roy Marples
53d17a1be2
Add an option to fork ldconfig in env-update, #182794 . Also, preserve the entire line in /etc/env.d/foo if it begins with $
2007-07-09 10:26:02 +00:00
Roy Marples
87d1a3be19
Fix netmount - thanks to Hollow
2007-07-08 12:59:58 +00:00
Mike Frysinger
6e8f3dabf7
Allow urandom location to be customized #134489 .
2007-06-22 02:57:40 +00:00
Mike Frysinger
45d2bcdb9f
Use -q option with modprobe rather than sending to /dev/null.
2007-06-02 12:23:43 +00:00
Mike Frysinger
804de005b8
Fix from comio for /proc/filesystems typo in localmount #180621 .
2007-06-02 12:22:07 +00:00
Roy Marples
27344f7f27
Use killall5 again so we can cleanly remount / readonly, #168977
...
and #177689 .
2007-05-30 22:30:54 +00:00
Roy Marples
8bcc145c98
Always update mtab
2007-05-30 11:26:53 +00:00
Roy Marples
eb7a0a6285
busybox sysctl does not support -q
2007-05-16 14:53:47 +00:00
Mike Frysinger
3ae655caa3
mount nfsd on /proc/fs/nfs automatically
2007-05-12 11:07:04 +00:00
Roy Marples
81ccc67446
Store the defined random pool size, #177722 thanks to Yaroslav Isakov.
2007-05-11 10:33:49 +00:00
Roy Marples
7cdd8d4a0e
Only mount ro on Linux
2007-05-11 08:57:47 +00:00
Roy Marples
35487d9313
Remove reference to dm-crypt
2007-05-05 11:15:07 +00:00
Roy Marples
9ced77155b
We don't have console, so default to no for fsck
2007-05-02 13:07:00 +00:00
Mike Frysinger
d2c112ef4f
debugfs support
2007-04-30 16:22:19 +00:00
Roy Marples
33052124b5
Don't dmesg for VPS systems
2007-04-26 14:22:54 +00:00
Roy Marples
67bfa29457
Don't sysctl for VPS systems
2007-04-26 14:17:15 +00:00
Roy Marples
ea2158fe94
checkroot and checkfs now use more friendly generic options, #116016
2007-04-26 13:07:57 +00:00
Roy Marples
7590e7b258
exec rc-abort
2007-04-20 13:22:27 +00:00
Roy Marples
c52f216450
Added the rc-abort command, #175106 thanks to Daniel Drake.
2007-04-20 13:12:21 +00:00
Mike Frysinger
a316a1fa72
Automatically mount selinuxfs on /selinux in localmount.
2007-04-20 10:47:24 +00:00
Roy Marples
876bd89f4b
hug getopt_long some more
2007-04-13 15:20:10 +00:00
Roy Marples
662e308d86
Apply sysctl if we don't have an init script
2007-04-10 10:50:07 +00:00
Roy Marples
0762d88d84
Punt the rc-depend man page as it's been moved out of /usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/games/bin
2007-04-06 01:07:10 +00:00
Roy Marples
5af58b4514
Rewrite the core parts in C. We now provide librc so other programs can
...
query runlevels, services and state without using bash. We also provide
libeinfo so other programs can easily use our informational functions.
As such, we have dropped the requirement of using bash as the init script
shell. We now use /bin/sh and have strived to make the scripts as portable
as possible. Shells that work are bash and dash. busybox works provided
you disable s-s-d. If you have WIPE_TMP set to yes in conf.d/bootmisc you
should disable find too.
zsh and ksh do not work at this time.
Networking support is currently being re-vamped also as it was heavily bash
array based. As such, a new config format is available like so
config_eth0="1.2.3.4/24 5.6.7.8/16"
or like so
config_eth0="'1.2.3.4 netmask 255.255.255.0' '5.6.7.8 netmask 255.255.0.0'"
We will still support the old bash array format provided that /bin/sh IS
a link it bash.
ChangeLog for baselayout-1 can be found in our SVN repo.
2007-04-05 11:18:42 +00:00