reorganize slax build

This commit is contained in:
TomasM
2017-10-31 13:17:51 -04:00
parent ebe447f278
commit 1690cea610
34 changed files with 217 additions and 8 deletions
+21
View File
@@ -0,0 +1,21 @@
apt-get update
apt-get install --yes --no-install-recommends xserver-xorg xinit xterm blackbox libxcursor1 breeze-cursor-theme
# default cursor is white, force it
ln -sf /etc/X11/cursors/Breeze_Snow.theme /etc/alternatives/x-cursor-theme
cp ../../cleanup /tmp
# install x11 server utils, apt-get would add cpp dependency, bullshit!
cd /tmp
apt-get download x11-xserver-utils
dpkg -x x11-xserver-utils*.deb /tmp/x11utils
cd /tmp/x11utils
cp -aR * /
. /tmp/cleanup
(cd rootcopy && cp --parents -afr * /)
savechanges /02-xorg.sb