(12-28-2022, 09:07 AM)4920441 Wrote: Do you have an Idea which packets need to be uninstalled that you dont have the phone stuff omnipresent?
If it boots straight into a shell, that would be a good starting point.
Last time I tried to strip down mobian, there were way to many packages which were dependend on eachother, so it was a p* in the ass to remove all that - thats the reason to not use mobian for that purpose (-:
Cheers
4920441
i'm going to give some kind inaccurate answer, but maybe i test this on one of my devices.
i think this a time i seriously suggest "aptitude", which is installation program and gives information about packages. of course, "ssh", "screen", ssh server and "tui". you should know what "manual" and "automatic" mark means in apt system.
install mobian either prebuilt image or installer. definitely keep "pinephone-support", which depends on 6.1 kernel. you could uninstall "mobian-phosh" and similar packages. you may need/want to uninstall "greetd". and choose windows manager of your choice. keep in mind that you need login screen, maybe sddm (greetd is some kind of login manager).
however, you may not need to uninstall phosh. just set another user interface (or choose). if you install like xfce4, just login with xfce4. still, different login manager might be required.
(12-28-2022, 09:07 AM)4920441 Wrote: If it boots straight into a shell, that would be a good starting point.
without unistalling anything, you could use multi-user.target, which does not start graphical system.
Code:
# assuming root, use sudo if no root
# get defaut
systemctl get-default
# set multi-user
systemctl set-default multi-user.target
# set back to graphical
systemctl set-default graphical.target