Anders Ingemann
3f58a35d95
Merge pull request #461 from CMeza99/compress_qcow-no
...
Ability to create non-compressed QCOW
2018-02-12 08:27:06 +01:00
Carlos Meza
adda5fd34e
add example manifest for a stretch cloud image
2018-02-11 23:15:39 +00:00
Carlos Meza
d31cc3a34c
expose ability to no compress qcow
2018-02-11 23:15:32 +00:00
Carlos Meza
e0e808986f
correct virtio param in example manifests
2018-02-11 23:03:16 +00:00
Anders Ingemann
f05c2650d1
Merge pull request #453 from CMeza99/compress_qcow
...
Compress QCOW2 when shrinking
2018-02-11 11:19:38 +01:00
Anders Ingemann
121dde77b3
Merge pull request #460 from CMeza99/json-minify
...
Use upstream json_minify
2018-02-11 11:05:32 +01:00
Carlos Meza
873ac802e9
use upstream json_minify
2018-02-11 08:29:18 +00:00
Carlos Meza
a1fc143059
compress qcow2 when shrinking
2018-02-11 00:04:16 +00:00
Anders Ingemann
803ec8e987
Merge pull request #450 from CMeza99/bootstraper_gpg
...
Expose gpg flags for debootstrap
2018-02-10 23:11:40 +01:00
Anders Ingemann
5cc26db56a
Merge pull request #454 from CMeza99/fix_docker_example
...
Fix example docker manifest
2018-02-10 23:06:24 +01:00
Anders Ingemann
b4db6923de
Merge pull request #456 from CMeza99/remove_eol
...
Remove init.d file for squeeze
2018-02-10 23:03:59 +01:00
Carlos Meza
d2e00a8173
remove init.d file for squeeze
2018-02-10 03:27:59 +00:00
Carlos Meza
98c68e35ce
fix example docker manifest
2018-02-09 22:26:11 +00:00
Carlos Meza
5727550ad4
expose gpg flags for debootstrap
2018-02-09 22:19:59 +00:00
Anders Ingemann
1d755abfc6
Merge pull request #449 from CMeza99/remove_eol
...
Remove squeeze support
2018-02-08 09:45:19 +01:00
Carlos Meza
a3584e6de9
remove squeeze support
2018-02-08 06:02:20 +00:00
Anders Ingemann
08193cf002
Merge pull request #448 from CMeza99/ec2_driver_aws
...
select version for amzn-driver
2018-02-08 00:10:19 +01:00
Anders Ingemann
6b99432ac7
Merge pull request #445 from vmlintu-nosto/mountpoint_permissions
...
Allow setting permissions on mountpoints
2018-02-08 00:06:14 +01:00
Carlos Meza
0e199f8ec1
select version for amzn-driver
2018-02-07 02:17:33 +00:00
Veli-Matti Lintu
a0007b48a9
Add new attribute 'mode' for partitions to set the permissions of the
...
mountpoints. Without this having /tmp on separate partition results
in error as the permissions of /tmp are 0755. Setting them to 01777
fixes the setup.
2018-02-06 15:56:24 +02:00
Anders Ingemann
71ba58327c
Merge pull request #423 from CMeza99/use-profiles-sts
...
add ability to use profile for ec2 provider
2018-01-24 17:24:35 +01:00
Carlos Meza
2fda782fff
add ability to use profile for ec2 provider
2018-01-24 06:43:56 +00:00
Anders Ingemann
25ec499868
Merge pull request #441 from octivi/minimize_size_qemu
...
qemu-img also supports shrinking raw and qcow2 formats
2018-01-21 15:26:21 +01:00
Marcin Engelmann
650b3b1f98
qemu-img also supports raw and qcow2 formats, so let's allow shrinking them too
2018-01-21 09:57:35 +01:00
Anders Ingemann
a449d35832
Merge pull request #440 from octivi/expand_root_path
...
Change location of expand-root script and drop .sh extension
2018-01-20 20:41:23 +01:00
Marcin Engelmann
44c5c17bf8
Change location of expand-root script and drop .sh extension
2018-01-20 20:02:30 +01:00
Anders Ingemann
fe4782bbea
Merge pull request #439 from octivi/headers
...
Add comment-header to files deployed by bootstrap-vz
2018-01-20 18:27:38 +01:00
Marcin Engelmann
8e92cf7db9
Add comment-header to files deployed by bootstrap-vz ( resolves #429 )
2018-01-20 18:18:56 +01:00
Anders Ingemann
71253aeffd
Merge pull request #438 from octivi/virtualbox_console
...
Force order of tasks that add console=xxx to kernel command line (VirtualBox)
2018-01-20 17:58:01 +01:00
Marcin Engelmann
ff014a431e
Force order of tasks that add console=xxx to kernel command line
2018-01-20 15:45:34 +01:00
Anders Ingemann
ad2c455c4c
Merge pull request #437 from octivi/yamllint
...
Add yamllint linter to check manifests files
2018-01-20 14:14:36 +01:00
Anders Ingemann
10f061ad13
Merge pull request #434 from liori/tmpfs_workspace
...
tmpfs_workspace: Plugin for having workspace on tmpfs for speed
2018-01-20 14:12:29 +01:00
Anders Ingemann
8bc65d7f44
Merge pull request #436 from octivi/kvm_console
...
Add to the KVM option to set output of the init to a virtual or serial console
2018-01-20 14:08:18 +01:00
Marcin Engelmann
af83f645dd
Add yamllint linter to check manifests files
2018-01-20 10:30:37 +01:00
Tomasz Melcer
152d122250
tmpfs_workspace: Plugin for having workspace on tmpfs for speed
2018-01-20 05:30:59 +01:00
Marcin Engelmann
ad0428a3c6
Add to the KVM provider option to set output of the init process to a virtual or serial console
2018-01-19 09:32:44 +01:00
Anders Ingemann
f00c63eaeb
Merge pull request #435 from octivi/grub_console
...
Minor changes to GRUB configuration regarding console and serial console
2018-01-18 22:12:41 +01:00
Anders Ingemann
ff701d956e
Merge pull request #431 from octivi/systemd_generate_ssh_hostkeys
...
Refactorized generation of OpenSSH host keys with a new systemd unit
2018-01-18 22:10:30 +01:00
Marcin Engelmann
fb31ae3c70
Minor changes to GRUB configuration regarding console and serial console
2018-01-18 14:13:51 +01:00
Marcin Engelmann
c3739b875b
Removed generate-ssh-hostkeys stub-script left for backward compatibility
2018-01-18 09:48:13 +01:00
Marcin Engelmann
d640311ab6
Refactorized generation of OpenSSH host keys with a new systemd unit.
2018-01-17 20:46:11 +01:00
Anders Ingemann
29403f8c84
Add "looking for new home" message.
2018-01-17 17:54:45 +01:00
Anders Ingemann
d725d3f3bf
Merge pull request #433 from liori/minimize-size-typo-temporary
...
minimize_size: Typo in temporary file name
2018-01-17 17:54:41 +01:00
Tomasz Melcer
c08a8cf344
minimize_size: Typo in temporary file name
2018-01-17 00:46:52 +01:00
Anders Ingemann
fe0f8eba5b
Merge pull request #426 from octivi/remove_ssh_host_ed25519_key
...
Remove ED25519 ssh host key pair from image
2018-01-14 17:22:06 +01:00
Anders Ingemann
4c8529569c
Merge pull request #430 from octivi/cleaning_machine_id
...
Cleaning machine ID
2018-01-14 17:20:09 +01:00
Marcin Engelmann
e8edec7be1
Remove ED25519 ssh host key pair from image ( resolves #425 , workaround for #432 )
2018-01-14 14:54:34 +01:00
Marcin Engelmann
6bb167f361
Clear the machine ID for jessie and newer releases (systemd) ( resolves #427 )
2018-01-14 14:27:20 +01:00
Anders Ingemann
d21b09191e
Merge pull request #387 from liori/minimize-size-qemu-repacking
...
minimize_size: New `repack` option for qemu-img-based repacking
2018-01-13 10:41:19 +01:00
Tomasz Melcer
75e0ce86f0
minimize_size: New option for qemu-img-based shrinking
2018-01-13 03:20:48 +01:00