summaryrefslogtreecommitdiffstats
path: root/liveinst
Commit message (Collapse)AuthorAgeFilesLines
* Sync up module list (#484984)Jeremy Katz2009-02-111-1/+1
|
* btrfs install supportEric Sandeen2009-01-191-1/+1
| | | | | | | | | | | | | | | | | | Now that btrfs is in mainline, let's let anaconda play with it too ;) We still need btrfs.ko in the kernel, and btrfs support in e2fsprogs. I've got the latter patch submitted upstream, and it's in rawhide now. Note that the below is 100% totally untested and may even have typos, my track record with python is not too good, sorry. :) So review would be appreciated.... Updated to address Radek's review, as well as adding the requisite witty (commandline-space-eating) boot option... (And stopped trying to use parted fs identification -- katzj) Signed-off-by: Eric Sandeen <sandeen@redhat.com>
* Fix death on login of an OLPC on a live imageJeremy Katz2008-11-181-7/+5
| | | | | xinitrc *sources* the shell scripts, it doesn't run them. So we can't just exit otherwise, we exit xinitrc
* More shell script syntax fixingJeremy Katz2008-11-171-2/+2
|
* Fix shell syntax error (#471090)Ignacio Vazquez-Abrams2008-11-121-1/+1
|
* Don't set up the launcher for the installer on XOJeremy Katz2008-11-031-0/+4
| | | | | We don't support installing to the internal nand of the XO, so we shouldn't set up the desktop file
* Fix icon (#468273)Jeremy Katz2008-10-231-1/+1
|
* Set ANACONDA_PRODUCTNAME, etc from /etc/system-release (#464120)Muayyad Alsadi2008-09-292-4/+4
|
* Don't make the .desktop file unless we actually need toJeremy Katz2008-09-191-1/+3
|
* md, lock_nolock, and dm_emc kernel modules no longer exist.Chris Lumens2008-09-151-1/+1
|
* Fix passing the language to anacondaJeremy Katz2008-07-241-2/+2
|
* Don't unconditionally pass --lang for live installs (#454101)Jeremy Katz2008-07-071-3/+3
| | | | | If you're kicking off your live install via liveinst or textinst on the kernel command line, you should get to pick your language
* Explicitly setup livecd install by passing --liveinst to anacondaJeremy Katz2008-06-301-1/+1
| | | | | We don't do things based on the method string anymore, so explicitly specify that we're doing a livecd based install
* Ensure we disable SELinux if the live image isn't using it (#417601)Jeremy Katz2008-02-071-0/+4
|
* Pass arguments correctly to anacondaJeremy Katz2008-02-061-1/+1
|
* Minor fixes to liveinst shell scriptJeremy Katz2007-12-171-3/+3
| | | | Allow passing options and don't spew errors with SELinux disabled
* Fix path to swapoffJeremy Katz2007-12-171-1/+1
|
* GPLv2+ boilerplates for liveinst/ files.David Cantrell2007-12-171-0/+15
|
* Add license boilerplates to Makefiles.David Cantrell2007-12-171-0/+19
| | | | | | | | All Makefiles have a standard RH license boilerplate. Existing copyright ranges have been expanded out to list each year, since you are supposed to do that for license boilerplates (ranges aren't valid). Any existing authors mentioned are listed under the Red Hat Author(s) part.
* Fix liveinst on the desktop for locales like pt_BR (#417301)Jeremy Katz2007-12-111-2/+2
|
* Load ext2 module to allow installing to ext2 with live installs (#408251)Jeremy Katz2007-12-101-1/+1
|
* move existing cvsignores to gitignore; remove ones no longer neededJeremy Katz2007-11-051-0/+0
|
* * liveinst/liveinst.sh (ANACONDA): Turn off swap and lvm earlierJeremy Katz2007-10-301-0/+3
| | | | to avoid dmraid funkiness (#357401)
* * liveinst/liveinst.sh: Use the right path for the lock file (#354571)Bill Nottingham2007-10-261-1/+1
|
* 2007-10-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-241-1/+1
| | | | | | * liveinst/liveinst.sh (ANACONDA): Only use hal-lock if hal is running * anaconda (Anaconda): Fix for runinst with live images
* - fix liveinst build's missing 'depend' rule.Peter Jones2007-10-171-0/+3
|
* 2007-09-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-191-2/+2
| | | | | | * livecd.py (LiveCDImageMethod.unmountNonFstabDirs): Fix syntax error. * liveinst/liveinst.sh: Fix path.
* 2007-09-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-181-1/+5
| | | | * liveinst/liveinst.sh: Use /dev/live-osimg-min if it exists
* * liveinst/.cvsignore: Ignore autogenerated files.David Cantrell2007-05-291-0/+1
|
* 2007-04-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-202-4/+5
| | | | * liveinst/Makefile: Merge translations for the desktop file (#237263)
* 2007-04-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-042-5/+10
| | | | | | | | | | | * liveinst/liveinst.xinit: Work with changes for running from RAM/usb stick * liveinst/liveinst.sh: Adjust to use the block device instead of the mount point as the interesting part of the live image. * livecd.py: Changes so that we can work with the live image running from RAM or from a USB stick
* 2007-04-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-031-0/+9
| | | | * anaconda.spec: Bump version.
* 2007-04-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-021-1/+1
| | | | * liveinst/liveinst.sh: Use the right syntax for hal-lock
* 2007-03-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-281-0/+3
| | | | | * liveinst/liveinst.sh: Load modules so that we can do filesystem stuff, etc (#230945)
* 2007-03-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-271-2/+8
| | | | | * liveinst/liveinst.sh: Support using hal locking by running /usr/bin/hal-lock if it exists (#231201)
* 2007-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-231-5/+4
| | | | * liveinst/liveinst.xinit: Don't cause xinit to exit
* 2007-03-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-221-1/+1
| | | | * liveinst/Makefile: xinit files need to be named foo.sh
* 2007-03-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-207-0/+75
* liveinst/: Add bits for live CD hard drive installation kick off to anaconda for now. * anaconda.spec: Likewise. * Makefile: Likewise.