mattias vinberg

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: WSL Version – Add user. #29329
    mattias vinberg
    Participant
    Up
    0
    Down
    ::

    Openmamba and KDE 6 – Install KDE 6 via Openmamba – WSL – Windows 11 – GUI – Linux – X410 – 2025

    https://github.com/vinberg88/opensuse/blob/main/Openmamba-KDE6.txt

    Hope i can help some one.

    Have a god day,
    Mattias Vinberg

    in reply to: WSL Version – Add user. #29325
    mattias vinberg
    Participant
    Up
    0
    Down
    ::

    There is some more lines but i will make an guide =)

    in reply to: WSL Version – Add user. #29323
    mattias vinberg
    Participant
    Up
    0
    Down
    ::

    User Fixed =) and i have a working WSL version

    ——————————————–

    Do this as root user…

    dnf install nano sudo systemd

    ———————————————

    Do this as root user…

    Set password for root and add user.

    Paste one by one in Console and change <username> to your name.

    passwd
    useradd -m -g users -G wheel -s /bin/bash <username>
    echo “%sudo ALL=(ALL) ALL” >/etc/sudoers.d/Wheel
    passwd <username>
    usermod -aG wheel <username>

    ———————————————

    Do this as root user…

    Open this file via Terminal and add: nano /etc/wsl.conf

    [user]
    default=adolf <– change to your user.

    [boot]
    systemd=true

    ———————————————

    Do this as root user…

    Open this file via this line in terminal

    EDITOR=nano visudo

    and add your username under root like this.

    root ALL=(ALL) ALL
    adolf ALL=(ALL) ALL

    ———————————————

    Reboot OpenMamba – Reboot OpenMamba – Reboot OpenMamba – Reboot OpenMamba

    ———————————————

    Login as normal user and update all!

    sudo dnf update

    ———————————————

    Attachments:
    You must be logged in to view attached files.
Viewing 3 posts - 1 through 3 (of 3 total)