|
I installed debian 12 on my laptop using the Spiral Linux image. I still have a couple of misconfigurations, one of which is that sudoedit is not working. Example: It works with sudo $EDITOR /hello. Just for info, here are the filesystems mounted: And I have write permissions on /tmp: |
Answered by
00sapo
Dec 24, 2024
Replies: 1 comment 4 replies
|
Hi there, I don't have this problem on my system. It appears that you have an LVM installation, which is not supported in SpiralLinux because the Calamares installer doesn't properly support LVM: https://github.com/calamares/calamares/issues/2343 |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found that
EDITOR=nano sudoedit /hellojust works. So the problem is about my neovim installation (the debian's neovim works as well)