summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-09-14 10:26:00 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-09-14 10:26:00 +0400
commit037308c2b2630e340a730a655a9202f589158ef5 (patch)
tree1765874c717ee57a51e0000fa7db14b01c84ebd4
parentff5fc4c6cd49e7a554f405fccb98cd97c5d90aab (diff)
downloadlive-037308c2b2630e340a730a655a9202f589158ef5.tar.gz
Exclude gcc-4.8-base, gcc 4.9 is the default
-rwxr-xr-xprotostar2
1 files changed, 1 insertions, 1 deletions
diff --git a/protostar b/protostar
index 211d64b..cfcd61c 100755
--- a/protostar
+++ b/protostar
@@ -104,7 +104,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,libboost-iostreams1.54.0,gcc-4.7-base \
+ --exclude=logrotate,locales,rsyslog,cron,gawk,aptitude,aptitude-common,libboost-iostreams1.48.0,libboost-iostreams1.49.0,libcwidget3,libboost-iostreams1.54.0,gcc-4.7-base,gcc-4.8-base \
--include=illumos-grub-eltorito,illumos-kernel \
"${DIST}" \
"${ROOT}" \