diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-11-14 18:59:44 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-11-14 18:59:44 +0300 |
commit | 730d2445e750241a1154e414576e4408dd0bcb81 (patch) | |
tree | 820fd22da6d6009b742a6a537bd3675957ae41b5 | |
parent | 9b2833547c06f58aba398d0bb30968163744fb26 (diff) | |
download | live-730d2445e750241a1154e414576e4408dd0bcb81.tar.gz |
Remove boost exception (the packages are removed)2019-11-15/netinst
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |