Fix / filesystem resizing

cloud-init previously failed to resize / correctly because it creates a
temporary device node in /run, which Fedora happens to mount with the
nodev option.  This fix makes it use /dev for this purpose instead.
This commit is contained in:
Garrett Holmstrom 2012-10-09 18:40:22 -07:00
parent 4e9b7b0b0b
commit a851231a0c
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ ssh_pwauth: 0
locale_configfile: /etc/sysconfig/i18n
mount_default_fields: [~, ~, 'auto', 'defaults,nofail', '0', '2']
resize_rootfs_tmp: /dev
ssh_deletekeys: 0
ssh_genkeytypes: ~
syslog_fix_perms: ~

View File

@ -130,6 +130,7 @@ fi
%changelog
* Tue Oct 9 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.0-1
- Rebased against version 0.7.0
- Fixed / filesystem resizing
* Sat Sep 22 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.0-0.3.bzr659
- Added dmidecode dependency for DataSourceAltCloud