2023-07-02 20:54:58 +02:00
|
|
|
function check {
|
2023-07-03 14:11:57 +02:00
|
|
|
[ "$INTERNET" = "down" ] && return 1
|
2023-07-02 20:54:58 +02:00
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
DESCRIPTION="Lighter IceWM setup"
|
|
|
|
|
2023-07-14 20:51:40 +02:00
|
|
|
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"
|
2023-07-02 20:54:58 +02:00
|
|
|
# TODO
|
2023-07-14 20:51:40 +02:00
|
|
|
PACKAGES="$XORG_PACKAGES icewm elogind"
|
2023-07-02 20:54:58 +02:00
|
|
|
|
2023-07-03 12:40:12 +02:00
|
|
|
function post_install {
|
2023-07-02 20:54:58 +02:00
|
|
|
echo "desktop/icewm-light" >> /tmp/stage-2-choices
|
|
|
|
}
|