summaryrefslogtreecommitdiff
path: root/morphlib/writeexts.py
Commit message (Collapse)AuthorAgeFilesLines
* Add missing "import sys" to fix error messagesLars Wirzenius2013-02-121-0/+1
| | | | Reported-By: Richard Maw
* Refactor: Add WriteExtension.create_local_system methodLars Wirzenius2013-02-071-1/+35
| | | | | | | | | | 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
* Do away with unnecessary fstab entries for proc, sysLars Wirzenius2013-02-071-2/+0
| | | | Suggested-By: Richard Maw
* Let mount choose loop deviceLars Wirzenius2013-02-071-2/+1
| | | | Suggested-By: Richard Maw
* Create hole in-process without executing dd(1)Lars Wirzenius2013-02-071-7/+4
| | | | Suggested-By: Richard Maw
* Add morphlib module for common write extension codeLars Wirzenius2013-02-061-0/+157