User:Ax/Devuan: Difference between revisions

From beggabaur
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
  # apt-key add - < Release.key
  # apt-key add - < Release.key
  deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_8.0/ /
  deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_8.0/ /
=== fstab ===
LABEL=home      /home          ext4    noatime,exec                    0  2
/dev/sdc1      /media/ntfs    ntfs-3g uid=1000,gid=1000,noauto,users  0  0
=== Xorg ===
<fsmithred> install xserver-xorg-legacy
<fsmithred> echo "needs_root_rights=yes" >> /etc/X11/Xwrapper.config
<fsmithred> startx
<fsmithred> it's because X no longer runs as root

Revision as of 16:26, 27 December 2017

apt*

sources.list
# Devuan repositories
#deb http://packages.devuan.org/merged jessie main contrib non-free
#deb-src http://packages.devuan.org/merged jessie main contrib non-free
deb http://auto.mirror.devuan.org/merged/ jessie main contrib non-free
deb http://auto.mirror.devuan.org/merged/ jessie-updates main
deb http://auto.mirror.devuan.org/merged/ jessie-security main
deb-src http://auto.mirror.devuan.org/merged jessie main contrib non-free

# libdvdcss http://www.videolan.org/developers/libdvdcss.html
deb http://download.videolan.org/pub/debian/stable/ /
deb-src http://download.videolan.org/pub/debian/stable/ /

# wine-staging https://github.com/wine-compholio/wine-staging/wiki/Installation
#deb http://cdn.fds-team.de/stable/debian/ jessie main

# https://wiki.winehq.org/Debian
#deb https://dl.winehq.org/wine-builds/debian/ jessie main

# Palemoon for Jessie https://software.opensuse.org/download.html?project=home%3Astevenpusser&package=palemoon
# wget -nv https://download.opensuse.org/repositories/home:stevenpusser/Debian_8.0/Release.key -O Release.key
# apt-key add - < Release.key
deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_8.0/ /


fstab

LABEL=home      /home           ext4    noatime,exec                    0  2
/dev/sdc1       /media/ntfs     ntfs-3g uid=1000,gid=1000,noauto,users  0  0


Xorg

<fsmithred> install xserver-xorg-legacy
<fsmithred> echo "needs_root_rights=yes" >> /etc/X11/Xwrapper.config
<fsmithred> startx
<fsmithred> it's because X no longer runs as root