| Commit message (Expand) | Author | Files | Lines |
2024-08-29 | Using signed-by for debian apt sources. | Daniel Baumann | 1 | -1/+5 |
2024-08-29 | Switching from apt list files to sources files. | Daniel Baumann | 1 | -22/+69 |
2024-08-29 | Adding host variable for preseed files. | Daniel Baumann | 1 | -0/+4 |
2022-10-23 | Adding initial image support in container debconf build-scripts. | Daniel Baumann | 1 | -24/+162 |
2022-10-23 | Renaming internal bootstrap function to be more generic in debconf build-script. | Daniel Baumann | 1 | -2/+2 |
2022-10-15 | Removing machine-id from cache to fix re-using it amongst all generated conta... | Daniel Baumann | 1 | -0/+3 |
2022-10-02 | Also passing root as sandbox user to mmdebstrap in build scripts. | Daniel Baumann | 1 | -1/+2 |
2022-10-02 | Also passing explicit directory output-format to mmdebstrap in build scripts. | Daniel Baumann | 1 | -1/+1 |
2022-07-04 | Reverting adding LinkLocalAddressing=no to ipv6 interfaces as its only desira... | Daniel Baumann | 1 | -2/+0 |
2022-06-04 | Adding LinkLocalAddressing=no to ipv6 interfaces. | Daniel Baumann | 1 | -0/+2 |
2022-06-04 | Adding new 'stub' network interface method in debconf build-script, thanks to... | Daniel Baumann | 1 | -0/+17 |
2022-05-01 | Updating copyright notices for 2022. | Daniel Baumann | 1 | -1/+1 |
2021-07-26 | Renaming container create command to container build. | Daniel Baumann | 1 | -6/+6 |
2021-07-24 | Using fixme rather than todo in source files. | Daniel Baumann | 1 | -1/+1 |
2021-07-24 | Exporting IP variables to be used in host commands. | Daniel Baumann | 1 | -0/+3 |
2021-07-20 | Adding @FILE@ replacement variables in preseed files. | Daniel Baumann | 1 | -1/+2 |
2021-06-06 | Removing undesirable --verbose option when calling mmdebstrap in debconf cont... | Daniel Baumann | 1 | -1/+1 |
2021-04-14 | Prefering mmdebstrap to debootstrap in debconf script. | Katharina Drexel | 1 | -5/+5 |
2021-04-14 | Integrating mmdebstrap in debconf script. | Katharina Drexel | 1 | -4/+24 |
2021-04-11 | Using dpkg selection to check package availability in debconf container creat... | Daniel Baumann | 1 | -2/+2 |
2021-04-11 | Adding support for Debian bookworm in container debconf create script. | Daniel Baumann | 1 | -1/+1 |
2021-04-11 | Using https instead of http in all comments. | Daniel Baumann | 1 | -1/+1 |
2021-04-11 | Removing sysvinit hack for progress-linux in debconf container create script,... | Daniel Baumann | 1 | -7/+0 |
2021-04-11 | Removing readline hack for progress-linux in debconf container create script,... | Daniel Baumann | 1 | -7/+0 |
2021-04-11 | Removing base-files hacks for progress-linux in debconf container create scri... | Daniel Baumann | 1 | -20/+0 |
2021-04-11 | Removing dpkg hack for progress-linux in debconf container create script, not... | Daniel Baumann | 1 | -7/+0 |
2021-04-11 | Harmonizing initial variables in curl and debconf container create scripts fo... | Daniel Baumann | 1 | -2/+3 |
2021-04-11 | Using /var/cache/container instead of /var/cache/open-infrastructure/container. | Daniel Baumann | 1 | -2/+2 |
2021-04-11 | Using /usr/share/compute-tools instead of /usr/share/open-infrastructure/cont... | Daniel Baumann | 1 | -1/+1 |
2021-04-11 | Moving config files from /etc/open-infrastructure to /etc/compute-tools. | Daniel Baumann | 1 | -2/+2 |
2021-02-09 | Updating copyright notices for 2021. | Daniel Baumann | 1 | -1/+1 |
2020-10-30 | Adding overlay options to debconf script. | Katharina Drexel | 1 | -1/+20 |
2020-10-20 | Adding support for Debian 11 (bullseye) to debconf container create script. | Daniel Baumann | 1 | -1/+5 |
2020-01-21 | Updating copyright notices for 2020. | Daniel Baumann | 1 | -1/+1 |
2019-08-11 | Simplifying trap handling in debconf container create script. | Daniel Baumann | 1 | -8/+6 |
2019-07-17 | Cosmetically fixing internal preseed file when using the progress-linux package. | Daniel Baumann | 1 | -2/+2 |
2019-04-13 | Correcting whitespace error in include handling that broke debconf container ... | Daniel Baumann | 1 | -1/+1 |
2019-04-13 | Using trap function to unmount bind mounts etc. on exit with or without error. | Daniel Baumann | 1 | -105/+123 |
2019-04-12 | Unmount bind mounts in reverse order to allow nested bind mounts. | Nik Lutz | 1 | -2/+4 |
2019-04-12 | Correcting typo when disabling IPv6 RA in debconf container create script, th... | Daniel Baumann | 1 | -1/+1 |
2019-04-12 | Including gnupg explicitly in debconf container create command, thanks to Nik... | Daniel Baumann | 1 | -0/+3 |
2019-03-19 | Adding initial support for IPv6 in debconf container create script. | Daniel Baumann | 1 | -53/+164 |
2019-03-02 | Removing a few fixmes that are not needed anymore. | Daniel Baumann | 1 | -16/+0 |
2019-02-26 | Removing some dead code in container create scripts. | Daniel Baumann | 1 | -4/+1 |
2019-02-26 | Adding comment to debian sources.list in container debconf create script. | Daniel Baumann | 1 | -2/+10 |
2019-02-26 | Removing progress-linux apt sources.list handling in container debconf create... | Daniel Baumann | 1 | -93/+14 |
2019-02-26 | Using apt instead of apt-get in container debconf create script. | Daniel Baumann | 1 | -11/+11 |
2019-02-26 | Removing Force-LoopBreak option when calling apt in container debconf create ... | Daniel Baumann | 1 | -3/+3 |
2019-02-24 | Removing staging repositories in debconf create script, not used anymore. | Daniel Baumann | 1 | -34/+0 |
2019-02-23 | Renaming container-tools to compute-tools. | Daniel Baumann | 1 | -14/+16 |