You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install ovshell on a vanilla OV image and have it as the default shell.
However, after the line "Removing ovmenu-ng (0.1) from root...", the process is terminated, and I get either a shell prompt, or a blank screen with a blinking cursor in the top left corner, with no input possibility and a need to power cycle OV.
This happens in both of the following cases:
using wget https://raw.githubusercontent.com/kedder/openvario-shell/master/scripts/openvario-shell-install.sh -O - | sh
using opkg install openvario-shell-autostart --force-removal-of-dependent-packages
ovshell does get installed; however, ovmenu-ng gets run on startup
Any idea how to fix this please, or whether I can configure OV to run ovshell instead of ovmenu-ng on startup?
The text was updated successfully, but these errors were encountered:
Hi Andrey,
I'm trying to install ovshell on a vanilla OV image and have it as the default shell.
However, after the line "Removing ovmenu-ng (0.1) from root...", the process is terminated, and I get either a shell prompt, or a blank screen with a blinking cursor in the top left corner, with no input possibility and a need to power cycle OV.
This happens in both of the following cases:
using
wget https://raw.githubusercontent.com/kedder/openvario-shell/master/scripts/openvario-shell-install.sh -O - | sh
using
opkg install openvario-shell-autostart --force-removal-of-dependent-packages
ovshell does get installed; however, ovmenu-ng gets run on startup
Any idea how to fix this please, or whether I can configure OV to run ovshell instead of ovmenu-ng on startup?
The text was updated successfully, but these errors were encountered: