summaryrefslogtreecommitdiffstats
path: root/share/build-scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding host variable for preseed files.Daniel Baumann2023-06-102-0/+5
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating arm64 description in debconf build script.Daniel Baumann2023-02-011-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for non-free-firmware archive-area in debconf build script.Daniel Baumann2023-02-011-7/+27
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating distribution defaults for bookworm in container build scripts.Daniel Baumann2023-01-312-7/+11
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding initial image support in container debconf build-scripts.Daniel Baumann2022-10-233-24/+202
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Renaming internal bootstrap function to be more generic in debconf build-script.Daniel Baumann2022-10-231-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing machine-id from cache to fix re-using it amongst all generated ↵Daniel Baumann2022-10-151-0/+3
| | | | | | containers, thanks to Sakirnth Nagarasa <sakirnth@debian.org>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Also passing root as sandbox user to mmdebstrap in build scripts.Daniel Baumann2022-10-022-2/+3
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Also passing explicit directory output-format to mmdebstrap in build scripts.Daniel Baumann2022-10-022-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Reverting adding LinkLocalAddressing=no to ipv6 interfaces as its only ↵Daniel Baumann2022-07-041-2/+0
| | | | | | desirable on container bridges but breaks a few other things in normal containers. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Setting default for cnt.auto to last-on in debconf build scripts.Daniel Baumann2022-06-051-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding LinkLocalAddressing=no to ipv6 interfaces.Daniel Baumann2022-06-041-0/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding new 'stub' network interface method in debconf build-script, thanks ↵Daniel Baumann2022-06-043-2/+47
| | | | | | to Sakirnth Nagarasa <sakirnth@gmail.com> for the use-case and idea. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding missing dhcp option in select question of the debconf build script.Daniel Baumann2022-06-041-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting wrong preseed-file handling for new links directory in container ↵Daniel Baumann2022-05-091-1/+1
| | | | | | build script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Explicitly prefering links subdirectory over other locations withint debconf ↵Daniel Baumann2022-05-081-3/+10
| | | | | | hierarchy in debconf build scripts. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Excluding /etc/compute-tools/debconf/links from being shown in preseed file ↵Daniel Baumann2022-05-081-2/+3
| | | | | | selection dialog to declutter automatization symlinks from real templates. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using versioned sort when sorting debconf templates.Daniel Baumann2022-05-081-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding comments about debconf hierarchy in debconf build script.Daniel Baumann2022-05-081-0/+9
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating copyright notices for 2022.Daniel Baumann2022-05-015-5/+5
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Also removing config file stub when exiting debconf build script.Daniel Baumann2021-11-021-0/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Renaming internal config variable to more suitable debconf in debconf build ↵Daniel Baumann2021-11-021-10/+10
| | | | | | script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Sorting preseed-file options in debconf build script.Daniel Baumann2021-11-021-4/+4
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding 'exit' in debconf build script, thanks to Katharina.Daniel Baumann2021-11-021-1/+5
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Making previous container curl create script a container get script.Daniel Baumann2021-07-263-557/+0
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Renaming container create command to container build.Daniel Baumann2021-07-2610-0/+3706
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>