package selections: add Xorg packages where relevant
parent
94e00e7260
commit
c477744a58
|
@ -5,8 +5,9 @@ function check {
|
||||||
|
|
||||||
DESCRIPTION="BodgeMaster’s IceWM setup (recommended)"
|
DESCRIPTION="BodgeMaster’s IceWM setup (recommended)"
|
||||||
|
|
||||||
|
XORG_PACKAGES="setxkbmap xauth xorg-video-drivers mesa mesa-dri xorg-server elogind xorg-input-drivers xrandr acpilight xhost xinit xrdb xinput xgamma xset iceauth sessreg transset xcmsdb xkbutils xmodmap dejavu-fonts-ttf"
|
||||||
# TODO
|
# TODO
|
||||||
PACKAGES=""
|
PACKAGES="$XORG_PACKAGES icewm elogind"
|
||||||
|
|
||||||
function post_install {
|
function post_install {
|
||||||
echo "desktop/icewm-fancy" >> /tmp/stage-2-choices
|
echo "desktop/icewm-fancy" >> /tmp/stage-2-choices
|
||||||
|
|
|
@ -5,8 +5,9 @@ function check {
|
||||||
|
|
||||||
DESCRIPTION="Lighter IceWM setup"
|
DESCRIPTION="Lighter IceWM setup"
|
||||||
|
|
||||||
|
XORG_PACKAGES="setxkbmap xauth xorg-video-drivers mesa mesa-dri xorg-server elogind xorg-input-drivers xrandr acpilight xhost xinit xrdb xinput xgamma xset iceauth sessreg transset xcmsdb xkbutils xmodmap dejavu-fonts-ttf"
|
||||||
# TODO
|
# TODO
|
||||||
PACKAGES=""
|
PACKAGES="$XORG_PACKAGES icewm elogind"
|
||||||
|
|
||||||
function post_install {
|
function post_install {
|
||||||
echo "desktop/icewm-light" >> /tmp/stage-2-choices
|
echo "desktop/icewm-light" >> /tmp/stage-2-choices
|
||||||
|
|
|
@ -6,8 +6,9 @@ function check {
|
||||||
# TODO: more information for the user
|
# TODO: more information for the user
|
||||||
DESCRIPTION="OpenBox window manager (even more lightweight???)"
|
DESCRIPTION="OpenBox window manager (even more lightweight???)"
|
||||||
|
|
||||||
# TODO also add xclock
|
XORG_PACKAGES="setxkbmap xauth xorg-video-drivers mesa mesa-dri xorg-server elogind xorg-input-drivers xrandr acpilight xhost xinit xrdb xinput xgamma xset iceauth sessreg transset xcmsdb xkbutils xmodmap dejavu-fonts-ttf"
|
||||||
PACKAGES=""
|
# TODO
|
||||||
|
PACKAGES="$XORG_PACKAGES xclock openbox elogind"
|
||||||
|
|
||||||
function post_install {
|
function post_install {
|
||||||
echo "desktop/openbox" >> /tmp/stage-2-choices
|
echo "desktop/openbox" >> /tmp/stage-2-choices
|
||||||
|
|
Loading…
Reference in New Issue