16 lines
528 B
Plaintext
16 lines
528 B
Plaintext
function check {
|
|
[ "$INTERNET" = "down" ] && return 1
|
|
return 0
|
|
}
|
|
|
|
# TODO: more information for the user
|
|
DESCRIPTION="OpenBox window manager (even more lightweight???)"
|
|
|
|
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
|
|
PACKAGES="$XORG_PACKAGES xclock openbox elogind"
|
|
|
|
function post_install {
|
|
echo "desktop/openbox" >> /tmp/stage-2-choices
|
|
}
|