:: Re: [DNG] is a point release a good…
Top Page
Delete this message
Reply to this message
Author: aitor_czr
Date:  
To: dng
Subject: Re: [DNG] is a point release a good idea?
Hi again,

On 26/2/19 9:37, aitor_czr wrote:
> You can build iso images of devuan using the live-sdk


First of all install all the build dependencies mentioned in the readme
file, and run:

$ sudo su (or su)

# zsh -f

# source sdk

# load     (without any argument)

# build_iso_dist

The architecture of the system is autodetected using:

dpkg-architecture -qDEB_HOST_MULTIARCH

You need to work in the same architecture than the generated system (for
now). This is because both syslinux and debian-installer are built from
the sources.

The blend for devuan beowulf builds successfully on ascii.

Aitor.