summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-05-12 00:23:32 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-05-12 00:23:32 +0400
commitb65ec1e83937006bbb597df645156ef4b43071ff (patch)
tree6803776e3d97f3be2d24f6a27fc5ac6a7e48a696
parentd8e5d55b4a1decf22f250545ddc375021a00022d (diff)
downloadlive-b65ec1e83937006bbb597df645156ef4b43071ff.tar.gz
exclude system-log-daemon and cron on livecd
-rwxr-xr-xprotostar2
1 files changed, 1 insertions, 1 deletions
diff --git a/protostar b/protostar
index a1e9ad5..1aea130 100755
--- a/protostar
+++ b/protostar
@@ -51,7 +51,7 @@ else
echo "Preparing base system (debootstrap)..."
debootstrap \
- --exclude=locales,syslogd,gawk,aptitude,aptitude-common,libboost-iostreams1.48.0,libboost-iostreams1.49.0,libcwidget3 \
+ --exclude=locales,system-log-daemon,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 \
"${DIST}" \
"${ROOT}" \