commit de8b6a45 forgot to also run re-install with /proc, /dev and /sys mounted

pull/1/head
parent 02ed5e33f8
commit 412039bd66
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -2174,6 +2174,8 @@ sub setup {
# without --skip-same-version, dpkg will install the given # without --skip-same-version, dpkg will install the given
# packages even though they are already installed # packages even though they are already installed
info "re-installing packages because of path-exclude..."; info "re-installing packages because of path-exclude...";
run_chroot(
sub {
run_dpkg_progress({ run_dpkg_progress({
ARGV => [ ARGV => [
@chrootcmd, 'env', @chrootcmd, 'env',
@ -2182,6 +2184,9 @@ sub setup {
], ],
PKGS => \@essential_pkgs, PKGS => \@essential_pkgs,
}); });
},
$options
);
} }
} }

Loading…
Cancel
Save