summaryrefslogtreecommitdiffstats
path: root/inst
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-03-06 12:56:45 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-03-06 12:56:45 (EST)
commit6d6acb974269e0e56ca9998c8368a21a8a65bca6 (patch)
treefa6760c29bffda1db2e638af86c20c552295d68b /inst
parent7b56a625d6a786ffcb65ae433e5cb3328e95e405 (diff)
downloadpc-inst-6d6acb974269e0e56ca9998c8368a21a8a65bca6.zip
pc-inst-6d6acb974269e0e56ca9998c8368a21a8a65bca6.tar.gz
pc-inst-6d6acb974269e0e56ca9998c8368a21a8a65bca6.tar.bz2
Write postinst output to log
Also move some groups to postinst.
Diffstat (limited to 'inst')
-rwxr-xr-xinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/inst b/inst
index 44e17a5..a3f01e0 100755
--- a/inst
+++ b/inst
@@ -450,7 +450,7 @@ main()
do_ tz_setup || { do_ chroot_cleanup; do_ umount; return 1; }
do_ user_setup || { do_ chroot_cleanup; do_ umount; return 1; }
do_ install_extra || { do_ chroot_cleanup; do_ umount; return 1; }
- postinst || { do_ chroot_cleanup; do_ umount; return 1; }
+ do_ postinst || { do_ chroot_cleanup; do_ umount; return 1; }
do_ chroot_cleanup || { do_ umount; return 1; }
exec 4>&-
mkdir -p "${target}/var/log/installer"