mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Generalized examples
This commit is contained in:
@@ -131,8 +131,8 @@ emerge \
|
||||
--quiet --verbose \
|
||||
app-admin/sudo
|
||||
echo '%wheel ALL=(ALL) ALL' | tee /etc/sudoers.d/wheel
|
||||
useradd -m -G users,wheel,audio -s /bin/bash mek
|
||||
passwd mek
|
||||
useradd -m -G users,wheel,audio -s /bin/bash user
|
||||
passwd user
|
||||
passwd -l root
|
||||
|
||||
emerge \
|
||||
|
||||
@@ -27,7 +27,7 @@ emerge \
|
||||
kde-plasma/plasma-meta
|
||||
rc-update add dbus default
|
||||
rc-update add elogind default
|
||||
cat > /home/mek/.xinitrc <<EOF
|
||||
cat > /home/user/.xinitrc <<EOF
|
||||
#!/bin/sh
|
||||
exec dbus-launch --exit-with-session startplasma-wayland
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user