summaryrefslogtreecommitdiffstats
path: root/share/scripts/debconf (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding host system based overlay mounts.Daniel Baumann2016-08-041-0/+43
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Creating machines directory in container create scripts if it's not already ↵Daniel Baumann2016-07-011-0/+1
| | | | | | existing. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Including systemd-sysv in default package selection of progress-linux ↵Daniel Baumann2016-06-141-2/+2
| | | | | | container create script to prevent pulling in systemd-shim and cgmanager. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Including apt-transport-https in default package selection of progress-linux ↵Daniel Baumann2016-06-141-1/+1
| | | | | | container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding auto option to set automatic start in debconf script.Daniel Baumann2016-06-031-0/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting cleanup of temporary debconf files in debconf script.Daniel Baumann2016-06-031-3/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Mounting bind mounts for the duration of the debconf script.Daniel Baumann2016-06-031-0/+30
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding bind option to bind mount directories in debconf script.Daniel Baumann2016-06-031-0/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Reworking container-autostart program into container auto command.Daniel Baumann2016-06-031-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Replacing systemd-nspawn '--network-bridge=' with one config file per ↵Nik Lutz2016-05-181-1/+4
| | | | | | interface in /etc/network/interfaces.d. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using eth[0-9] instead of host[0-9] in containers /etc/network/interface.Nik Lutz2016-05-181-5/+5
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using systemd-nspawn '--network-veth-extra=' instead of '--network-veth' ↵Nik Lutz2016-05-181-0/+25
| | | | | | (prerequisite for multiple network interface support per container). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Fixing path argument of chmod for .container-command script in the debconf ↵Nik Lutz2016-05-181-1/+1
| | | | | | script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating comments in scripts.Daniel Baumann2016-03-311-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding debconf script.Daniel Baumann2016-03-311-0/+974
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>