Kevin Olbrich
69865d9eb6
add latest debian releases
2023-06-21 10:04:07 +02:00
Kevin Olbrich
b181c661d8
fix debian-security repository
2021-07-07 23:37:54 +02:00
Kevin Olbrich
4758e18939
fix AddDefaultSources for bullseye
2021-07-07 20:26:31 +02:00
Kevin Olbrich
b61d3f089c
fix (broken) duplicate "if" for release version
2021-07-07 17:05:13 +02:00
Kevin Olbrich
2b079decd0
fix bullseye-security repository
...
https://wiki.debian.org/NewInBullseye
2021-07-07 17:01:31 +02:00
Kevin Olbrich
cc00d28e00
add debian bullseye support
2020-01-20 09:49:39 +01:00
Kevin Olbrich
7b01f8a30c
Update MakeLinuxFastAgain task
2019-11-30 01:20:57 +01:00
Kevin Olbrich
6fec976422
disable AppArmor by default
2019-11-25 19:54:27 +01:00
Kevin Olbrich
08d7c3f055
add newly created kernel option tasks
2019-11-13 08:41:42 +01:00
Kevin Olbrich
9695948e3d
fix kernel options
2019-11-13 00:23:26 +01:00
Andrew Bogott
43b321ce91
Replace a bunch of \\ escapes with raw strings
...
There are a few cases where changing to a raw string
will change the behavior; I'll address that in a later patch.
2019-03-05 20:05:59 +00:00
Andrew Bogott
b9dda552db
flake8: resolve W605 'invalid escape sequence' warnings
...
This patch scares me since every fix involves adding a character
to a regex. I am /pretty sure/ that this is a no-op but I don't
have the capacity to test this beyond what tox can do.
2019-03-05 19:01:05 +00:00
Andrew Bogott
bfe2d1f3ba
flake8 fixes: correct some indentations
2019-03-05 16:36:11 +00:00
Veli-Matti Lintu
68d7ddb307
Commit 701678c9 changes print statements to print functions with end=' '.
...
As the printed strings contain newlines, this causes a space to be written
as the first character of the following line causing them to be indented.
An example config that is broken. Here disabling modules indents all the
other lines of cloud.cfg except the first one causing the username name
setting to fail as it expects indenting to be certain number of spaces.
plugins:
cloud_init:
metadata_sources: Ec2
username: admin
disable_modules:
- locale
- mounts
This commit removes the spaces by specifying end=''.
2018-06-13 13:20:05 +03:00
Anders Ingemann
7e6a7d4267
Merge pull request #471 from CMeza99/pylint+imports
...
Pylint code clean up
2018-06-07 22:09:33 +02:00
Carlos Meza
7045d11ed6
set permissions for apt gpg pub keys
2018-04-27 14:44:11 -07:00
Carlos Meza
1ec736038c
pylint E1608(old-octal-literal)
2018-04-09 22:27:43 -07:00
Carlos Meza
43e54d26cc
pylint E1601(print-statement)
2018-04-09 22:27:29 -07:00
Carlos Meza
4e1a5922f7
pylint W0621(redefined-outer-name)
2018-02-25 10:27:53 +00:00
Carlos Meza
b180f66ef0
pylint E1101(no-member)
2018-02-25 09:34:12 +00:00
Carlos Meza
05abccda0b
pylint R1704(redefined-argument-from-local)
2018-02-25 08:37:24 +00:00
Carlos Meza
ce42d889cd
pylint W0406(import-self)
2018-02-25 08:37:24 +00:00
Carlos Meza
d86f9e94b5
pylint W0404(reimported)
2018-02-25 08:37:24 +00:00
Carlos Meza
6e183914ac
fix pylint W0403(relative-import)
2018-02-25 04:12:24 +00:00
Carlos Meza
c068ba07ab
pylint len-as-condition
2018-02-19 00:31:12 -08:00
Carlos Meza
98975cac7b
pylint unidiomatic-typecheck
2018-02-19 00:31:12 -08:00
Carlos Meza
b47b55172b
pylint import-error bug workaround for distutils
2018-02-19 00:30:20 -08:00
Anders Ingemann
febb7e8a1d
Merge pull request #458 from CMeza99/mobify
...
Add Docker specific settings
2018-02-14 07:28:10 +01:00
Carlos Meza
c19eb61bbf
add docker specific settings
2018-02-14 03:53:33 +00:00
Carlos Meza
873ac802e9
use upstream json_minify
2018-02-11 08:29:18 +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
Carlos Meza
d2e00a8173
remove init.d file for squeeze
2018-02-10 03:27:59 +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
6b99432ac7
Merge pull request #445 from vmlintu-nosto/mountpoint_permissions
...
Allow setting permissions on mountpoints
2018-02-08 00:06:14 +01: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
Marcin Engelmann
8e92cf7db9
Add comment-header to files deployed by bootstrap-vz ( resolves #429 )
2018-01-20 18:18:56 +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
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
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
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
Alex Hegedus
c0350e7c8a
Added security field to packages.
2017-11-27 18:48:57 -08:00
Carlos Meza
5824d0775e
allow networking task when netbase pkg is present
2017-11-22 20:28:01 -08:00
Zach Marano
79a1aa1616
Add GCE buster builds.
2017-08-30 17:50:27 -07:00
Anders Ingemann
19e15d15bf
Partitions: Fix check for additional partitions on single part.
2017-08-20 10:37:28 +02:00
Anders Ingemann
85a0e6a191
Make trusted-keys paths in manifest relative to manifest
2017-07-14 18:25:07 +02:00