summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 135aec8..85726cd 100755
--- a/install
+++ b/install
@@ -698,7 +698,7 @@ def debootstrap():
os.close(write)
try:
os.execl('/usr/sbin/debootstrap', 'debootstrap', '--debian-installer',
- '--exclude=gawk,aptitude,aptitude-common,libboost-iostreams1.48.0,libboost-iostreams1.49.0,libcwidget3',
+ '--exclude=gawk,aptitude,aptitude-common',
'--include=illumos-grub,illumos-kernel',
codename, rootdir, mirror)
except EnvironmentError as e: