qemunet:install:alpine
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| qemunet:install:alpine [2018/02/05 10:03] – orel | qemunet:install:alpine [2024/03/18 15:06] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 66: | Line 66: | ||
| - edit ''/ | - edit ''/ | ||
| - disable DHCP... edit / | - disable DHCP... edit / | ||
| - | - enable startup script: '' | + | - enable startup script: '' |
| Line 97: | Line 97: | ||
| First enable DHCP in / | First enable DHCP in / | ||
| - | $ setup-xorg-base | + | To enable french |
| - | $ apk add xf86-input-mouse xf86-input-keyboard | + | |
| $ apk add kbd setxkbmap | $ apk add kbd setxkbmap | ||
| - | $ setxkbmap fr # for french | + | $ setxkbmap fr # for french |
| + | |||
| + | Then install Xorg and XFCE desktop environment: | ||
| + | |||
| + | $ setup-xorg-base | ||
| + | $ apk add alpine-desktop | ||
| + | $ apk add faenza-icon-theme | ||
| + | $ apk add xf86-input-mouse xf86-input-keyboard # useful? | ||
| + | $ apk add xf86-video-modesetting # recommended for Qemu guests? | ||
| $ apk add dbus lxdm sudo | $ apk add dbus lxdm sudo | ||
| - | $ apk add alpine-desktop | ||
| - | $ apk add firefox | ||
| - | $ adduser toto # password toto | ||
| - | $ addgroup sudo ; addgroup toto sudo | ||
| - | $ visudo | ||
| - | # $ apk add faenza-icon-theme | ||
| $ rc-update add dbus ; rc-service dbus start | $ rc-update add dbus ; rc-service dbus start | ||
| $ rc-update add udev ; rc-service udev start | $ rc-update add udev ; rc-service udev start | ||
| - | | + | |
| + | Add a desktop user (as sudoer): | ||
| + | |||
| + | $ adduser toto # password toto | ||
| + | $ addgroup sudo | ||
| + | $ addgroup toto sudo | ||
| + | $ emacs / | ||
| + | |||
| + | Launch the XFCE4 desktop with LXDM: | ||
| + | |||
| + | | ||
| + | |||
| + | If it works... quit XFCE | ||
| + | |||
| + | $ rc-update add lxdm | ||
| $ reboot | $ reboot | ||
| + | |||
| + | To enable " | ||
| + | |||
| + | <code text / | ||
| + | Section " | ||
| + | Identifier " | ||
| + | MatchIsKeyboard " | ||
| + | Option " | ||
| + | EndSection | ||
| + | </ | ||
| + | |||
| + | Try to get lightweight system by replacing " | ||
| + | |||
| __More details:__ http:// | __More details:__ http:// | ||
qemunet/install/alpine.1517825032.txt.gz · Last modified: 2024/03/18 15:05 (external edit)
