summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_growpart.py
AgeCommit message (Expand)Author
2020-01-14Only use gpart if it is the BSD gpart (#131)Conrad Hoffmann
2019-10-17replace any deprecated log.warn with log.warningDominic Schlegel
2019-05-28freebsd: ability to grow root file systemGonéri Le Bouder
2017-06-15FreeBSD: Make freebsd a variant, fix unittests and tools/build-on-freebsd.Scott Moser
2017-04-21Fix growpart for some cases when booted with root=PARTUUID.Scott Moser
2017-03-29support resizing partition and rootfs on system booted without initramfs.Steve Langasek
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-11-10pep8: fix style errors reported by pycodestyle 2.1.0Scott Moser
2016-09-30Improve module documentation and doc cleanup.Wesley Wiedenmeier
2016-06-15fix some errors reported by pylintScott Moser
2015-06-16growpart: fix specification of 'devices' list.Scott Moser
2014-01-24pylint and long line fixes.Scott Moser
2014-01-23pep8, use which rather than hard coded pathScott Moser
2014-01-23merge from trunkScott Moser
2014-01-17remove support for resizing via 'parted resizepart'Scott Moser
2013-12-14new: Touch a reboot-required file to make clear we want a reboot afterHarm Weites
2013-12-14change: Use util.system_info().Harm Weites
2013-12-06new: FreeBSD module to support cloud-init on the FBSD10 platform. In itsHarm Weites
2013-10-02cc_growpart: respect /etc/growroot-disabled Scott Moser
2013-08-14cc_growpart: prefer growpart over parted 'resizepart'Scott Moser
2013-07-30add util.log_time helperScott Moser
2013-06-19fix and cleanup usage of util.logexcJuerg Haefliger
2013-03-05pep8, pylint, make resize_devices return more usefulScott Moser
2013-03-05change default mode to 'auto'Scott Moser
2013-03-05remove 'log' passing. call growpart with --dry-run first.Scott Moser
2013-03-05change default (no 'growpart' in config) to use 'auto' and '/'Scott Moser
2013-03-04test of resize, a couple small fixesScott Moser
2013-03-04add the unit test, fix a few issuesScott Moser
2013-03-03more workScott Moser
2013-03-01initial stab at growpart moduleScott Moser