bootstrap-vz/bootstrapvz/common/tasks
Jonh Wendell c477c32e4a EC2: Added growpart script
This is an attempt to fix issue #237

The script "growpart" was added as an asset, because
Debian's Jessie version (inside cloud-utils) package is
outdated and buggy.

Then "expand-root" init script was modified to call growpart
before calling resize2fs. In fact, calling resize2fs without
resizing the partition first is useless.

The task was named 'AddWorkaroundGrowpart' because it must
go away in the future in favor of using recent stuff in cloud-utils.

Currently even the official images suffer this issue, that makes
the system use only 8 GiB, even if the user chooses a bigger
storage size inside AWS.
2016-01-12 18:46:20 +00:00
..
__init__.py Move code into proper package folder 2014-04-02 21:26:13 +02:00
apt.py Merge branch 'development' 2015-05-02 22:33:04 +02:00
boot.py Fix #217, by introducing class for comparison of releases 2015-04-29 21:38:06 +02:00
bootstrap.py umount /sys & /proc when debootstrap is aborted 2015-12-13 19:41:17 +01:00
cleanup.py Add ssh_group, which configures SSH properly 2014-05-03 16:13:07 +02:00
development.py Properly fix imports and make bootstrapvz work like a package 2014-04-02 21:32:10 +02:00
extlinux.py Fix #104: Don't verify default target when adding packages 2015-04-29 23:51:55 +02:00
filesystem.py Fix #104: Don't verify default target when adding packages 2015-04-29 23:51:55 +02:00
folder.py First stab at docker provider 2015-12-13 19:41:16 +01:00
grub.py GRUB_HIDDEN_TIMEOUT should be a numeric value. 2015-09-28 14:51:31 -07:00
host.py Properly fix imports and make bootstrapvz work like a package 2014-04-02 21:32:10 +02:00
image.py Remove image section in manifest 2015-12-13 19:41:18 +01:00
initd.py EC2: Added growpart script 2016-01-12 18:46:20 +00:00
kernel.py Add new task: DeterminKernelVersion, this can potentially fix a lot of small problems 2015-04-16 22:21:43 +02:00
locale.py Update GenerateLocale task description 2015-12-13 19:41:17 +01:00
loopback.py Changes 'MoveImage' from loopback to image 2015-10-18 16:35:11 -02:00
network-configuration.yml Take advantage of the YAML multiline notation 2014-07-09 23:17:04 +02:00
network.py Fix #217, by introducing class for comparison of releases 2015-04-29 21:38:06 +02:00
packages.py Fix #104: Don't verify default target when adding packages 2015-04-29 23:51:55 +02:00
partitioning.py Properly fix imports and make bootstrapvz work like a package 2014-04-02 21:32:10 +02:00
security.py Add ssh_group, which configures SSH properly 2014-05-03 16:13:07 +02:00
ssh.py 'Disabling' for 'Enabling' in EnableRootLogin 2015-05-12 08:17:43 -03:00
volume.py Properly fix imports and make bootstrapvz work like a package 2014-04-02 21:32:10 +02:00
workspace.py Properly fix imports and make bootstrapvz work like a package 2014-04-02 21:32:10 +02:00