Skip to content
Snippets Groups Projects
Commit 46b661bb authored by Diego Pasqualin's avatar Diego Pasqualin Committed by Diego Giovane Pasqualin
Browse files

20-install: Use fakebin/ for all distros

parent 579fcad2
Branches
No related tags found
No related merge requests found
......@@ -31,14 +31,8 @@ checkMountedFS || exit 2
loadConf "$PREFIX/conf/$1/create-iso.conf" $1
initChroot
if [ "$1" == "minicom/server" ] || [ "$1" == "minicom/client" ];
then
chroot "$CHROOTDIR" \
env PATH="/fakebin:$PATH" apt-get -y --force-yes install --purge $(cat "$INSTLIST" | grep -v "^#")
else
chroot "$CHROOTDIR" \
chroot "$CHROOTDIR" env PATH="/fakebin:$PATH" \
apt-get -y --force-yes install --purge $(cat "$INSTLIST" | grep -v "^#")
fi
# The populate-slapd package need to have the ldap (slapd) service running.
# In the previous apt-get command we don't start any services, so we need to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment