summaryrefslogtreecommitdiffstats
path: root/dracut/anaconda-diskroot
Commit message (Collapse)AuthorAgeFilesLines
* Continue booting when checkisomd5 is aborted (#891551)Brian C. Lane2013-02-261-1/+4
|
* Use systemd to run checkisomd5 (#874486)Harald Hoyer2012-12-201-1/+6
|
* run checkisomd5 from anaconda-diskroot (#848764)Brian C. Lane2012-10-291-1/+18
| | | | | anaconda-dracut always passes a path to dmsquash-live-root so its checkisomd5 never runs (it needs a block device).
* dracut: drop upgrade-specific hackWill Woods2012-08-201-7/+1
| | | | We don't handle upgrades in anaconda anymore, so this isn't necessary.
* copy installer image to RAM during upgrades (#810391)Will Woods2012-04-051-1/+7
| | | | | | | | | | | | | | When installing from a hard drive, loader used to copy install.img to tmpfs and unmount the partition afterward. We're avoiding that (to save RAM) and it works fine in most cases. However: for preupgrade, stage2 is stored in /boot. When anaconda tries to mount /boot for upgrading, it finds that it's already mounted, pops up a "Fatal error" dialog, and exits. So, a hack: if "preupgrade" or "upgrade" or "inst.upgrade" is in the boot args, and we're getting the installer image from a disk, copy the install image into tmpfs and unmount the disk before proceeding.
* don't source dracut-lib.sh twice (it causes crashes)Will Woods2012-03-161-1/+1
|
* anaconda-{nfs,disk}root updatesWill Woods2012-03-161-0/+16
move anaconda-hdroot to anaconda-diskroot (it works for CDs too!) use anaconda_live_root_dir in nfsroot and diskroot