Displaying 2 results from an estimated 2 matches for "24c6d5582".
2017 Aug 26
0
[PATCH 2/2] builder/templates: remove Debian 6 (Squeeze)
...inittab: s,^#([1-9].*respawn.*/sbin/getty.*),$1,'
-
- This image does not contain SSH host keys. To regenerate them use:
-
- --firstboot-command "dpkg-reconfigure openssh-server"
-
diff --git a/builder/templates/make-template.ml b/builder/templates/make-template.ml
index 42ff48eb9..24c6d5582 100755
--- a/builder/templates/make-template.ml
+++ b/builder/templates/make-template.ml
@@ -328,7 +328,6 @@ and os_of_string os ver =
match os, ver with
| "centos", ver -> let maj, min = parse_major_minor ver in CentOS (maj, min)
| "rhel", ver -> let maj, min = p...
2017 Aug 26
5
[PATCH 1/2] builder/templates/debian.preseed: enable serial console
Also unify .index-fragment files
---
builder/templates/debian-7.index-fragment | 7 -------
builder/templates/debian-8.index-fragment | 7 -------
builder/templates/debian-9.index-fragment | 18 ++++++------------
builder/templates/debian.preseed | 1 +
builder/templates/make-template.ml | 6 ------
5 files changed, 7 insertions(+), 32 deletions(-)
diff --git