aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chroot-functions: genkernel: robustify version parsingMike Frysinger2016-04-211-16/+18
* create-iso: modify the mkisofs parameter of ppc64 little-endian.Kevin Zhao2016-04-211-1/+15
* kmerge: do not use --nodeps with kernel installMike Frysinger2016-03-271-1/+1
* Catalyst: Fix regression from commit: 1d5d16c965 Remove hard coded portdir pathsBrian Dolbec2016-02-163-6/+6
* targets: Remove some more hard-coded portdir pathsBrian Dolbec2015-12-193-6/+6
* targets: handle new clst_VERBOSE behaviorMike Frysinger2015-10-243-8/+3
* targets: do not prompt userMike Frysinger2015-10-103-21/+0
* lint: clean up bare exception handlingMike Frysinger2015-10-061-1/+1
* lint: unwrap multiple statementsMike Frysinger2015-10-061-2/+4
* lint: avoid redefining builtinsMike Frysinger2015-10-061-4/+4
* lint: drop unnecessary semicolonMike Frysinger2015-10-051-3/+3
* update various URLsMike Frysinger2015-10-053-5/+5
* revert one bad line from the quoting patch. this still isn't right, but it r...Rick Farina (Zero_Chaos)2015-09-231-1/+1
* fix some quoting in create-iso.shRick Farina (Zero_Chaos)2015-09-231-60/+60
* add isoroot checksum support to generate checksums for genkernel to verifyRick Farina (Zero_Chaos)2015-09-231-20/+24
* kmerge.sh blows away the /usr/src/linux symlink but nothing puts it back in p...Rick Farina (Zero_Chaos)2015-09-201-1/+5
* port workaround for bug #560166 to stage2 bootstrap and leave a note so that ...Rick Farina (Zero_Chaos)2015-09-102-2/+13
* workaround bug #560166 by setting USE more properlyRick Farina (Zero_Chaos)2015-09-101-2/+10
* fix 6d795daf6d86779b17206f8a558bfcac44822a6b as caught by dol-senRick Farina (Zero_Chaos)2015-09-071-1/+1
* handle clst_BINDIST properly in stage1Rick Farina (Zero_Chaos)2015-09-032-2/+4
* make tinderbox use cleanup stage, modify cleanup stage to not wipe logs for t...Rick Farina (Zero_Chaos)2015-09-022-10/+2
* run setup_pkgmgr to setup portage and use flags properly for embedded targetRick Farina (Zero_Chaos)2015-09-021-0/+2
* remove stray bindist use flag setting from stage1 chroot, this is handled by ...Rick Farina (Zero_Chaos)2015-09-021-2/+0
* scratch that, tinderbox does not run cleanupRick Farina (Zero_Chaos)2015-09-021-1/+1
* use the cleanup_stage function instead of manual cleanup for stage4, do not w...Rick Farina (Zero_Chaos)2015-09-022-10/+2
* shuffle where bindist is being setRick Farina (Zero_Chaos)2015-09-021-6/+6
* Revert "fix minor typo"Rick Farina (Zero_Chaos)2015-09-021-3/+6
* fix minor typoRick Farina (Zero_Chaos)2015-09-021-6/+3
* by request, keep consistant double quotes; fixing sed removal of bindist in c...Rick Farina (Zero_Chaos)2015-08-311-1/+1
* make stage2-chroot.sh respect bindistRick Farina (Zero_Chaos)2015-08-311-0/+6
* safer quoting for clst_make_conf and proper quoting for "USE=${USE} bindist"Rick Farina (Zero_Chaos)2015-08-311-2/+2
* remove pointless USE=${USE} messageRick Farina (Zero_Chaos)2015-08-311-1/+0
* USE=${USE} gets parsed in bash instead of in make.conf, \${USE} prevents the ...Rick Farina (Zero_Chaos)2015-08-301-5/+5
* fix USE="$USE $1" showing up in make.confRick Farina (Zero_Chaos)2015-08-301-4/+4
* Move the code to deal with USE="bindist" to run_merge so we don't need to rep...Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-08-304-19/+6
* Add missing '"' and replace '' in strings so we get interpolation.Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-08-301-2/+2
* We need to preserve bindist for later stages (if set). This will also need to...Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-08-302-0/+12
* Don't use BOOTSTRAP_USE to update the seed but just build and bindist (if set).Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-08-301-4/+5
* Switch back to the if block for setting make.conf.Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-08-301-7/+8
* We need to ensure bindist is set in USE when updating the seed (if we have OP...Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-08-301-12/+16
* Migrate hardcoded /etc/portage pathsBrian Dolbec2015-08-295-31/+31
* targets/stage1/stage1-chroot.sh: don't quote ${clst_HOSTUSEEXPAND}Anthony G. Basile2015-03-271-3/+3
* modules/generic_stage_target.py: handle USE_EXPAND flagsAnthony G. Basile2015-03-271-1/+12
* netboot2.sh: Fix missing slashes in pathsGuy Martin2015-02-261-10/+10
* Use the system's iplboot to be sure it matches palo's version.Guy Martin2015-02-261-0/+5
* Don't make cdtar mandatory.Guy Martin2015-02-261-2/+6
* Fix and improve kernel build when kerncache is enabled.Guy Martin2015-02-261-9/+30
* Make use of _kernelopts for hppa.Guy Martin2015-02-261-1/+8
* Rename System.map in a way that it won't be matched if multiple kernel are used.Guy Martin2015-02-261-2/+2
* Fix merging kernel without kerncache enabled.Guy Martin2015-02-261-51/+60