diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-09-15 15:10:41 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-09-15 15:10:41 +0400 |
commit | bda72f37bf5fe2f0fc6b4e39ff7fe940e9492718 (patch) | |
tree | fce89d9c33713cc595d7d19cf3a80a0ad93264db /protostar | |
parent | 1f496a70f5c87da4fdecfe2df80b06711a3f3f5c (diff) | |
download | live-bda72f37bf5fe2f0fc6b4e39ff7fe940e9492718.tar.gz |
Need python-apt2013-09-15/netinst
Diffstat (limited to 'protostar')
-rwxr-xr-x | protostar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,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 \ - --include=python-newt,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 \ + --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 \ "${DIST}" \ "${ROOT}" \ "${REPO}" |