summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-05-04 17:25:40 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-05-04 17:25:40 +0400
commit3e96ac7524ee640a2e65dc56c79cb07223a3e1f9 (patch)
tree1a51a588862ea95bbb5941abf3d3c70df0720d07
parent0749f438060e694b89967ac06c4b0b87ba09fe89 (diff)
downloadlive-3e96ac7524ee640a2e65dc56c79cb07223a3e1f9.tar.gz
Exclude libboost-iostreams1.54.0
-rwxr-xr-xprotostar2
1 files changed, 1 insertions, 1 deletions
diff --git a/protostar b/protostar
index b93c46f..d1057dc 100755
--- a/protostar
+++ b/protostar
@@ -54,7 +54,7 @@ else
echo "Preparing base system (debootstrap)..."
debootstrap \
- --exclude=logrotate,locales,rsyslog,cron,gawk,aptitude,aptitude-common,libboost-iostreams1.48.0,libboost-iostreams1.49.0,libcwidget3 \
+ --exclude=logrotate,locales,rsyslog,cron,gawk,aptitude,aptitude-common,libboost-iostreams1.48.0,libboost-iostreams1.49.0,libcwidget3,libboost-iostreams1.54.0 \
--include=python-newt,python-apt,truss,installgrub,illumos-grub-eltorito,illumos-kernel,mc,vim,screen,openssh-client,wget,bzip2,xz-utils,debootstrap,less,file,lynx,bash-completion,drvtools,mdb-proc,mdb-kvm,dtrace,inetutils-ping,inetutils-traceroute,pciutils,sysstat,libsun-solaris-kstat-perl,kmdb,illumos-nfs-common,openssh-server \
"${DIST}" \
"${ROOT}" \