| Commit message (Expand) | Author | Age | Files | Lines |
* | Implementing distkernel installation | Azamat H. Hackimov | 2023-08-22 | 1 | -0/+5 |
* | livecd-stage2/controller.sh: remove stray slash from universal cleanup | Ben Kohler | 2023-03-31 | 1 | -1/+1 |
* | Remove obsolete universal cd target | Ben Kohler | 2023-03-31 | 1 | -1/+0 |
* | livecd-stage2: add memtest86+ detection for x86/amd64 | Ben Kohler | 2022-12-01 | 1 | -0/+4 |
* | catalyst: Drop livecd/{xinitrc,xsession,xdm} | Matt Turner | 2022-11-17 | 1 | -9/+0 |
* | targets: Delete never-used packages.txt code | Matt Turner | 2020-10-20 | 1 | -1/+0 |
* | targets: Remove post-kmerge | Matt Turner | 2020-10-20 | 1 | -5/+0 |
* | targets: Remove some comments whose meanings have been lost | Matt Turner | 2020-10-19 | 1 | -3/+0 |
* | targets: Remove more clst_ prefixes | Matt Turner | 2020-10-19 | 1 | -2/+2 |
* | targets: Don't delete pyc/pyo files | Matt Turner | 2020-05-16 | 1 | -2/+0 |
* | targets: Remove unused source filesystem-functions.sh | Matt Turner | 2020-05-03 | 1 | -1/+0 |
* | targets: Use copy_to_chroot() more places | Matt Turner | 2020-04-03 | 1 | -5/+2 |
* | targets: Simplify delete_from_chroot() | Matt Turner | 2020-04-03 | 1 | -1/+1 |
* | targets: Combine some cp commands | Christos Kotsi | 2020-03-31 | 1 | -9/+3 |
* | catalyst: Drop gamecd target | Matt Turner | 2020-03-30 | 1 | -15/+1 |
* | targets: Remove redundancy filenames | Matt Turner | 2020-03-28 | 1 | -0/+0 |
* | missed the definition of depclean by a tiny bit | Rick Farina (Zero_Chaos) | 2018-06-04 | 1 | -1/+1 |
* | make livecd depclean settings optional | Rick Farina (Zero_Chaos) | 2018-04-05 | 1 | -1/+1 |
* | introduce depclean.sh and add it to livecd-stage2 (first test) | Ben Kohler | 2017-11-29 | 1 | -5/+6 |
* | targets/*: Add shebangs for any scripts without one | Brian Dolbec | 2016-06-28 | 1 | -0/+1 |
* | Make shdir a complete path to ease it's use. | Brian Dolbec | 2014-12-31 | 1 | -11/+11 |
* | chmod +x all sh scripts so they can run from the git checkout | Brian Dolbec | 2014-01-10 | 1 | -0/+0 |
* | prevent cleaning .a files | Rick Farina (Zero_Chaos) | 2012-10-19 | 1 | -7/+0 |
* | Whitespace. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2012-09-22 | 1 | -2/+12 |
* | Replace "." with "source". | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2012-09-22 | 1 | -2/+2 |
* | Removing livecd/files/Getting_Online.txt since it was quite outdated. | Chris Gianelloni | 2008-07-24 | 1 | -7/+0 |
* | Initial commit after creating the git repository. | Chris Gianelloni | 2008-07-24 | 1 | -0/+0 |
* | We should be matching all possible LIBDIRs, so make sure we do that. | Chris Gianelloni | 2008-04-17 | 1 | -2/+2 |
* | Added initial framework for creating the CD's root on livecd/livedvd. Curren... | Chris Gianelloni | 2008-04-13 | 1 | -1/+32 |
* | Change all checks for livecd/type: gentoo-release-livecd to gentoo-release-li... | Chris Gianelloni | 2008-04-13 | 1 | -19/+19 |
* | Updated TODO. Added code to livecd-stage1 to generate a package list, which ... | Chris Gianelloni | 2008-04-11 | 1 | -4/+7 |
* | Check for a snapshot in the overlay and error if one is present. This should... | Chris Gianelloni | 2008-04-08 | 1 | -0/+9 |
* | OK, we run our find outside the chroot, so we don't want to use absolute path... | Chris Gianelloni | 2008-03-13 | 1 | -2/+2 |
* | Cleanup the clean section for stage1 and add an updated clean section for liv... | Chris Gianelloni | 2008-03-13 | 1 | -7/+14 |
* | Fixing the snapshot copying so it will only copy the correct snapshot for peo... | Chris Gianelloni | 2008-02-28 | 1 | -1/+2 |
* | Let's automatically copy in the snapshot if livecd/type is gentoo-release-liv... | Chris Gianelloni | 2008-02-27 | 1 | -0/+6 |
* | Only call find on libdirs that actually exist. Thanks to Kristoffer <krek6597... | Andrew Gaffney | 2008-02-20 | 1 | -3/+7 |
* | Clean up firmware code in livecdfs-update.sh, add beginnings of new firmware ... | Chris Gianelloni | 2008-02-14 | 1 | -2/+13 |
* | Changed the code for copying the MOTD files so it's fewer lines and makes mor... | Chris Gianelloni | 2008-02-07 | 1 | -23/+18 |
* | we apparently still need profiles/eclass for building the stage3 from the livecd | Andrew Gaffney | 2007-11-17 | 1 | -2/+2 |
* | create symlink for /etc/gconf and /var/db when moving to /usr/livecd | Andrew Gaffney | 2007-11-17 | 1 | -2/+2 |
* | Make sure we mkdir on /etc/X11/xinit before we put files in it for bug #178289. | Chris Gianelloni | 2007-08-29 | 1 | -0/+1 |
* | Removing old CVS Header lines, which are no longer used since moving to SVN. | Chris Gianelloni | 2007-01-02 | 1 | -1/+0 |
* | Removing all copyright and license comment headers from all files so we don't... | Chris Gianelloni | 2006-10-02 | 1 | -3/+1 |
* | Fixed lots of spacing issues, removed livecd/type from livecd-stage1, add spl... | Chris Gianelloni | 2006-10-02 | 1 | -5/+4 |
* | Changed some copy commands to use -f, added a check for /etc/gconf before mov... | Chris Gianelloni | 2006-08-22 | 1 | -5/+5 |
* | I missed an extra else in bootloader-setup.sh, so I'm fixing that and rolling... | Chris Gianelloni | 2006-04-20 | 1 | -2/+2 |
* | Don't copy motd files if we're using livecd/type generic-livecd. | Chris Gianelloni | 2006-03-22 | 1 | -2/+3 |
* | Made sure that livecd/motd is ignored for livecd/type: gentoo-* and added som... | Chris Gianelloni | 2006-03-22 | 1 | -2/+17 |
* | Fixed up spacing/coding style on livecd-stage*. | Chris Gianelloni | 2005-12-16 | 1 | -16/+13 |