summaryrefslogtreecommitdiff
path: root/morphlib/writeexts.py
Commit message (Expand)AuthorAgeFilesLines
* Prevent cliapp from logging env. variables with 'PASSWORD' in their nameSam Thursfield2014-09-191-0/+4
* deploy: Make Python extensions log debug messages to MORPH_LOG_FD by defaultSam Thursfield2014-09-011-1/+24
* Merge remote-tracking branch 'origin/baserock/james/writeexts_support_jetson'baserock/richardmaw/james/writeexts_support_jetsonRichard Maw2014-08-121-19/+79
|\
| * Add support for a device tree to be set using DTB_PATHbaserock/james/writeexts_support_jetsonJames Thomas2014-08-031-0/+21
| * Make bootloader config/install more genericJames Thomas2014-08-031-17/+52
| * Support setting a different root device using ROOT_DEVICEJames Thomas2014-08-031-2/+5
|/
* Check for presence of btrfs before trying to use itSam Thursfield2014-06-111-1/+12
* Use UUID in fstab entries if providedRichard Maw2014-06-041-4/+6
* Make uuid mandatory when calling create_btrfs_system_layoutRichard Maw2014-06-041-1/+1
* Add initramfs support to write extensions that produce disksRichard Maw2014-06-021-8/+54
* Fix state subvolume generator to preserve permissionsbaserock/danielsilverstone/vagrant-supportDaniel Silverstone2014-05-161-1/+1
* deploy: Share SSH connectivity check in the common writeexts.py codeSam Thursfield2014-04-151-0/+9
* Adding support to add extra kernel args in extlinux.confPedro Alvarez2014-04-041-1/+5
* Make parse_autostart() into more general get_environment_boolean()Sam Thursfield2014-03-041-7/+7
* deploy: Finish off the Btrfs system layout implementationSam Thursfield2014-03-041-42/+141
* Adding syslinux 'menu.c32' file during the deployment.Pedro Alvarez2014-03-041-1/+19
* Import morphlib as we are using morphlib.ErrorTiago Gomes2013-07-171-0/+1
* Allow to set the number of cpus for virtualbox and kvm deployments.Tiago Gomes2013-07-021-0/+4
* Write extensions: Flush output when using status()Richard Maw2013-06-101-0/+1
* Set up a symlink to the default system version in rawdisk/kvm/vboxTiago Gomes2013-06-141-4/+5
* Make create_local_system fail if DISK_SIZE isn't definedJonathan Maw2013-05-291-1/+5
* Remove executable permissions from *.py files that have themLars Wirzenius2013-05-281-0/+0
* Use the name factory for the first system version.Tiago Gomes2013-05-231-1/+1
* Allow installing extlinux to other system versions.Tiago Gomes2013-05-201-4/+4
* Use a kernel named 'kernel' instead of 'linux'Jonathan Maw2013-05-131-2/+2
* Merge branch 'jonathan/disk-layout' of ssh://trove.baserock.org/baserock/base...Richard Maw2013-05-131-25/+47
|\
| * Add 'state' dirs as btrfs subvolumesJonathan Maw2013-05-131-0/+11
| * Use a different disk system layout for rawdiskJonathan Maw2013-05-131-25/+36
* | Merge branch 'baserock/richardmaw/kvm-write-allow-autostart' of git://git.bas...Richard Maw2013-05-131-0/+12
|\ \ | |/ |/|
| * Add AUTOSTART to kvm and libvirt write extensionsRichard Maw2013-05-081-0/+12
* | Fix typoLars Wirzenius2013-05-091-1/+1
* | Merge branch 'liw/fix-rawdisk-on-arm'Lars Wirzenius2013-05-091-1/+24
|\ \ | |/ |/|
| * Fix recognition of x86-32Lars Wirzenius2013-05-081-1/+5
| * Make bootloader installation for disk images optionalLars Wirzenius2013-05-081-1/+20
* | Add entry for / in fstab but only if there isn't oneLars Wirzenius2013-05-021-2/+18
|/
* Add method to parse $RAM_SIZELars Wirzenius2013-03-281-4/+24
* Add ATTACH_DISKS support to kvmLars Wirzenius2013-03-201-0/+8
* Add missing "import sys" to fix error messagesLars Wirzenius2013-02-121-0/+1
* Refactor: Add WriteExtension.create_local_system methodLars Wirzenius2013-02-071-1/+35
* Do away with unnecessary fstab entries for proc, sysLars Wirzenius2013-02-071-2/+0
* Let mount choose loop deviceLars Wirzenius2013-02-071-2/+1
* Create hole in-process without executing dd(1)Lars Wirzenius2013-02-071-7/+4
* Add morphlib module for common write extension codeLars Wirzenius2013-02-061-0/+157