diff options
Diffstat (limited to 'protostar')
-rwxr-xr-x | protostar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" \ |