index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
config
/
cc_growpart.py
Age
Commit message (
Expand
)
Author
2020-08-25
tox: bump the pylint version to 2.6.0 in the default run (#544)
Paride Legovini
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2020-01-14
Only use gpart if it is the BSD gpart (#131)
Conrad Hoffmann
2019-10-17
replace any deprecated log.warn with log.warning
Dominic Schlegel
2019-05-28
freebsd: ability to grow root file system
Gonéri Le Bouder
2017-06-15
FreeBSD: Make freebsd a variant, fix unittests and tools/build-on-freebsd.
Scott Moser
2017-04-21
Fix growpart for some cases when booted with root=PARTUUID.
Scott Moser
2017-03-29
support resizing partition and rootfs on system booted without initramfs.
Steve Langasek
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-11-10
pep8: fix style errors reported by pycodestyle 2.1.0
Scott Moser
2016-09-30
Improve module documentation and doc cleanup.
Wesley Wiedenmeier
2016-06-15
fix some errors reported by pylint
Scott Moser
2015-06-16
growpart: fix specification of 'devices' list.
Scott Moser
2014-01-24
pylint and long line fixes.
Scott Moser
2014-01-23
pep8, use which rather than hard coded path
Scott Moser
2014-01-23
merge from trunk
Scott Moser
2014-01-17
remove support for resizing via 'parted resizepart'
Scott Moser
2013-12-14
new: Touch a reboot-required file to make clear we want a reboot after
Harm Weites
2013-12-14
change: Use util.system_info().
Harm Weites
2013-12-06
new: FreeBSD module to support cloud-init on the FBSD10 platform. In its
Harm Weites
2013-10-02
cc_growpart: respect /etc/growroot-disabled
Scott Moser
2013-08-14
cc_growpart: prefer growpart over parted 'resizepart'
Scott Moser
2013-07-30
add util.log_time helper
Scott Moser
2013-06-19
fix and cleanup usage of util.logexc
Juerg Haefliger
2013-03-05
pep8, pylint, make resize_devices return more useful
Scott Moser
2013-03-05
change default mode to 'auto'
Scott Moser
2013-03-05
remove 'log' passing. call growpart with --dry-run first.
Scott Moser
2013-03-05
change default (no 'growpart' in config) to use 'auto' and '/'
Scott Moser
2013-03-04
test of resize, a couple small fixes
Scott Moser
2013-03-04
add the unit test, fix a few issues
Scott Moser
2013-03-03
more work
Scott Moser
2013-03-01
initial stab at growpart module
Scott Moser