diff --git a/iso/bin/setup-helper b/iso/bin/setup-helper index 44a1cea..348fb08 100755 --- a/iso/bin/setup-helper +++ b/iso/bin/setup-helper @@ -125,5 +125,9 @@ if [ `is_installed firefox` ]; then inject_packages nspr nss sqlite3 fi +if [ `is_installed mesa3d` ]; then + inject_packages glu +fi + # force replacement of /etc/mtab with symlink ln -sf /proc/self/mounts $ROOT/etc/mtab