summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-11-14 18:59:44 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-11-14 18:59:44 +0300
commit730d2445e750241a1154e414576e4408dd0bcb81 (patch)
tree820fd22da6d6009b742a6a537bd3675957ae41b5 /install
parent9b2833547c06f58aba398d0bb30968163744fb26 (diff)
downloadlive-730d2445e750241a1154e414576e4408dd0bcb81.tar.gz
Remove boost exception (the packages are removed)2019-11-15/netinst
Diffstat (limited to 'install')
-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: