aboutsummaryrefslogtreecommitdiff
path: root/rpb-debian-installer
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-06-08 13:43:02 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-06-08 10:47:31 +0000
commit4c04bb8dd1eee3de4bfde7e1e1cafc8e5f806cfa (patch)
tree503df0722236cc77ec73c06dd49805301552fb89 /rpb-debian-installer
parent5a9b732ff0a4e8077c9003296d34b9f7d3bf66b8 (diff)
rpb-debian-installer: move default-preseed to plain files
It easier to point to an URL and read the file than embedded in the yaml build job. Change-Id: I9eb0da091eccb227c2b913597b208bb8ba46db4c Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'rpb-debian-installer')
-rw-r--r--rpb-debian-installer/stable/default-preseed.cfg18
-rw-r--r--rpb-debian-installer/staging/default-preseed.cfg23
2 files changed, 41 insertions, 0 deletions
diff --git a/rpb-debian-installer/stable/default-preseed.cfg b/rpb-debian-installer/stable/default-preseed.cfg
new file mode 100644
index 0000000000..b8aa260690
--- /dev/null
+++ b/rpb-debian-installer/stable/default-preseed.cfg
@@ -0,0 +1,18 @@
+# Continue install on "no kernel modules were found for this kernel"
+d-i anna/no_kernel_modules boolean true
+
+# Continue install on "no installable kernels found"
+d-i base-installer/kernel/skip-install boolean true
+d-i base-installer/kernel/no-kernels-found boolean true
+
+# Adding security, updates and backports by default
+d-i apt-setup/services-select multiselect security, updates, backports
+
+# Adding erp-17.08-stable by default, so it can find the kernel and extra packages
+d-i apt-setup/local0/repository string http://repo.linaro.org/debian/erp-17.08-stable jessie main
+d-i apt-setup/local0/comment string ERP 17.08 Stable Overlay
+d-i apt-setup/local0/source boolean true
+d-i apt-setup/local0/key string http://repo.linaro.org/debian/linarorepo.key
+
+d-i pkgsel/upgrade select full-upgrade
+d-i preseed/late_command string in-target apt-get install -y linux-image-reference-arm64
diff --git a/rpb-debian-installer/staging/default-preseed.cfg b/rpb-debian-installer/staging/default-preseed.cfg
new file mode 100644
index 0000000000..25398654d0
--- /dev/null
+++ b/rpb-debian-installer/staging/default-preseed.cfg
@@ -0,0 +1,23 @@
+# Continue install on "no kernel modules were found for this kernel"
+d-i anna/no_kernel_modules boolean true
+
+# Continue install on "no installable kernels found"
+d-i base-installer/kernel/skip-install boolean true
+d-i base-installer/kernel/no-kernels-found boolean true
+
+# Adding security, updates and backports by default
+d-i apt-setup/services-select multiselect security, updates, backports
+
+# Adding erp-17.08-stable by default, so it can find the kernel and extra packages
+d-i apt-setup/local0/repository string http://repo.linaro.org/debian/erp-17.08-stable jessie main
+d-i apt-setup/local0/comment string ERP 17.08 Stable Overlay
+d-i apt-setup/local0/source boolean true
+d-i apt-setup/local0/key string http://repo.linaro.org/debian/linarorepo.key
+
+d-i apt-setup/local1/repository string http://repo.linaro.org/debian/erp-17.08-staging jessie main
+d-i apt-setup/local1/comment string ERP 17.08 Staging Overlay
+d-i apt-setup/local1/source boolean true
+d-i apt-setup/local1/key string http://repo.linaro.org/debian/linarorepo.key
+
+d-i pkgsel/upgrade select full-upgrade
+d-i preseed/late_command string in-target apt-get install -y linux-image-reference-arm64