diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-09-14 10:26:00 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-09-14 10:26:00 +0400 |
commit | 037308c2b2630e340a730a655a9202f589158ef5 (patch) | |
tree | 1765874c717ee57a51e0000fa7db14b01c84ebd4 | |
parent | ff5fc4c6cd49e7a554f405fccb98cd97c5d90aab (diff) | |
download | live-037308c2b2630e340a730a655a9202f589158ef5.tar.gz |
Exclude gcc-4.8-base, gcc 4.9 is the default
-rwxr-xr-x | protostar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" \ |