aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update AUTHORS to review credit and split the list of people in original auth...Jorge Manuel B. S. Vicetto (jmbsvicetto)2014-02-111-15/+19
* update version2.0.16Brian Dolbec2014-01-111-1/+1
* Mount /dev/shm in the chroot with the right optionsDouglas Freed2014-01-011-3/+6
* modules/generic_target.py: Pass TERM through to the chroot environmentW. Trevor King2014-01-011-2/+6
* Backport a937ae8 /dev/shm mount fix to the 2.X branch.Brian Dolbec2013-12-311-4/+9
* doc/HOWTO.txt: Fix stage descriptions, and add extra contextW. Trevor King2013-12-311-5/+30
* catalyst 2.0.15catalyst-2.0.15Matt Turner2013-11-131-1/+1
* livecdfs-update.sh: Use `bash --login` to spawn startxW. Trevor King2013-10-261-3/+1
* livecd-bashrc: Avoid a startx race by restricting to tty1W. Trevor King2013-10-261-1/+1
* Revert "livecdfs-update.sh: Escape ampersands in STARTX sed expression"Matt Turner2013-10-261-1/+1
* catalyst: Remove commented sections of codeDylan Baker2013-10-261-25/+0
* catalyst: split combined importDylan Baker2013-10-261-1/+5
* catalyst: use a more pythonic method to import modulesDylan Baker2013-10-263-11/+7
* catalyst: Specify python2 rather than the generic pythonDylan Baker2013-10-261-1/+1
* catalyst 2.0.14catalyst-2.0.14Matt Turner2013-08-071-1/+1
* generic_stage_target: default {PORT,PKG,DIST}DIRZac Medico2013-08-071-0/+4
* stop tarballing firmwareRick Farina (Zero_Chaos)2013-08-051-11/+0
* kerncache improperly sets --nodepsRick Farina (Zero_Chaos)2013-08-021-1/+1
* Fix incorrect type for livecd/modblacklist.Brian Dolbec2013-08-011-0/+3
* correctly remove USE=buildRick Farina (Zero_Chaos)2013-08-021-2/+2
* Revert "kmerge.sh: Don't set USE=build for emerging kernels."Rick Farina (Zero_Chaos)2013-08-021-0/+4
* catalyst 2.0.13catalyst-2.0.13Matt Turner2013-07-301-1/+1
* Fix a py3 syntax error, use print()Brian Dolbec2013-07-301-1/+1
* kmerge.sh: Don't set USE=build for emerging kernels.Matt Turner2013-07-301-4/+0
* Remove ChangeLog.Matt Turner2013-07-241-5252/+0
* chroot-functions: Give variables more appropriate names.Matt Turner2013-07-241-8/+8
* Replace 'system' with '@system' where applicable, to be more greppable.Matt Turner2013-07-244-4/+4
* Fixes a bug inadvertently caused by 6c0a577 where setting update_seedDouglas Freed2013-05-281-1/+2
* proper lbzip2 decompression of stagesRick Farina (Zero_Chaos)2013-05-271-2/+2
* Revert "use lbzip2 to unpack the stages"Rick Farina (Zero_Chaos)2013-05-271-4/+4
* use lbzip2 to unpack the stagesRick Farina (Zero_Chaos)2013-05-271-4/+4
* Drop addpatches from the livecd-stage2 example spec as well.Jorge Manuel B. S. Vicetto (jmbsvicetto)2013-04-241-1/+1
* Drop addpatches from the stage4 example spec.Jorge Manuel B. S. Vicetto (jmbsvicetto)2013-04-241-1/+1
* Fix broken "preserve_libs" commit - ";" is not ":".Jorge Manuel B. S. Vicetto (jmbsvicetto)2013-04-151-1/+2
* Make the use of preserved_libs optional by setting the options variable.Jorge Manuel B. S. Vicetto (jmbsvicetto)2013-04-143-1/+7
* Fix bugs 407051 and 458536 by using FEATURES="preserve-libs" on the unmerge s...Jorge Manuel B. S. Vicetto (jmbsvicetto)2013-04-141-0/+1
* Fix update_seed use by not using nor building binary packages during the seed...Jorge Manuel B. S. Vicetto (jmbsvicetto)2013-04-142-2/+5
* Add support for m68kRaúl Porcel2013-04-061-0/+22
* livecdfs-update.sh: Escape ampersands in STARTX sed expressionW. Trevor King2013-03-081-1/+1
* doc/HOWTO.txt: Explain how to run catalyst without installingW. Trevor King2013-03-081-0/+15
* files/.gitignore: Ignore $(DOCS) and $(DOC_SIDE_EFFECTS)W. Trevor King2013-03-081-1/+2
* Makefile: Add DOCS for building files/HOWTO.htmlW. Trevor King2013-03-081-3/+12
* doc/HOWTO: First pass at a gentle Catalyst introductionW. Trevor King2013-03-081-0/+204
* Whitespace cleanup.Brian Dolbec2013-03-0814-59/+59
* create-iso.sh: add usb boot via isohybridBen Kohler2013-03-051-0/+2
* kmerge.sh: Fix line wrapping typo from 9ceebbfW. Trevor King2013-02-281-1/+1
* kmerge.sh: Make /var/tmp/${clst_kname}.config optionalW. Trevor King2013-02-221-8/+13
* generic_stage_target: Handle unspecified boot/kernel/<kname>/configW. Trevor King2013-02-221-16/+11
* generic_stage_target: Split ._copy_initramfs_overlay() from ._build_kernel()W. Trevor King2013-02-221-19/+22
* generic_stage_target.py: Dedent the bulk of ._build_kernel()W. Trevor King2013-02-221-60/+61