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
/
config
/
cc_mounts.py
Age
Commit message (
Expand
)
Author
2013-10-07
fix bug mounting first partition of a alias'd name.
Scott Moser
2013-10-07
Fixed bad ehpemeral0 first partition detection (LP: #1236594)
Ben Howard
2013-10-04
pep8 and pylint fixes
Scott Moser
2013-10-04
Fixed up issue with attempt to mount nonexistant swap
Ben Howard
2013-10-04
remove duplicate code
Scott Moser
2013-10-04
try to support ephemeral0.1 in cc_mounts
Scott Moser
2013-10-03
Moved ephemeralX.Y handling from Datasource into the cc_disk_setup, which mak...
Ben Howard
2013-10-02
Added ability to define disks via 'ephemeralX.Y'.
Ben Howard
2013-03-07
merge from trunk
Scott Moser
2013-03-06
Continue working on merging code.
Joshua Harlow
2013-01-03
Support for sr[0-9]+ short device names.
Vlastimil Holer
2012-10-27
Helpful cleanups.
harlowja
2012-09-06
do not convert type None to string in cfgmnt.
Scott Moser
2012-06-21
1. Renames for debug message from 'transform' to 'module'
harlowja
2012-06-20
Massive pylint + pep8 fixups!
Joshua Harlow
2012-06-20
Renamed back to 'cc_*' with the reasoning being that 'cc_' provides
Joshua Harlow