From cbd36e2ee34e4a7027350e2ebef2218485c27f96 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 13 May 2013 02:40:09 +0400 Subject: Explicitly exclude rsyslog; include inetutil-ping, inetutil-traceroute list all isntalled packages --- protostar | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'protostar') diff --git a/protostar b/protostar index 06d280f..175e577 100755 --- a/protostar +++ b/protostar @@ -51,8 +51,8 @@ else echo "Preparing base system (debootstrap)..." debootstrap \ - --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 \ + --exclude=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 \ "${DIST}" \ "${ROOT}" \ "${REPO}" @@ -62,9 +62,11 @@ fi # http://osdyson.org/issues/120 # Dyson always boots with only one CPU if ! [ -e "${ROOT}/etc/mach" ]; then - echo -e 'pcplusmp\napix\nxpv_psm\n' "${ROOT}/etc/mach" + echo -e 'pcplusmp\napix\nxpv_psm\n' > "${ROOT}/etc/mach" fi +dpkg -l --root "${ROOT}" > pkg.list + mkdir "$ROOT/usr/install" cp -a install DysonInstaller $ROOT/usr/install/ cat installer-screenrc > $ROOT/etc/screenrc -- cgit v1.2.3