mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-25 09:33:08 +01:00
KASM-5433 Remove ashmem check
This commit is contained in:
parent
02549fa244
commit
c2a43a48af
@ -34,16 +34,6 @@ function check_modules() {
|
|||||||
notify-send -u critical -t 0 -i "${ICON_ERROR}" "Redroid Error" "${msg}"
|
notify-send -u critical -t 0 -i "${ICON_ERROR}" "Redroid Error" "${msg}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check for ashmem_linux module
|
|
||||||
if lsmod | grep -q ashmem_linux; then
|
|
||||||
echo "ashmem_linux module is loaded."
|
|
||||||
else
|
|
||||||
msg="Host level module ashmem_linux is not loaded. Cannot continue.\nSee https://github.com/remote-android/redroid-doc?tab=readme-ov-file#getting-started for more details."
|
|
||||||
echo msg
|
|
||||||
notify-send -u critical -t 0 -i "${ICON_ERROR}" "Redroid Error" "${msg}"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
start_android() {
|
start_android() {
|
||||||
|
Loading…
Reference in New Issue
Block a user