Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-10-25 | Changing installation of systemd support packages to workaround systemd-shim ↵ | Daniel Baumann | 1 | -2/+5 | |
failures in debootstrap. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-08-04 | Adding host system based overlay mounts. | Daniel Baumann | 2 | -0/+50 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Creating machines directory in container create scripts if it's not already ↵ | Daniel Baumann | 2 | -0/+3 | |
existing. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-07-01 | Always writing cnt.auto= default values to configuration files in debconf ↵ | Daniel Baumann | 1 | -6/+8 | |
container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-14 | Switching default entries for cdn.archive.progress-linux.org to HTTPS. | Daniel Baumann | 1 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-14 | Including systemd-sysv in default package selection of progress-linux ↵ | Daniel Baumann | 1 | -2/+2 | |
container create script to prevent pulling in systemd-shim and cgmanager. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-14 | Including apt-transport-https in default package selection of progress-linux ↵ | Daniel Baumann | 1 | -1/+1 | |
container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-03 | Adding auto option to set automatic start in debconf script. | Daniel Baumann | 2 | -0/+14 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-03 | Using .cfg suffix for preseed files of debconf script for consistency. | Daniel Baumann | 1 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-03 | Correcting cleanup of temporary debconf files in debconf script. | Daniel Baumann | 1 | -3/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-03 | Mounting bind mounts for the duration of the debconf script. | Daniel Baumann | 1 | -0/+30 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-03 | Adding bind option to bind mount directories in debconf script. | Daniel Baumann | 2 | -0/+8 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-06-03 | Reworking container-autostart program into container auto command. | Daniel Baumann | 2 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-05-18 | Replacing systemd-nspawn '--network-bridge=' with one config file per ↵ | Nik Lutz | 1 | -1/+4 | |
interface in /etc/network/interfaces.d. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-05-18 | Using eth[0-9] instead of host[0-9] in containers /etc/network/interface. | Nik Lutz | 1 | -5/+5 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-05-18 | Using systemd-nspawn '--network-veth-extra=' instead of '--network-veth' ↵ | Nik Lutz | 2 | -2/+27 | |
(prerequisite for multiple network interface support per container). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-05-18 | Adding veth name (cnt-debconf/network[0-9]/veth) configuration option to ↵ | Nik Lutz | 2 | -0/+27 | |
debconf script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-05-18 | Fixing path argument of chmod for .container-command script in the debconf ↵ | Nik Lutz | 1 | -1/+1 | |
script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-04-16 | Switching from httpredir.debian.org as default debian mirror to ↵ | Daniel Baumann | 1 | -4/+4 | |
ftp.debian.org in debconf script. httpredir.debian.org has reliability issues, see https://lists.debian.org/debian-project/2016/04/msg00012.html Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-04-16 | Creating container script shortcut symlinks in makefile instead of keeping ↵ | Daniel Baumann | 4 | -4/+0 | |
them in the sources. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-03-31 | Updating debconf title in debconf script. | Daniel Baumann | 2 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-03-31 | Updating comments in scripts. | Daniel Baumann | 5 | -5/+5 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-03-31 | Adding debconf script. | Daniel Baumann | 10 | -0/+2419 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-03-31 | Adding container-autostart program. | Daniel Baumann | 1 | -0/+5 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-03-12 | Adding container scripts. | Daniel Baumann | 1 | -0/+135 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |