also run initial installation of Essential:yes with /proc, /dev and /sys mounted

In Debian Jessie, init is part of Essential:yes and thus systemd gets
installed which needs working /proc, /dev and /sys
pull/1/head
parent 3a1d5413e2
commit de8b6a457d
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1654,11 +1654,13 @@ sub setup {
# account and thus doesn't install them in the right order # account and thus doesn't install them in the right order
# And the --predep-package option is broken: #539133 # And the --predep-package option is broken: #539133
info "installing packages..."; info "installing packages...";
run_dpkg_progress({ run_chroot {
ARGV => [@chrootcmd, 'env', '--unset=TMPDIR', run_dpkg_progress({
'dpkg', '--install', '--force-depends'], ARGV => [@chrootcmd, 'env', '--unset=TMPDIR',
PKGS => \@essential_pkgs, 'dpkg', '--install', '--force-depends'],
}); PKGS => \@essential_pkgs,
});
} $options;
# if the path-excluded option was added to the dpkg config, reinstall all # if the path-excluded option was added to the dpkg config, reinstall all
# packages # packages

Loading…
Cancel
Save