[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] Adjust share/debian-edu-config/d-i/finish-install
Wolfgang Schweer (@schweer-guest)
gitlab at salsa.debian.org
Sun Oct 3 10:50:31 BST 2021
Wolfgang Schweer pushed to branch master at Debian Edu / debian-edu-config
Commits:
3f01dab5 by Wolfgang Schweer at 2021-10-03T11:49:43+02:00
Adjust share/debian-edu-config/d-i/finish-install
Run cf-agent in verbose mode to improve log message readability.
Signed-off-by: Wolfgang Schweer <wschweer at arcor.de>
- - - - -
2 changed files:
- debian/changelog
- share/debian-edu-config/d-i/finish-install
Changes:
=====================================
debian/changelog
=====================================
@@ -21,6 +21,8 @@ debian-edu-config (2.12.5) UNRELEASED; urgency=medium
* share/debian-edu-config/testsuite-lib.sh:
- Use /Status:/ instead of /Status\:/ in awk command. (Avoids logs to be
spoiled by warnings.)
+ * share/debian-edu-config/d-i/finish-install:
+ - Run cf-agent in verbose mode to improve log message readability.
-- Mike Gabriel <sunweaver at debian.org> Sun, 03 Oct 2021 10:13:28 +0200
=====================================
share/debian-edu-config/d-i/finish-install
=====================================
@@ -61,10 +61,10 @@ else
fi
# Update configuration via cf-agent for everything that could not be preseeded.
-if in-target /bin/sh -c "cf-agent -I 2>&1 > /var/log/installer/cfengine-edu-install.log" ; then
+if in-target /bin/sh -c "cf-agent -v 2>&1 > /var/log/installer/cfengine-edu-install.log" ; then
:
else
- log "error: Running 'cf-agent -I' failed to work at some point"
+ log "error: Running 'cf-agent -v' failed to work at some point"
fi
edu-etcvcs commit
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/3f01dab5c49639c644207a6d64e6648fde9ded65
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/3f01dab5c49639c644207a6d64e6648fde9ded65
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20211003/b98e819b/attachment.htm>
More information about the debian-edu-commits
mailing list