summaryrefslogtreecommitdiffstats
path: root/liveinst/liveinst.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Load ext2 module to allow installing to ext2 with live installs (#408251)Jeremy Katz2007-12-101-1/+1
|
* * 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
* 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
* 2007-04-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-041-4/+5
| | | | | | | | | | | * 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-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-201-0/+25
* liveinst/: Add bits for live CD hard drive installation kick off to anaconda for now. * anaconda.spec: Likewise. * Makefile: Likewise.