Log of /branches/baselayout-1_12/tarball.sh
Parent Directory
|
Revision Log
Revision
2415 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 12 10:42:32 2006 UTC
(6 years, 5 months ago)
by
uberlord
File length: 1219 byte(s)
Diff to
previous 2353
Assume all routes are host routes unless we have a valid netmask,
#157418 thanks to Alexander Zubkov.
sysvinit now provides shutdown.sh and reboot.sh, #112991.
Revision
2353 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 2 10:13:52 2006 UTC
(6 years, 6 months ago)
by
uberlord
File length: 1219 byte(s)
Diff to
previous 2240
We no longer unmount ramfs in halt.sh, #151128
We no longer use =~ for the 1.12 branch only as we should work on all
bash versions, #151108
Revision
1246 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 17 15:47:45 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/tarball.sh
File length: 1131 byte(s)
Diff to
previous 1237
Fixed VLAN documentation for working with eth0.1 style names #95121
tarball.sh now works with svn
dhclient and udhcpc now report any errors to stdout
RC_DEVICE_TARBALL now defaults to no
STYLE updates to iwconfig
Revision
605 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 13 17:13:49 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/tarball.sh
File length: 700 byte(s)
Diff to
previous 566
Install net.modules.d to /lib/rcscripts instead of /etc so we
don't have to deal with CONFIG_PROTECT
Fix diff code in modules_load so it can identify which functions
have been modified
Fix fallback mechanism in iface_start so that it works correctly
and doesn't report a bogus error message when trying the fallback
Get rid of need_begin trickery in iface_stop
Simplify eend processing in dhcp modules
Implement eindent, eoutdent, esetdent in functions.sh and adjust
net-scripts to use them.
Re-write einfo, ewarn, eerror, ebegin, eend, ewend to use
RC_INDENTATION and to work better on serial terminals
Remove conf.d/net.ppp0 since that is provided by net-dialup/ppp
Revision
566 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 27 22:11:44 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/tarball.sh
File length: 644 byte(s)
Diff to
previous 557
cvs diff: etc/conf.d/cryptfs is a new entry, no comparison available
Add the default cryptfs configuration file
init.d/checkfs | 146 +++++++++++++++++++++++++++++++-----------------------
init.d/localmount | 111 +++++++++++++++++++++++++++--------------
Minor fixes to tigger's dm-crypt stuff that resulted in some
rewriting. Don't set status in a subshell so success/failure is
preserved. Allow multi-line configuration files
ChangeLog | 9 ++-
tarball.sh | 2
Update to version 1.6.1
4 files changed, 167 insertions(+), 101 deletions(-)
Revision
518 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 28 19:44:46 2004 UTC
(8 years, 10 months ago)
by
agriffis
Original Path:
trunk/tarball.sh
File length: 442 byte(s)
Diff to
previous 517
Fix dhcp in iface_start_ifconfig: It was re-using the variable
${i} which would result in the following error:
/sbin/runscript.sh: line 441: ((: 16.141.88.153: syntax error
in expression (error token is ".141.88.153")
Use vlan_IFACE instead of iface_IFACE_vlans in net.eth0 for more
consistent vlan configuration. Thanks to robbat2 in bug 55394
(not fully resolved)
Add example for checking if root filesystem is NFS-mounted via
predown function in conf.d/net for bug 53104. This might be
better integrated at some point into net.eth0
Revision
516 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 26 21:56:19 2004 UTC
(8 years, 10 months ago)
by
agriffis
Original Path:
trunk/tarball.sh
File length: 442 byte(s)
Diff to
previous 510
Fix bug 34607: provide examples for in conf.d/net for preup, postup, predown, postdown functions. Also pay attention to return value from postdown (previously ignored). Bump version to 1.5.0 to include in new baselayout release
Revision
510 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 6 15:17:47 2004 UTC
(8 years, 11 months ago)
by
agriffis
Original Path:
trunk/tarball.sh
File length: 443 byte(s)
Diff to
previous 509
rc-scripts-1.4.16. Only call generate-modprobe.conf with --assume-kernel if modules-update was called with --assume-kernel. This means that only catalyst has the dependency on module-init-tools, not everybody with the newer baselayout
Revision
509 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri May 21 15:22:12 2004 UTC
(8 years, 11 months ago)
by
agriffis
Original Path:
trunk/tarball.sh
File length: 443 byte(s)
Diff to
previous 508
rc-scripts-1.4.15. Fix bug 51570: typo on line 161 of /sbin/livecd-functions.sh. Fix bug 51626: wrong variable declaration at top of get_bootparam() in /sbin/functions.sh
Revision
481 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 13 00:20:03 2004 UTC
(9 years, 1 month ago)
by
agriffis
Original Path:
trunk/tarball.sh
File length: 442 byte(s)
Diff to
previous 480
Update to rc-scripts version 1.4.7. Fix bug 47218 (net.eth0 broken for vlans) with patch provided by Andy Dustman. Fix bug 47250 (depscan.sh fails to create /var/lib/init.d/* directories) with patch from Terje Bergstrvm.
Revision
479 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 8 18:30:29 2004 UTC
(9 years, 1 month ago)
by
agriffis
Original Path:
trunk/tarball.sh
File length: 442 byte(s)
Diff to
previous 478
Patch init.d/checkroot to list / (root) only once in mtab; see bug 38360. Patch from Gustavoz to livecd-functions.sh to run bash instead of login on serial consoles, necessary due to scrambled root password.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.
| Sticky Revision: |
|