Differences between revisions 1 and 2
Revision 1 as of 2016-10-29 17:02:51
Size: 1782
Editor: asbesto
Comment:
Revision 2 as of 2016-10-29 17:03:42
Size: 1780
Editor: asbesto
Comment:
Deletions are marked like this. Additions are marked like this.
Line 43: Line 43:
== Update and download Devuan keyring === == Update and download Devuan keyring ==
Line 59: Line 59:
== Reboot, et voila === == Reboot, et voila ==

From Debian Wheezy to Devuan

This is the PATH to kick the systemd shit our of your system!

Remove Debian repo's and add Devuan's

asbesto@zaverio:~$ cat /etc/apt/sources.list
# main sources

#deb http://cdn.debian.net/debian/ wheezy main contrib non-free
#deb-src http://cdn.debian.net/debian/ wheezy main contrib non-free

# security

#deb http://cdn.debian.net/debian-security/ wheezy/updates main contrib non-free
#deb-src http://cdn.debian.net/debian-security/ wheezy/updates main contrib non-free

#deb http://ftp.us.debian.org/debian wheezy main contrib non-free
#deb-src http://ftp.us.debian.org/debian wheezy main contrib non-free

#deb http://security.debian.org/ wheezy/updates main contrib non-free
#deb-src http://security.debian.org/ wheezy/updates main contrib non-free


# deb http://packages.devuan.org/merged/ jessie main

deb http://packages.devuan.org/merged/ jessie main non-free contrib
deb-src http://packages.devuan.org/merged/ jessie main non-free contrib

# jessie-security, previously known as 'volatile'
deb http://packages.devuan.org/merged/ jessie-security main contrib non-free
deb-src http://packages.devuan.org/merged/ jessie-security main contrib non-free

# jessie-updates, previously known as 'volatile'
deb http://packages.devuan.org/merged/ jessie-updates main contrib non-free
deb-src http://packages.devuan.org/merged/ jessie-updates main contrib non-free

asbesto@zaverio:~$

Update and download Devuan keyring

apt-get update

apt-get instal devuan-keyring

apt-get update

Dist-upgrade the machine!

apt-get dist-upgrade

Reboot, et voila

reboot

Enjoy your Devuan! ;)

Tnx to Jaromil, Franco Lanza

FromWheezyToDevuan (last edited 2017-01-04 13:57:22 by asbesto)