summaryrefslogtreecommitdiff
path: root/morphlib/exts/rawdisk.write
Commit message (Collapse)AuthorAgeFilesLines
* Deployment failures will now remove the disk imageDan Firth2013-10-141-2/+8
|
* Only upgrade an older extlinux configuration if we want one.Tiago Gomes2013-06-141-1/+2
|
* Set up a symlink to the default system version in rawdisk/kvm/vboxTiago Gomes2013-06-141-1/+9
| | | | | | | deployments Also Change them to use the "default" symlink in the extlinux.conf they create, instead of hardcoding the current system version name
* Use the name factory for the first system version.Tiago Gomes2013-05-231-1/+1
|
* Implement raw disk upgrades.Tiago Gomes2013-05-231-4/+50
| | | | | We perform this by cloning an existing orig directory and then updating the contents using rsync
* Refactor: Add WriteExtension.create_local_system methodLars Wirzenius2013-02-071-18/+3
| | | | | | | | | | This allows code sharing amongst all the places that create a system in a raw disk image. This also adds the creation of a factory-run subvolume, and fixes error messages for errors that happen during a disk image creation. Suggested-By: Richard Maw Suggested-By: Sam Thursfield
* Remove debugging outputLars Wirzenius2013-02-071-6/+0
| | | | Suggested-By: Richard Maw
* Add a write extension for raw disk imagesLars Wirzenius2013-02-061-0/+70