Chris Gianelloni [Fri, 31 Aug 2007 22:04:45 +0000 (22:04 +0000)]
This is catalyst 2.0.5_pre3 for testing the new stages code.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1242
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Fri, 31 Aug 2007 17:19:00 +0000 (17:19 +0000)]
We need to force USE=bindist on for building stages.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1241
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 29 Aug 2007 18:16:25 +0000 (18:16 +0000)]
Fixed livecd/volid by removing the string.join() from set_iso_volume_id() for bug #188099. This is catalyst 2.0.5_pre2 for testing.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1240
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 29 Aug 2007 18:03:21 +0000 (18:03 +0000)]
Added support for the newer versions of splashutils which use fbcondecor as the init script. This is catalyst 2.0.5_pre1 for testing.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1239
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 29 Aug 2007 17:14:16 +0000 (17:14 +0000)]
Make sure we mkdir on /etc/X11/xinit before we put files in it for bug #178289.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1238
d1e1f19c-881f-0410-ab34-
b69fee027534
Andrew Gaffney [Wed, 22 Aug 2007 00:57:08 +0000 (00:57 +0000)]
'chost' option is only valid in stage 1/2 specs. have catalyst error otherwise
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1237
d1e1f19c-881f-0410-ab34-
b69fee027534
Andrew Gaffney [Mon, 13 Aug 2007 20:22:23 +0000 (20:22 +0000)]
added ChangeLog entries for following from last commit:
Conditionally write CFLAGS to make.conf in stages for bug #177796.
Copy overlay files in netboot2 target into proper dir for bug #174635.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1236
d1e1f19c-881f-0410-ab34-
b69fee027534
Andrew Gaffney [Mon, 13 Aug 2007 20:16:10 +0000 (20:16 +0000)]
fix typo in getopt call for --clear-autoresume. thanks to
Tais M. Hansen <tais.hansen@osd.dk> in bug #188339 for catching this
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1235
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 17 Apr 2007 16:18:58 +0000 (16:18 +0000)]
Added a patch from Andrew Gaffney <agaffney@gentoo.org> on bug #174635 to fix a minor bug in System.map copying, add portage_overlay support, and adds the ability to use globbing in the package file lists for the netboot2 target.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1234
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 17 Apr 2007 16:15:40 +0000 (16:15 +0000)]
Added nb-busybox.cf to the netboot2 target for bug #174298.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1233
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Mon, 16 Apr 2007 19:09:53 +0000 (19:09 +0000)]
Make sure we install ccache/distcc into the build root, not necessarily ROOT.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1232
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Thu, 12 Apr 2007 15:54:33 +0000 (15:54 +0000)]
Change moving the VDB until after we have processed unmerge by moving it from livecdfs-update.sh to unmerge.sh, instead. This allows someone to unmerge packages from the gentoo-release-livecd target.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1231
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Thu, 12 Apr 2007 12:00:09 +0000 (12:00 +0000)]
Commented out the package.provided code in catalyst that seemed to cause problems with kerncache in testing. This is 2.0.4 and should be used for the 2007.0 release.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1230
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Thu, 12 Apr 2007 11:57:06 +0000 (11:57 +0000)]
Added a patch from Andrew Gaffney <agaffney@gentoo.org> from bug #173826 to improve the netboot2 target.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1229
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 10 Apr 2007 21:37:35 +0000 (21:37 +0000)]
Added a patch from Mike Frysinger <vapier@gentoo.org> for bug #173740 to cause catalyst to export boolean variables as well as string-based variables.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1228
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 10 Apr 2007 21:33:58 +0000 (21:33 +0000)]
Fixing check for invalid subarch to not filter too much. Fix from Mike Frysinger <vapier@gentoo.org> for bug #173532.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1227
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 10 Apr 2007 21:30:45 +0000 (21:30 +0000)]
Added s390x (64-bit) support via a patch from Mike Frysinger <vapier@gentoo.org> for bug #173002.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1226
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 10 Apr 2007 21:28:05 +0000 (21:28 +0000)]
Added setup_myemergeopts to setup_myfeatures and removed redundant calls to setup_myemergeopts. Added some extra checks for clst_FETCH to disable certain functions/code paths when running with -F/--fetchonly. Simplified kmerge.sh with regards to kerncache and callback packages. Also, changed ccache/distcc installs to use run_emerge instead of emerge directly, which allows us to more easily replace the underlying package manager, or add support for multiple package managers to catalyst.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1225
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 20 Mar 2007 16:57:06 +0000 (16:57 +0000)]
Added patch from Åsmund Grammeltvedt <grammel@online.no> to add portage_overlay functionality to GRP, where it was mistakenly missing, for bug #171157. This is catalyst 2.0.3 and ready for release.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1224
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Mon, 12 Mar 2007 13:12:54 +0000 (13:12 +0000)]
Removed the generation of grppkgs.txt since the Installer now uses vdb directly.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1223
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Fri, 9 Mar 2007 22:02:21 +0000 (22:02 +0000)]
Fix creation of the EFI images. Since it is FAT, we can't go around perserving permissions, now, can we?
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1222
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 6 Mar 2007 17:41:16 +0000 (17:41 +0000)]
Added a patch from Andrew Gaffney <agaffney@gentoo.org> to fix my completely broken sed for rc.conf, which caused all kinds of hell to break loose when booting a new CD. This is 2.0.3_pre3.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1221
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 6 Mar 2007 17:27:42 +0000 (17:27 +0000)]
Added a patch from Christian Heim <phreak@gentoo.org> to remove stale files, such as group- from /etc before creating our stage tarballs. This is for bug #166695.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1220
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 6 Mar 2007 17:11:24 +0000 (17:11 +0000)]
Commenting out the livecd-kernel code, since the Installer should be doing everything necessary itself.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1219
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 14 Feb 2007 19:33:13 +0000 (19:33 +0000)]
Fix up the pci.ids/usb.ids code to work with newer pciutils and future-proof the usbutils hanlding in case they follow suit with pciutils.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1218
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 13 Feb 2007 15:02:53 +0000 (15:02 +0000)]
Added a patch from Andrew Gaffney <agaffney@gentoo.org> to fix up the problems with using all of the various subarch settings.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1217
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 13 Feb 2007 00:13:07 +0000 (00:13 +0000)]
Disabled deleting of /boot so we actually can work with EFI/grub, made EFI check look in the correct location, and made sure we don't delete /voot within the EFI code if grub is present.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1216
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Mon, 12 Feb 2007 23:34:35 +0000 (23:34 +0000)]
Added another fix from Andrew Gaffney <agaffney@gentoo.org> from bug #166294. This one should fix the HPPA/PPC architectures.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1215
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Mon, 12 Feb 2007 22:08:29 +0000 (22:08 +0000)]
Added patch from Andrew Gaffney <agaffney@gentoo.org> for bug #166420 to remove the autoresume point for portage, as it really isn't needed and doesn't really gain us much, anyway.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1214
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Mon, 12 Feb 2007 21:51:45 +0000 (21:51 +0000)]
Added patch from Andrew Gaffney <agaffney@gentoo.org> for bug #166426.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1213
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 6 Feb 2007 22:31:00 +0000 (22:31 +0000)]
Update the examples to have 2006.1 for the dates. This is catalyst 2.0.2, so everyone enjoy it.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1212
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 6 Feb 2007 22:25:38 +0000 (22:25 +0000)]
Make sure the user owns his home directory for bug #147195.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1211
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 30 Jan 2007 19:53:13 +0000 (19:53 +0000)]
Re-arranged catalyst.conf to make it easier to follow while looking at the online reference and added a default catalystrc file, which does nothing.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1210
d1e1f19c-881f-0410-ab34-
b69fee027534
Andrew Gaffney [Mon, 29 Jan 2007 04:30:15 +0000 (04:30 +0000)]
ignore *.py[co]
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1209
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 23 Jan 2007 17:08:22 +0000 (17:08 +0000)]
Added patch from Andrew Gaffney <agaffney@gentoo.org> to fix up some of the tab/space nastiness. This is for bug #161915.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1208
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 23 Jan 2007 17:06:15 +0000 (17:06 +0000)]
Fixed new cbuild code with another patch from Mike Frysinger <vapier@gentoo.org> to allow the usage of subarches.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1207
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 9 Jan 2007 14:53:52 +0000 (14:53 +0000)]
Added a patch from Mike Frysinger <vapier@gentoo.org> to support cbuild.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1206
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 2 Jan 2007 16:21:11 +0000 (16:21 +0000)]
Removing old CVS Header lines, which are no longer used since moving to SVN.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1205
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 2 Jan 2007 16:06:37 +0000 (16:06 +0000)]
Added back a missing 'then' from stage4 target.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1204
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 27 Dec 2006 20:13:02 +0000 (20:13 +0000)]
Fix indentation so things actually work.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1203
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 27 Dec 2006 18:06:43 +0000 (18:06 +0000)]
Added patch from Mike Frysinger <vapier@gentoo.org> to change the SPARC personality check.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1202
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 27 Dec 2006 17:37:06 +0000 (17:37 +0000)]
Fix the display manager sed lines and change the icon for the local Handbook to use the GNOME 2.16 icon for gedit.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1201
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 27 Dec 2006 15:48:12 +0000 (15:48 +0000)]
Changed the portage_overlay option to always install overlays in /usr/local/portage and added code to clean up /usr/local/portage and make.conf after sucessful execution and before creation of ISO/tarballs.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1200
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Fri, 22 Dec 2006 16:40:32 +0000 (16:40 +0000)]
Fixed a typo which broke coldplugging.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1199
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 20 Dec 2006 15:53:40 +0000 (15:53 +0000)]
Added a create_handbook_icon function and rearranged some of the icon creation for the LiveCD. This should resolve bug #143725 once a new release is made.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1198
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 20 Dec 2006 15:06:28 +0000 (15:06 +0000)]
We now disable the RC_COLDPLUG in /etc/conf.d/rc so udev will not do coldplugging. This allows us to unpack our firmware before we detect devices, so that devices that need it will get it.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1197
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 6 Dec 2006 21:42:30 +0000 (21:42 +0000)]
Fix a typo in generic_stage_target.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1196
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 6 Dec 2006 21:39:38 +0000 (21:39 +0000)]
Make sure we setup the DISPLAYMANAGER variable in both /etc/rc.conf and /etc/conf.d/xdm so we support older snapshots and newer ones.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1195
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 22 Nov 2006 19:06:02 +0000 (19:06 +0000)]
OK. We've fixed the spacing issue with livecd-stage2, so this is 2.0.1, for real.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1194
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 22 Nov 2006 18:37:32 +0000 (18:37 +0000)]
Reverted change in livecd-stage2 to the action_sequence until I can figure out what the problem is with it.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1193
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 22 Nov 2006 17:18:19 +0000 (17:18 +0000)]
Fixed the livecd-stage2 action_sequence and updated the isolinux cdtar's to include newer memtest86. This is catalyst 2.0.1 and ready to roll.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1192
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 22 Nov 2006 16:37:33 +0000 (16:37 +0000)]
Added a patch from Bardur Arantsson <bugs-gentoo.org@scientician.net> which resolves an issue where a variable could be accessed unitialized in obscure circumstances. This is wrt bug #144984.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1191
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 22 Nov 2006 16:27:15 +0000 (16:27 +0000)]
Fixed up action_sequence when using --fetchonly to not create tarballs or ISO images for bug #143392.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1190
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 22 Nov 2006 15:36:04 +0000 (15:36 +0000)]
Clean up the USE usage in GRP/stage4.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1189
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 22 Nov 2006 15:11:34 +0000 (15:11 +0000)]
Added cleanup patch for stage1/stage2 and generic_stage_target from Andrew Gaffney <agaffney@gentoo.org> wrt bug #155911.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1188
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 22 Nov 2006 14:59:36 +0000 (14:59 +0000)]
Added patch from Andrew Gaffney <agaffney@gentoo.org> to remove all instances of USE_ORDER since auto hasn't been valid for some time. This is wrt bug #155864.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1187
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 22 Nov 2006 14:44:45 +0000 (14:44 +0000)]
Added patch from Daniel Ostrow <dostrow@gentoo.org> for added FreeBSD goodness wrt bug #153587.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1186
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Fri, 3 Nov 2006 22:59:18 +0000 (22:59 +0000)]
Changed dobladecenter to slowusb. Thanks to solar for pointing this out.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1185
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Fri, 3 Nov 2006 22:13:50 +0000 (22:13 +0000)]
Added a check to see if we have the tarball option enabled, which causes catalyst to run the capture sequence. This was requested by Tim Yamin for the stage4 target, but I thought it should be usable on any stage target.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1184
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Fri, 3 Nov 2006 21:53:14 +0000 (21:53 +0000)]
Moved fstab tweaks all into one location and added make.conf tweak for bug #144647.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1183
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Fri, 3 Nov 2006 21:41:34 +0000 (21:41 +0000)]
Changed the options to be in alphabetical order so my meatspace logical parser can process them better, added the compress and tarball options, which are as of yet unused for bug #139390 and request from Tim Yamin, and removed the unused -x command line parameter for bug #151405.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1182
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Fri, 3 Nov 2006 21:18:45 +0000 (21:18 +0000)]
Added a warning about changing the CHOST setting for bug #142034.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1181
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 11 Oct 2006 13:51:41 +0000 (13:51 +0000)]
Added initial Gentoo/FreeBSD support. Patch from Diego Pettenò <flameeyes@gentoo.org> and attached to bug #150351.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1180
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Mon, 2 Oct 2006 20:41:54 +0000 (20:41 +0000)]
Removing all copyright and license comment headers from all files so we don't ever get another bug like bug #149638.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1179
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Mon, 2 Oct 2006 20:32:41 +0000 (20:32 +0000)]
Clean up more spacing/capitalization.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1178
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Mon, 2 Oct 2006 20:25:25 +0000 (20:25 +0000)]
Fixed lots of spacing issues, removed livecd/type from livecd-stage1, add splash capabilities to stage4, change 'cp -a' to 'cp -pPR', add -q to emerge calls in kmerge.sh, and updated README.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1177
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 13 Sep 2006 18:32:36 +0000 (18:32 +0000)]
Fix bashrc so it doesn't give an error and add System.map to livecd-kernel.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1176
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Fri, 8 Sep 2006 20:00:57 +0000 (20:00 +0000)]
Added fix for bug #143348.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1175
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 23 Aug 2006 11:20:23 +0000 (11:20 +0000)]
Added -q to emerge call for systempkgs.txt just to be on the safe side.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1174
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 22 Aug 2006 16:45:47 +0000 (16:45 +0000)]
Changed some copy commands to use -f, added a check for /etc/gconf before moving it when not using gentoo-release-livecd, and fixed a sed for root's .bashrc, as reported on the gentoo-catalyst mailing list by Luca Casagrande <luca.casagrande@gmail.com>.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1173
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 16 Aug 2006 21:50:12 +0000 (21:50 +0000)]
Fixing sed so that systemspkgs.txt is built properly.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1172
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Fri, 11 Aug 2006 13:29:15 +0000 (13:29 +0000)]
The sparc32 binary is in /bin, not /usr/bin.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1171
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Fri, 11 Aug 2006 02:07:20 +0000 (02:07 +0000)]
We now only set the options for pkgcache if we are not using fetchonly. This should work around a problem where portage won't fetch the files if a binpkg already exists for the package.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1170
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Fri, 11 Aug 2006 02:02:11 +0000 (02:02 +0000)]
Fix ChangeLog
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1169
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 9 Aug 2006 14:44:38 +0000 (14:44 +0000)]
Added code to make a backup of custom.conf before we edit it for the installer.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1168
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Sat, 29 Jul 2006 18:35:07 +0000 (18:35 +0000)]
Remove sed from splash section, since it wasn't actually resolving the issue, anyway. Change the installer's dialog front-end code to simply run via sudo, since we don't need to worry about having the X DISPLAY setup or anything. This is catalyst 2.0, so you guys can all start rejoicing.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1167
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 26 Jul 2006 22:38:45 +0000 (22:38 +0000)]
Fix my sed line so it actually applies correctly.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1166
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 25 Jul 2006 20:29:10 +0000 (20:29 +0000)]
Added check for verbose, and add --verbose if found, or --quiet, to emerge options.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1165
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Fri, 21 Jul 2006 16:16:39 +0000 (16:16 +0000)]
Fix the splash code so we have our splash theme on all 6 virtual consoles, as well as a possible fix for the read-only filesystem messages from /sbin/splash-functions.sh
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1164
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Thu, 20 Jul 2006 22:02:16 +0000 (22:02 +0000)]
Fix --fetchonly to actually work.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1163
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 19 Jul 2006 21:53:53 +0000 (21:53 +0000)]
Added description for livecd/fsops to livecd-stage2's spec template.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1162
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 19 Jul 2006 21:39:46 +0000 (21:39 +0000)]
I've modified the GDM configuration section to work correctly. I have also ensured that xdm is no longer started just because livecd/xdm is used, which was causing issues for the generic-livecd type. This is 2.0_rc50, which should be the last of the 'release candidates' made. If there are no bug reports in 2 days, then I'm rolling this as 2.0 final.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1161
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 12 Jul 2006 23:28:41 +0000 (23:28 +0000)]
Hopefully, I have fixed the issue with the Installer icons. We'll have to see once the newer Installer is released, as I still have to fix the installer scripts.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1160
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 12 Jul 2006 18:34:52 +0000 (18:34 +0000)]
ChangeLog fix.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1159
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 12 Jul 2006 18:34:00 +0000 (18:34 +0000)]
Removed famd from the default runlevel for gentoo-release-livecd. It really shouldn't cause a problem, but I prefer it stay a bit clean.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1158
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 11 Jul 2006 21:40:59 +0000 (21:40 +0000)]
Added patches from Joshua Kinard <kumba@gentoo.org> from bug #139337. This is 2.0_rc50, which will hopefully be renamed without incident to 2.0 final.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1157
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 5 Jul 2006 13:59:18 +0000 (13:59 +0000)]
Added patch from Gustavo Zacarias <gustavoz@gentoo.org> for sparc/silo parameters support. This is for bug #139300.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1156
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 28 Jun 2006 12:51:43 +0000 (12:51 +0000)]
Added two patches from Joshua Kinard from bug #138255 to fix livecd/fsops and also to remove some redundant values from livecd-stage2's valid_values. This is 2.0_rc49.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1155
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 28 Jun 2006 12:48:22 +0000 (12:48 +0000)]
Fixed invocation of linux32 for x86 and ppc. This is for bug #138080.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1154
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Thu, 22 Jun 2006 14:54:27 +0000 (14:54 +0000)]
Fix a problem where catalyst was creating an initial list, then putting that list inside another. Thanks to Andrew Gaffney <agaffney@gentoo.org> for pointing it out and for the fix. This is for bug #136351.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1153
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Thu, 22 Jun 2006 11:43:34 +0000 (11:43 +0000)]
Removing loop for unmerge, as it didn't actually solve anything and the portage team has helped us out by reverting the behavior that caused this change in the first place.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1152
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Wed, 21 Jun 2006 22:11:54 +0000 (22:11 +0000)]
Added two patches from Joshua Kinard <kumba@gentoo.org> to fix stage1 not having /proc mounted during the preclean stage and also to clean up the netboot2 code. This is 2.0_rc48.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1151
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Tue, 20 Jun 2006 19:32:31 +0000 (19:32 +0000)]
Change our unmerge from being a single unmerge to a loop, to work around an unexpected change in portage 2.1's unmerge processing.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1150
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Mon, 19 Jun 2006 19:05:02 +0000 (19:05 +0000)]
Fixed a problem where we were putting the kernel name in twice and causing and error when using grub as a bootloader. This is for bug #137252.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1149
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Thu, 15 Jun 2006 22:18:51 +0000 (22:18 +0000)]
Added a second pass to the alpha bootloader setup to create aboot items for serial console for bug #133457.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1148
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Mon, 12 Jun 2006 20:41:53 +0000 (20:41 +0000)]
Added arcload cdtar for mips.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1147
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Fri, 9 Jun 2006 00:31:51 +0000 (00:31 +0000)]
Added make-busybox-symlinks to USE for busybox compile. This is catalyst 2.0_rc47.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1146
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Thu, 8 Jun 2006 21:27:30 +0000 (21:27 +0000)]
Add patch from bug #135051 to fix the seedcache extraction logic.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1145
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Sat, 3 Jun 2006 01:58:36 +0000 (01:58 +0000)]
Don't set icon theme to Clearlooks, since it doesn't exist.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1144
d1e1f19c-881f-0410-ab34-
b69fee027534
Chris Gianelloni [Sat, 3 Jun 2006 01:57:24 +0000 (01:57 +0000)]
Fix sed on installer icons.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1143
d1e1f19c-881f-0410-ab34-
b69fee027534