Log of /trunk/sh.Linux
Directory Listing
Revision
3050 -
Directory Listing
Modified
Mon Oct 22 20:24:00 2007 UTC
(5 years, 7 months ago)
by
uberlord
Fix init.sh for shm again
Revision
3046 -
Directory Listing
Modified
Fri Oct 19 06:57:41 2007 UTC
(5 years, 7 months ago)
by
uberlord
Mount /dev/shm for Linux systems, even not when in /etc/fstab, #196345.
Revision
2946 -
Directory Listing
Modified
Wed Sep 26 10:09:27 2007 UTC
(5 years, 7 months ago)
by
uberlord
If it's in fstab, let mount work everything out instead of us.
Revision
2937 -
Directory Listing
Modified
Wed Sep 26 07:30:00 2007 UTC
(5 years, 7 months ago)
by
uberlord
Handle fstab with spaces
Revision
2895 -
Directory Listing
Modified
Wed Sep 19 13:53:40 2007 UTC
(5 years, 8 months ago)
by
uberlord
/lib/rcscripts -> /lib/rc
Revision
2890 -
Directory Listing
Modified
Tue Sep 18 15:45:15 2007 UTC
(5 years, 8 months ago)
by
uberlord
Only mount /sys if it's not mounted, #192436.
Revision
2865 -
Directory Listing
Modified
Mon Sep 3 14:02:15 2007 UTC
(5 years, 8 months ago)
by
uberlord
Add --quiet to mountinfo
Revision
2864 -
Directory Listing
Modified
Mon Sep 3 03:10:42 2007 UTC
(5 years, 8 months ago)
by
vapier
Always attempt to mount /dev/pts when devpts is available as it may appear in some 2.4 setups.
Revision
2831 -
Directory Listing
Modified
Wed Aug 15 14:49:41 2007 UTC
(5 years, 9 months ago)
by
uberlord
`config /etc/fstab' can now be used in depend() functions to show that
the deptree should be regenerated if /etc/fstab has changed.
Revision
2824 -
Directory Listing
Modified
Wed Aug 8 12:39:05 2007 UTC
(5 years, 9 months ago)
by
uberlord
Use the right dir from fstab
Revision
2816 -
Directory Listing
Modified
Tue Aug 7 07:25:24 2007 UTC
(5 years, 9 months ago)
by
uberlord
Try and hide the terminal escape codes when they fail.
Revision
2815 -
Directory Listing
Modified
Sat Aug 4 20:35:05 2007 UTC
(5 years, 9 months ago)
by
uberlord
Boot properly when we cannot set an early font, #187628.
Revision
2736 -
Directory Listing
Modified
Sun Jul 1 08:45:23 2007 UTC
(5 years, 10 months ago)
by
uberlord
Don't set an early font if consolefont isn't in a runlevel, #183773.
Revision
2715 -
Directory Listing
Modified
Wed May 23 14:12:06 2007 UTC
(6 years ago)
by
uberlord
Harden testing of /proc being valid
Revision
2664 -
Directory Listing
Modified
Thu Apr 26 14:29:15 2007 UTC
(6 years, 1 month ago)
by
uberlord
Don't dmesg for VPS systems
Revision
2661 -
Directory Listing
Modified
Thu Apr 26 13:08:34 2007 UTC
(6 years, 1 month ago)
by
uberlord
File to configure our font as early as possible in init
Revision
2659 -
Directory Listing
Modified
Thu Apr 26 11:24:07 2007 UTC
(6 years, 1 month ago)
by
uberlord
Set fonts in init-early.sh, don't stop services twice when shutting down and lock prefixed output.
Revision
2658 -
Directory Listing
Modified
Thu Apr 26 08:02:21 2007 UTC
(6 years, 1 month ago)
by
uberlord
Fix early setting of font
Revision
2655 -
Directory Listing
Modified
Wed Apr 25 15:42:30 2007 UTC
(6 years, 1 month ago)
by
uberlord
Fix vservers
Revision
2620 -
Directory Listing
Modified
Tue Apr 17 20:07:24 2007 UTC
(6 years, 1 month ago)
by
uberlord
Duh, quote eval properly
Revision
2615 -
Directory Listing
Modified
Tue Apr 17 09:32:18 2007 UTC
(6 years, 1 month ago)
by
uberlord
Rationalise our colour usage a little.
Revision
2612 -
Directory Listing
Modified
Tue Apr 17 00:07:09 2007 UTC
(6 years, 1 month ago)
by
vapier
Allow addons to pass up their exit status in import_addon. Simplify /dev handling in init.sh and add mdev as an option.
Revision
2608 -
Directory Listing
Modified
Sat Apr 14 09:27:29 2007 UTC
(6 years, 1 month ago)
by
uberlord
ramfs has no special options
Revision
2604 -
Directory Listing
Modified
Fri Apr 13 15:20:10 2007 UTC
(6 years, 1 month ago)
by
uberlord
hug getopt_long some more
Revision
2547 -
Directory Listing
Added
Thu Apr 5 11:18:42 2007 UTC
(6 years, 1 month ago)
by
uberlord
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.
| Sticky Revision: |
|