summaryrefslogtreecommitdiffstats
path: root/liveinst
Commit message (Collapse)AuthorAgeFilesLines
* * 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.