Log of /trunk/autoconfig
Parent Directory
|
Revision Log
Revision
115 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 18 19:35:36 2006 UTC
(6 years, 10 months ago)
by
wolf31o2
File length: 9754 byte(s)
Diff to
previous 114
Force mkxf86config to run before x-setup by calling it explicitly to workaround a possible release problem.
Revision
112 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 14 02:25:10 2006 UTC
(6 years, 10 months ago)
by
wolf31o2
File length: 9724 byte(s)
Diff to
previous 110
Apparently my foray into using bash internals instead of grep didn't work, though it did when I originally tested it. More research will be required before switching back, and we're too close to release to bother.
Revision
109 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 21 15:29:04 2006 UTC
(6 years, 11 months ago)
by
wolf31o2
File length: 9342 byte(s)
Diff to
previous 107
Added a patch to modify the CPU detection from Joshua Kinard. Also, updated the X detection, in case x-setup isn't on the CD, to fall back to mkxf86config.
Revision
102 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue May 23 12:57:39 2006 UTC
(6 years, 11 months ago)
by
wolf31o2
File length: 10225 byte(s)
Diff to
previous 101
Fixed x-setup being called when we used either nox or nodetect. Fixed sound card detection.
Revision
101 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri May 19 23:52:00 2006 UTC
(7 years ago)
by
wolf31o2
File length: 10177 byte(s)
Diff to
previous 98
Add an unpack_firmware function in case we don't have either the hotplug or coldplug init scripts for udev >=089 compatibility.
Revision
89 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 20 19:56:38 2006 UTC
(7 years, 4 months ago)
by
wolf31o2
File length: 8798 byte(s)
Diff to
previous 87
Added an initial detect_ppc function, which I hope to improve over time.
Revision
86 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 22 16:21:56 2005 UTC
(7 years, 5 months ago)
by
wolf31o2
File length: 8251 byte(s)
Diff to
previous 83
Removed ALSA warnings, as it will appear on all minimal InstallCD and will cause bug reports to be filed.
Revision
81 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 17 15:08:59 2005 UTC
(7 years, 7 months ago)
by
wolf31o2
File length: 8330 byte(s)
Diff to
previous 80
Updated to use new x86/amd64 machine information and changed if to case.
Revision
80 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 12 18:32:00 2005 UTC
(7 years, 7 months ago)
by
wolf31o2
File length: 8318 byte(s)
Diff to
previous 79
Added new awk for detecting CPU information for x86, but left it commented. I plan on making this information more machine-specific, as it only seems to work right on x86/amd64, as far as I know.
Revision
77 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 30 17:52:45 2005 UTC
(7 years, 8 months ago)
by
wolf31o2
File length: 6961 byte(s)
Diff to
previous 76
Changing schedule_service_startup -> start_service for bug #104020, also removed extra XDESC for bug #103391.
Revision
76 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 16 22:34:19 2005 UTC
(7 years, 9 months ago)
by
wolf31o2
File length: 7066 byte(s)
Diff to
previous 74
Added nox functionality to livecd-tools and added a check to start x-setup from within autoconfig.
Revision
72 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 1 23:40:30 2005 UTC
(7 years, 9 months ago)
by
wolf31o2
File length: 6650 byte(s)
Diff to
previous 71
Making dhcpcd call use -n to remove any possible errors from dhcpcd being started during hotplug.
Revision
67 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 8 18:38:46 2005 UTC
(7 years, 10 months ago)
by
wolf31o2
File length: 5421 byte(s)
Diff to
previous 64
Change /etc/init.d/service start to schedule_service_startup service for splash.
Revision
64 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 1 14:46:54 2005 UTC
(7 years, 10 months ago)
by
wolf31o2
File length: 5339 byte(s)
Diff to
previous 61
Added sourcing of /etc/sysconfig/gentoo, as I patched that in the latest hwsetup release. Blame gustavoz, he needs more work.
Revision
55 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 9 15:31:23 2005 UTC
(7 years, 11 months ago)
by
wolf31o2
File length: 5269 byte(s)
Diff to
previous 53
Updated to work with newer baselayout versions and also to write configuration to livecd's /etc/conf.d files.
Revision
51 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon May 16 19:26:39 2005 UTC
(8 years ago)
by
wolf31o2
File length: 5227 byte(s)
Diff to
previous 50
Updated to have the same coding style, moved functions from each script into livecd-functions.sh, and cleaned up function names.
Revision
49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu May 12 13:04:27 2005 UTC
(8 years ago)
by
wolf31o2
File length: 5189 byte(s)
Diff to
previous 48
Added IDEDMA variable for detection of ide=nodma on the command line and for starting hdparm when it is not present.
Revision
46 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 12 21:25:21 2005 UTC
(8 years, 1 month ago)
by
wolf31o2
File length: 5019 byte(s)
Diff to
previous 44
Added bashlogin and livecd-functions.sh from baselayout. Cleaned up ALSA support in autoconfig. Made x-setup use new opengl-update feature --dst-prefix. Fixed WEP key section in net-setup.
Revision
30 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 29 23:30:27 2005 UTC
(8 years, 3 months ago)
by
wolf31o2
File length: 5167 byte(s)
Diff to
previous 29
Added before * to depend in an effort to try to get it to run first in the runlevel.
Revision
26 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 28 16:43:28 2005 UTC
(8 years, 3 months ago)
by
wolf31o2
File length: 5160 byte(s)
Diff to
previous 25
Updated to work with acpi=force, added some extra checking into the scripts, and cleaned up the alsa section.
Revision
21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 14 23:51:28 2004 UTC
(8 years, 5 months ago)
by
wolf31o2
File length: 4565 byte(s)
Diff to
previous 20
Added -h option to dhcpcd so the hostname is sent to DHCP servers that support DDNS. Blame bug #72836.
Revision
14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 23 13:17:13 2004 UTC
(8 years, 6 months ago)
by
wolf31o2
File length: 3998 byte(s)
Diff to
previous 12
Changed hwsetup check from /usr/bin/hwsetup to /usr/sbin/hwsetup and closing bug #68621.
Revision
6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 11 23:33:45 2004 UTC
(8 years, 10 months ago)
by
wolf31o2
File length: 3979 byte(s)
Diff to
previous 4
Updated autoconfig and net-setup for upcoming 1.0.4 livecd-tools.
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: |
|