index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
CloudConfig
/
cc_resizefs.py
Age
Commit message (
Expand
)
Author
2012-06-07
1. Adding some new helper files that split off file inclusion, templating, im...
Joshua Harlow
2012-03-21
fix bad variable if blocking cc_resizefs
Scott Moser
2012-03-21
allow cloud-config to control if resizefs is blocking or not
Scott Moser
2012-03-21
cc_resizefs: run resizefs in the background during boot.
Scott Moser
2012-02-28
address change in name of lxc-is-container to running-in-container
Scott Moser
2012-01-18
Add HP to Copyright, and Juerg Haefliger Authors.
Scott Moser
2012-01-17
[PATCH] PEP8 coding style fixes.
Scott Moser
2012-01-17
[PATCH 4/4] Fix pylint conventions C0301 (line too long)
Scott Moser
2012-01-17
[PATCH 3/4] Fix pylint conventions C0324 (comma not followed by a space)
Scott Moser
2012-01-17
[PATCH 2/4] Fix pylint conventions C0322 (operator not preceded by a space)
Scott Moser
2012-01-17
[PATCH 1/4] Fix pylint conventions C0321 (more than one statement on a single...
Scott Moser
2012-01-12
[PATCH 06/13] Fix pylint warnings W0612 (unused variable)
Scott Moser
2012-01-12
[PATCH 05/13] Fix pylint warnings W0613 (unused argument)
Scott Moser
2012-01-12
[PATCH 04/13] Fix pylint warnings W0611 (unused import)
Scott Moser
2012-01-12
[PATCH 01/13] Fix pylint warnings W0311 (bad indentation)
Scott Moser
2012-01-10
fix invalid variable name in cloudinit/CloudConfig/cc_resizefs.py
Scott Moser
2012-01-09
run resizefs module on every boot
Scott Moser
2011-07-19
do not complain if attempt to resizefs in an lxc container fails
Scott Moser
2011-03-21
fix bug with resizefs module
Scott Moser
2011-03-03
cc_resizefs.py: log output of failed resizefs or blkid commands
Scott Moser
2011-02-04
resizefs didn't work, as 'blkid' would return error status 2
Scott Moser
2011-02-04
change default of resize_rootfs to True
Scott Moser
2011-01-26
change 'except' syntax to python 3 style.
Scott Moser
2011-01-20
add 'resize_rootfs' cloud-config option.
Scott Moser