summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-09-22 12:53:11 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-09-22 12:53:11 +0400
commit4df5d44d481c760b20972645ebf33c7ed34da65b (patch)
tree59c03d550799c4a07099963e26e566f70891fee4
parentbda72f37bf5fe2f0fc6b4e39ff7fe940e9492718 (diff)
downloadlive-4df5d44d481c760b20972645ebf33c7ed34da65b.tar.gz
Add pciutils
-rwxr-xr-xprotostar2
1 files changed, 1 insertions, 1 deletions
diff --git a/protostar b/protostar
index 9e9e965..f12a6a1 100755
--- a/protostar
+++ b/protostar
@@ -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,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 \
+ --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 \
"${DIST}" \
"${ROOT}" \
"${REPO}"