xorg build
parent
1690cea610
commit
0ece615c0d
|
|
@ -2,9 +2,13 @@
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --yes --no-install-recommends xserver-xorg xinit xterm blackbox libxcursor1 breeze-cursor-theme
|
apt-get install --yes --no-install-recommends xserver-xorg xinit xterm blackbox libxcursor1 breeze-cursor-theme
|
||||||
|
|
||||||
# default cursor is white, force it
|
# use only white cursors. There were some troubles if the other cursors
|
||||||
ln -sf /etc/X11/cursors/Breeze_Snow.theme /etc/alternatives/x-cursor-theme
|
# was left behind, installing gtk apps reverted the cursor from white to gray,
|
||||||
|
# so we're going to nuke it to leave only Snow cursors active.
|
||||||
|
rm -Rf /usr/share/icons/breeze_cursors
|
||||||
|
mv /usr/share/icons/Breeze_Snow /usr/share/icons/breeze_cursors
|
||||||
|
|
||||||
|
(cd rootcopy && cp --parents -afr * /)
|
||||||
|
|
||||||
cp ../../cleanup /tmp
|
cp ../../cleanup /tmp
|
||||||
# install x11 server utils, apt-get would add cpp dependency, bullshit!
|
# install x11 server utils, apt-get would add cpp dependency, bullshit!
|
||||||
|
|
@ -16,6 +20,4 @@ cp -aR * /
|
||||||
|
|
||||||
. /tmp/cleanup
|
. /tmp/cleanup
|
||||||
|
|
||||||
(cd rootcopy && cp --parents -afr * /)
|
|
||||||
|
|
||||||
savechanges /02-xorg.sb
|
savechanges /02-xorg.sb
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue