aboutsummaryrefslogtreecommitdiff
path: root/livecd
Commit message (Collapse)AuthorAgeFilesLines
* livecd/files/README.txt: adjust nox -> noguiBen Kohler2024-02-271-2/+2
| | | | | | Bug: https://bugs.gentoo.org/853127 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* Remove obsolete universal cd targetBen Kohler2023-03-311-13/+0
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* livecdfs-update, livecd-bashrc: remove archaic X autostarting setupBen Kohler2023-03-311-13/+0
| | | | | | | | | This was used by gamecd targets many many years ago to autostart X with a game on tty1 for this cd type. It was then still being "used" by generic targets by mistake, but some of the code is in ALL targets' bashrc, and causing some errors on login. Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* reorganize motd filesBen Kohler2023-03-313-4/+18
| | | | | | | | Having all 3 livecd targets inherit generic.motd.txt AND minimal.motd.txt was causing some duplication of messages. Now all 3 targets inherit generic and their own single motd file. Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* remove gamecd motd fileBen Kohler2023-03-311-8/+0
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* catalyst: Drop livecd/{xinitrc,xsession,xdm}Matt Turner2022-11-171-3/+0
| | | | | | | This is functionality better implemented in fsscripts outside of catalyst. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* targets: Remove gconf usageMatt Turner2022-11-171-5/+0
| | | | | Bug: https://bugs.gentoo.org/873841 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* targets: Remove remnants of support for the installerMatt Turner2022-11-171-2/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* targets: Use GRUB for BIOS bootMatt Turner2020-08-126-122/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | grub-mkrescue produces an ISO that is bootable from EFI as well as from the BIOS, so isolinux isn't necessary to accomplish that. The benefits are that (1) we reduce the number of dependencies required to make the ISO, (2) the same GRUB set up works for EFI and BIOS systems, and (3) grub-mkrescue replaces a whole lot of code that we no longer need to maintain. This patch has the side effect of removing the F[2-7] help texts and the memtest86+ option, since those were done via isolinux. I feel okay removing those since isolinux was only used on BIOS systems and not on EFI, so none of those things were available to the vast majority of our users. It also has the side-effect of removing Fedora's signed UEFI shim (sys-boot/shim) which could be used to add a hash for the live CD's grub binary so that you could install under Secure Boot. That doesn't offer any protection, and the author of the code indicated to me that the value in offering this feature is that it allows installation on systems with broken firmware under which important hardware (like the NVMe drive) isn't exposed unless using Secure Boot. After quite a bit of searching the internet, I can't find any mentions of this being a problem. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* targets: Switch from elilo to GRUB on ia64Matt Turner2020-04-091-0/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* cdtar: Delete grub-memtest86+-cdtar.tar.bz2Matt Turner2020-04-071-0/+0
| | | | | | | Has not been used by a spec in releng.git since 2fa463cb9d76 (Switch from grub back to isolinux.) in 2008. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* cdtar: Delete isolinux-3.72-cdtar.tar.bz2Matt Turner2020-04-071-0/+0
| | | | | | | Has not been used by a spec in releng.git since fbc0ef631bde (tools-uclibc: remove ancient livecd stuff) in 2014. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* cdtar: Delete isolinux-3.72-memtest86+-cdtar.tar.bz2Matt Turner2020-04-071-0/+0
| | | | | | Never referenced by any spec in releng.git. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* targets: Switch from SILO to GRUB on SPARCMatt Turner2020-04-021-0/+0
| | | | | | Since PPC platforms already use GRUB, this is pretty trivial. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* Remove yaboot leftoversMatt Turner2020-03-281-0/+0
| | | | | | | GRUB replaced yaboot on PPC in commit e9c0a0394d15 (ppc: Generate Grub entries) Signed-off-by: Matt Turner <mattst88@gentoo.org>
* New default PORTDIR, PKGDIR, and DISTDIR settings approved by councilZac Medico2019-05-241-2/+2
| | | | | | | | | | | The locations approved by the council: DISTDIR="/var/cache/distfiles" PKGDIR="/var/cache/binpkgs" PORTDIR="/var/db/repos/gentoo" Bug: https://bugs.gentoo.org/684908 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* update various URLsMike Frysinger2015-10-053-4/+4
| | | | | A lot of these have rotted -- like old Gentoo sites now in the wiki. Also switch to https:// whenever possible.
* Remove unused hppa cdtar.Guy Martin2015-02-261-0/+0
| | | | This file is now useless.
* livecd-bashrc: Avoid a startx race by restricting to tty1W. Trevor King2013-10-261-1/+1
| | | | | Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=481236 Reviewed-by: Matt Turner <mattst88@gmail.com>
* Whitespace cleanup.Brian Dolbec2013-03-081-1/+1
| | | | | | | | | | Run the following command to cleanup whitespace. for FILE in $(git ls-tree -r --name-only HEAD | grep -v 'bz2$'); do sed -i 's/[[:space:]]*$//' "$FILE" done git checkout COPYING ChangeLog Reviewed-by: Matt Turner <mattst88@gmail.com>
* Update isolinux-elilo-memtest86+ cdtar with sys-apps/memtest86+-4.00, ↵Jorge Manuel B. S. Vicetto (jmbsvicetto)2011-11-181-0/+0
| | | | sys-boot/elilo-3.12 and sys-boot/syslinux-4.04.
* Merge branch 'master' of git+ssh://git@linbsd.net/projs/catalystRobin H. Johnson2009-06-282-0/+18
|\
| * Apply patch to document espeakup support for gentoo bug #267708Andrew Gaffney2009-06-282-0/+18
| |
* | Add a bell as late as possible in every elilo.msg or boot.msg file, provides ↵Robin H. Johnson2009-06-286-0/+0
|/ | | | blind users with a clue that input is needed.
* Remove old isolinux-3.09 cdtar filesAndrew Gaffney2008-12-212-0/+0
|
* Update cdtar files to isolinux-3.72 and latest memtest86+-2.10Andrew Gaffney2008-12-212-0/+0
|
* Removing livecd/files/Getting_Online.txt since it was quite outdated.Chris Gianelloni2008-07-241-437/+0
|
* Update the grub cdtar for grub-0.97-r5 and memtest86+-2.01Andrew Gaffney2008-04-051-0/+0
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1387 d1e1f19c-881f-0410-ab34-b69fee027534
* Added dosshd, passwd=, and nonfs to README.txt, since they were missing.Chris Gianelloni2008-03-271-0/+4
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1381 d1e1f19c-881f-0410-ab34-b69fee027534
* Updated aboot cdtar with a newer version to support newer kernels.Chris Gianelloni2008-03-052-0/+0
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1359 d1e1f19c-881f-0410-ab34-b69fee027534
* Set default for grub to 0 and updated cdtar so we don't ship a half-broken ↵Chris Gianelloni2008-02-281-0/+0
| | | | | | help.msg which we didn't even use. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1330 d1e1f19c-881f-0410-ab34-b69fee027534
* Removing the unused kernel command line options from Volume/Device Management.Chris Gianelloni2008-02-022-128/+95
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1265 d1e1f19c-881f-0410-ab34-b69fee027534
* we apparently still need profiles/eclass for building the stage3 from the livecdAndrew Gaffney2007-11-171-8/+8
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1260 d1e1f19c-881f-0410-ab34-b69fee027534
* Fixed the livecd-stage2 action_sequence and updated the isolinux cdtar's to ↵Chris Gianelloni2006-11-222-0/+0
| | | | | | 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
* Changed dobladecenter to slowusb. Thanks to solar for pointing this out.Chris Gianelloni2006-11-033-5/+5
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1185 d1e1f19c-881f-0410-ab34-b69fee027534
* Fix bashrc so it doesn't give an error and add System.map to livecd-kernel.Chris Gianelloni2006-09-131-1/+1
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1176 d1e1f19c-881f-0410-ab34-b69fee027534
* Added patch from Gustavo Zacarias <gustavoz@gentoo.org> for sparc/silo ↵Chris Gianelloni2006-07-052-0/+0
| | | | | | 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
* Added arcload cdtar for mips.Chris Gianelloni2006-06-121-0/+0
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1147 d1e1f19c-881f-0410-ab34-b69fee027534
* Updated yaboot cdtar from Daniel Ostrow <dostrow@gentoo.org> so it will boot ↵Chris Gianelloni2006-05-191-0/+0
| | | | | | properly on IBM PPC64 machines. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1140 d1e1f19c-881f-0410-ab34-b69fee027534
* Replaced elilo-3.4 cdtar with elilo-3.6 cdtar for IA64.Chris Gianelloni2006-03-232-0/+0
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1104 d1e1f19c-881f-0410-ab34-b69fee027534
* Added sed to PPC/PPC64 to change boot.msg to match the hardware for which ↵Chris Gianelloni2006-03-164-0/+0
| | | | | | the CD was built, merged the PPC and PPC64 cdtar files into a single cdtar, and removed all older cdtar files for PPC*. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1100 d1e1f19c-881f-0410-ab34-b69fee027534
* Added message to the official LiveCD MOTD mentioning how to run the ↵Chris Gianelloni2006-03-131-0/+2
| | | | | | installer. Blame codeman. This is 2.0_rc40. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1099 d1e1f19c-881f-0410-ab34-b69fee027534
* Updated elilo tarball for IA64.Chris Gianelloni2006-02-141-0/+0
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1090 d1e1f19c-881f-0410-ab34-b69fee027534
* Updated ppc64's cdtar file with a new boot.msg, removed older file, and ↵Chris Gianelloni2006-02-102-0/+0
| | | | | | fixed bug #122154. This is catalyst 2.0_rc36. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1082 d1e1f19c-881f-0410-ab34-b69fee027534
* Updated the LiveCD motd to tell the user to run the display manager again, ↵Chris Gianelloni2006-02-091-1/+2
| | | | | | rather than startx, while mentioning that startx is useful as a rescue X session since it starts twm. This is catalyst 2.0_rc35. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1081 d1e1f19c-881f-0410-ab34-b69fee027534
* Removed extra yaboot.conf from livecd/cdtar/yaboot-1.3.11-ppc-cdtar-r1.tar.bz2.Chris Gianelloni2006-02-021-0/+0
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1062 d1e1f19c-881f-0410-ab34-b69fee027534
* ppc cdtar update; ppc64 bootloader updatesEric Edgar2006-01-282-0/+0
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1053 d1e1f19c-881f-0410-ab34-b69fee027534
* Fix ppc64 iso creation. Add console machine_type for ppc yaboot separation.Eric Edgar2006-01-271-0/+0
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1051 d1e1f19c-881f-0410-ab34-b69fee027534
* Added initial support for EFI booting on x86. This is completely untested, ↵Chris Gianelloni2006-01-261-0/+0
| | | | | | so use it at your own risk. Also, no bug reports without patches, please. This is catalyst 2.0_rc23. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1046 d1e1f19c-881f-0410-ab34-b69fee027534
* Added ppc-yaboot-cdtar.tar.bz2 to have an Apple/IBM bootable cdromEric Edgar2005-11-221-0/+0
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@910 d1e1f19c-881f-0410-ab34-b69fee027534