From 6d6acb974269e0e56ca9998c8368a21a8a65bca6 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 06 Mar 2016 12:56:45 -0500 Subject: Write postinst output to log Also move some groups to postinst. --- (limited to 'inst') 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" -- cgit v0.9.1