From c5258cbc345d0bf19e44fc220f196cc09cc596e8 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 28 Feb 2020 14:30:17 -0600 Subject: [PATCH] preseed: reorder package list Signed-off-by: Robert Nelson --- lib/buster-preseed.cfg | 2 +- lib/stretch-preseed.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/buster-preseed.cfg b/lib/buster-preseed.cfg index 7f0aaab..9893f97 100644 --- a/lib/buster-preseed.cfg +++ b/lib/buster-preseed.cfg @@ -243,7 +243,7 @@ d-i apt-setup/local0/key string http://repos.rcn-ee.com/debian/conf/custom.gpg # Individual additional packages to install #d-i pkgsel/include string openssh-server build-essential #RCNEE: we have a bunch to add -d-i pkgsel/include string bash dosfstools initramfs-tools util-linux wget board-firmware net-tools sudo +d-i pkgsel/include string bash board-firmware dosfstools initramfs-tools net-tools sudo util-linux wget #RCNEE: ^ # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade diff --git a/lib/stretch-preseed.cfg b/lib/stretch-preseed.cfg index 1076081..230ab46 100644 --- a/lib/stretch-preseed.cfg +++ b/lib/stretch-preseed.cfg @@ -243,7 +243,7 @@ d-i apt-setup/local0/key string http://repos.rcn-ee.com/debian/conf/custom.gpg # Individual additional packages to install #d-i pkgsel/include string openssh-server build-essential #RCNEE: we have a bunch to add -d-i pkgsel/include string bash dosfstools initramfs-tools util-linux wget board-firmware net-tools sudo +d-i pkgsel/include string bash board-firmware dosfstools initramfs-tools net-tools sudo util-linux wget #RCNEE: ^ # Whether to upgrade packages after debootstrap. # Allowed values: none, safe-upgrade, full-upgrade