summaryrefslogtreecommitdiff
path: root/protostar
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-06-28 23:00:31 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-06-28 23:00:31 +0400
commit65efd59ffbf4e9b0b48d70e80f2e6fc22a4ef898 (patch)
tree43562d056d7d3800bf8fc479ce807e4088243ec0 /protostar
parentcc882fe30e524de68a5628c644622fc0aab6e4e9 (diff)
downloadlive-65efd59ffbf4e9b0b48d70e80f2e6fc22a4ef898.tar.gz
Exclude gcc-4.7-base (gcc 4.8 is the default)
Diffstat (limited to 'protostar')
-rwxr-xr-xprotostar2
1 files changed, 1 insertions, 1 deletions
diff --git a/protostar b/protostar
index fc30f6a..adddc4a 100755
--- a/protostar
+++ b/protostar
@@ -103,7 +103,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 \
+ --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 \
--include=illumos-grub-eltorito,illumos-kernel \
"${DIST}" \
"${ROOT}" \