User Tools

Site Tools


qemunet:install:alpine

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
qemunet:install:alpine [2018/02/05 12:43] orelqemunet:install:alpine [2024/03/18 15:06] (current) – external edit 127.0.0.1
Line 66: Line 66:
   - edit ''/etc/fstab'' and add this line ''host  /mnt/host  9p  trans=virtio,defaults,nofail  0  0'' to enable file sharing   - edit ''/etc/fstab'' and add this line ''host  /mnt/host  9p  trans=virtio,defaults,nofail  0  0'' to enable file sharing
   - disable DHCP... edit /etc/network/interfaces and comment all lines for interface ''eth0''   - disable DHCP... edit /etc/network/interfaces and comment all lines for interface ''eth0''
-  - enable startup script: ''ln -s /mnt/host/start.sh /etc/local.d/local.start'' and then ''rc-update add local default'' [fail?!?]+  - enable startup script: ''ln -s /mnt/host/start.sh /etc/local.d/local.start'' and then ''rc-update add local''
  
  
Line 129: Line 129:
   $ reboot     $ reboot  
  
 +To enable "fr" keyboard in Xorg, add this section:
 +
 +<code text /etc/X11/xorg.conf>
 +Section "InputClass"
 + Identifier "Keyboard Default"
 + MatchIsKeyboard "yes"
 + Option "XkbLayout" "fr"
 +EndSection
 +</code>
 +
 +Try to get lightweight system by replacing "alpine-desktop" meta-package by "xfce4 + firefox".
  
-Try to het lightweight system by replacing "alpine-desktop" meta-package by "xfce4 + firefox". 
  
 __More details:__ http://wiki.alpinelinux.org/wiki/XFCE_Setup __More details:__ http://wiki.alpinelinux.org/wiki/XFCE_Setup
qemunet/install/alpine.1517834636.txt.gz · Last modified: 2024/03/18 15:05 (external edit)