summaryrefslogtreecommitdiff
path: root/protostar
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-04-14 17:19:58 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-04-14 17:19:58 +0000
commita9c93e44ab1eb935203e76683157f25759a0ac32 (patch)
tree7027d775095239965d3d5df0a2699def8a1756ec /protostar
parent10fa8fd271263c2fdc3dafe6324e7cd71a0bcb1c (diff)
downloadlive-a9c93e44ab1eb935203e76683157f25759a0ac32.tar.gz
Add python-newt
Diffstat (limited to 'protostar')
-rwxr-xr-xprotostar5
1 files changed, 4 insertions, 1 deletions
diff --git a/protostar b/protostar
index 5ee1cfb..702dc6f 100755
--- a/protostar
+++ b/protostar
@@ -45,11 +45,14 @@ echo "Preparing base system (debootstrap)..."
debootstrap \
--no-check-gpg \
--exclude=locales,syslogd,gawk,aptitude,aptitude-common,libboost-iostreams1.48.0,libboost-iostreams1.49.0,libcwidget3 \
- --include=illumos-grub-eltorito,illumos-kernel,mc,vim-tiny,screen,openssh-client,wget,bzip2,xz-utils,debootstrap,less,file,lynx,bash-completion \
+ --include=python-newt,illumos-grub-eltorito,illumos-kernel,mc,vim-tiny,screen,openssh-client,wget,bzip2,xz-utils,debootstrap,less,file,lynx,bash-completion \
"${DIST}" \
"${ROOT}" \
"${REPO}"
+mkdir "$ROOT/usr/install"
+cp -a install lib $ROOT/usr/install/
+
mv $ROOT/var/lib/dpkg $ROOT/usr/dpkg
ln -sf /usr/dpkg $ROOT/var/lib/dpkg