14 lines
332 B
Plaintext
14 lines
332 B
Plaintext
function check {
|
|
[ "$INTERNET" = "down" ] && return 1
|
|
return 0
|
|
}
|
|
|
|
DESCRIPTION="Small desktop with IceWM"
|
|
|
|
# TODO
|
|
PACKAGES="$(cat /opt/void-usb/installer/package_selections/desktop/resources/common_packages) pulsemixer xterm icewm firefox htop xfe"
|
|
|
|
function post_install {
|
|
echo "desktop/icewm-light" >> /tmp/stage-2-choices
|
|
}
|