Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix passing the language to anaconda | Jeremy Katz | 2008-07-24 | 1 | -2/+2 |
| | |||||
* | Don't unconditionally pass --lang for live installs (#454101) | Jeremy Katz | 2008-07-07 | 1 | -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 anaconda | Jeremy Katz | 2008-06-30 | 1 | -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 Katz | 2008-02-07 | 1 | -0/+4 |
| | |||||
* | Pass arguments correctly to anaconda | Jeremy Katz | 2008-02-06 | 1 | -1/+1 |
| | |||||
* | Minor fixes to liveinst shell script | Jeremy Katz | 2007-12-17 | 1 | -3/+3 |
| | | | | Allow passing options and don't spew errors with SELinux disabled | ||||
* | Fix path to swapoff | Jeremy Katz | 2007-12-17 | 1 | -1/+1 |
| | |||||
* | GPLv2+ boilerplates for liveinst/ files. | David Cantrell | 2007-12-17 | 1 | -0/+15 |
| | |||||
* | Load ext2 module to allow installing to ext2 with live installs (#408251) | Jeremy Katz | 2007-12-10 | 1 | -1/+1 |
| | |||||
* | * liveinst/liveinst.sh (ANACONDA): Turn off swap and lvm earlier | Jeremy Katz | 2007-10-30 | 1 | -0/+3 |
| | | | | to avoid dmraid funkiness (#357401) | ||||
* | * liveinst/liveinst.sh: Use the right path for the lock file (#354571) | Bill Nottingham | 2007-10-26 | 1 | -1/+1 |
| | |||||
* | 2007-10-23 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-10-24 | 1 | -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 Katz | 2007-09-19 | 1 | -2/+2 |
| | | | | | | * livecd.py (LiveCDImageMethod.unmountNonFstabDirs): Fix syntax error. * liveinst/liveinst.sh: Fix path. | ||||
* | 2007-09-18 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-09-18 | 1 | -1/+5 |
| | | | | * liveinst/liveinst.sh: Use /dev/live-osimg-min if it exists | ||||
* | 2007-04-04 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-04-04 | 1 | -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 Katz | 2007-04-03 | 1 | -0/+9 |
| | | | | * anaconda.spec: Bump version. | ||||
* | 2007-04-02 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-04-02 | 1 | -1/+1 |
| | | | | * liveinst/liveinst.sh: Use the right syntax for hal-lock | ||||
* | 2007-03-28 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-03-28 | 1 | -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 Katz | 2007-03-27 | 1 | -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 Katz | 2007-03-20 | 1 | -0/+25 |
* liveinst/: Add bits for live CD hard drive installation kick off to anaconda for now. * anaconda.spec: Likewise. * Makefile: Likewise. |