summaryrefslogtreecommitdiffstats
path: root/liveinst
Commit message (Collapse)AuthorAgeFilesLines
* Set up udev environment so anaconda's udev rules run in livecd. (#568460)David Lehman2010-02-261-0/+2
| | | | | | The udev environment variable ANACONDA must be set for any of the rules in 70-anaconda.rules to be run. It's handled by init for normal installs.
* Use the new anaconda image in fedora-logos (#529267).Jesse Keating2009-10-301-1/+1
|
* Use /dev/mapper/live-osimg-min instead of the old device node name (#526789).Chris Lumens2009-10-151-1/+1
|
* liveinst: deactivate mdraid arrays before running liveinst (#528235)Hans de Goede2009-10-141-0/+13
| | | | | Just like we want things to not be mounted and lvm to be not active when doing liveinstalls, we also want to start with any mdraid arrays deactivated.
* Fix liveinst to (1) not unmount /dev/pts, (2) unmount in order (509632).Chris Lumens2009-10-131-1/+6
|
* Make anaconda know its version number (#520061)David Cantrell2009-09-041-1/+0
| | | | | | | Remove the ANACONDAVERSION environment variable and embed the version number at build time. The isys.getAnacondaVersion() function returns the version number to Python code. If need be, it can be extended to libisys.
* Include ui, liveinst, and lang-table strings in po updates (#515411)David Cantrell2009-09-021-1/+1
| | | | | | | | | | | | | | | | We were losing strings from liveinst/liveinst.desktop.in, ui/*.glade, and lang-table whenever update-po would run. Expand the po/ Makefiles with Rules-lang-table, Rules-glade, and Rules-liveinst. These files add targets that generate the source files that the main po Makefile targets will read. Use intltool-extract to generate these source files from the glade files and the liveinst files. For lang-table, construct a source file manually. Modify scripts/getlangnames.py to open *.gmo files instead of *.mo files. In the ui/ and liveinst/ subdirs, add the *.h files to CLEANFILES so a 'make clean' operation will clear them out.
* Add some silent make support for sed, mkctype, and other commands.David Cantrell2009-09-021-1/+5
| | | | Match up to the silent make thing we have by default now.
* zz-liveinst.sh: Restore the #! lineAdam Jackson2009-08-201-1/+1
|
* Add missing liveinst/* files.David Cantrell2009-07-012-0/+90
| | | | | Add back missing liveinst/liveinst and liveinst/zz-liveinst.sh. Make sure they are not listed in the .gitignore file.
* Restructure liveinst/ for the new build system.David Cantrell2009-06-098-136/+102
| | | | | | | | | | | Added liveinst/Makefile.am and restructured the subdirectory to work a little more easily with autoconf and automake. The liveinst.console file has been moved to console.apps/liveinst. The liveinst.pam file has been moved to pam.d/liveinst. Additional Makefile.am files are present in those subdirectories. The restructure of liveinst/ is to account for the fact that most of the files we have to install are named 'liveinst'.
* Set ANACONDAVERSION on most livecd installs.Chris Lumens2009-05-051-0/+1
| | | | | | This should add the version number to exception reports for livecd installs launched by clicking the icon or menu option or whatever. It will not help the case where people run anaconda by hand from a command line.
* Be more aggressive unmounting before install starts (#498260)Jeremy Katz2009-04-301-0/+1
| | | | | In the live install, having things mounted leads to tracebacks. This isn't really fool-proof, but it should help
* Load filesystem modules on demand (#490795, #494108).Chris Lumens2009-04-071-1/+1
| | | | | | | Instead of loading filesystem modules all at once in loader, load them as needed from the filesystem format __init__ methods. The intention here is to remove a lot of the special code from loader and avoid kernel errors in modules that the user never even wants to have involved.
* Inhibit devkit-disks during a live installJeremy Katz2009-03-191-1/+3
| | | | | This is a bit of a big hammer, but disable devkit-disks from touching things during a live install until we can do something a little bit more fine-grained
* try to unmount everything from /media on live installsJeremy Katz2009-03-191-0/+2
| | | | | devicekit-disks is mounting fixed disks right now which then causes us pain in the installer. let's try to unmount everything before anaconda starts
* 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)