From 730d2445e750241a1154e414576e4408dd0bcb81 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 14 Nov 2019 18:59:44 +0300 Subject: Remove boost exception (the packages are removed) --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') 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: -- cgit v1.2.3