[debian-edu-commits] debian-edu/ 02/03: 032-edu-pkgs: move 'debian-edu-install' installation to 'after-install)'.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Sat Oct 14 17:44:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-config.
commit 38c587da521b3928d4a9b4cc193e6fa5b93f7f73
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Sat Oct 14 19:09:28 2017 +0200
032-edu-pkgs: move 'debian-edu-install' installation to 'after-install)'.
This move is needed to have 'media/cdrom/' available inside the LTSP chroot.
---
share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs b/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs
index 50bd3f8..db48df2 100644
--- a/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs
+++ b/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs
@@ -140,10 +140,6 @@ install_diskless_workstation() {
sed 's/^PROFILE=\".*/PROFILE=\"Workstation\"/' \
< /etc/debian-edu/config > $ROOT/etc/debian-edu/config
- # Install the installation package to load preseeding values based
- # on the /etc/debian-edu/config PROFILE
- in_target apt-get install -y -q debian-edu-install
-
# Add preseeding values, without the popularity-contest settings
# to avoid several hosts reporting with the same popcon ID.
(
@@ -436,6 +432,10 @@ EOF
fi
;;
after-install)
+ # Install the installation package to load preseeding values based
+ # on the /etc/debian-edu/config PROFILE
+ in_target apt-get install -y -q debian-edu-install
+
# This part myst run in after-install instead of configure to
# install packages after common/010-mount-proc is executed to
# make sure /proc is available when asking tasksel/apt to
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git
More information about the debian-edu-commits
mailing list