:: Re: [DNG] Devuan Rpi2 Lxde
Top Page
Delete this message
Reply to this message
Author: aitor_czr
Date:  
To: dng
Subject: Re: [DNG] Devuan Rpi2 Lxde
Hi again,

On 06/03/16 08:49, aitor_czr wrote:
> Hi all,
>
> I just uploaded an image of Devuan for Raspberry Pi 2 with LXDE.
> Download zone:
>
> http://gnuinos.org/raspberry/
>
> User: "pi"
> Password: "raspberry"
>
> The password for root is also "raspberry".
>
> Cheers,
>
> Aitor.


You must type the following:

cat unofficial-devuan-rpi2_armhf.img.gz | gzip -dc | dd of=/dev/sdX

where sdX is your SD card.

This will create two partitions in the SD card. The first one is the
bootloader, in FAT16. The second one is the rootfs, in ext4. *You have
to expand this partition with gparted*

Aitor.