:: Re: [DNG] UEFI support in the live-…
Top Page
Delete this message
Reply to this message
Author: aitor
Date:  
To: dng
Subject: Re: [DNG] UEFI support in the live-sdk
Hi fsmithred,

On 30/5/19 9:52, aitor_czr wrote:
>
> Did you clone my latest git repository?
>
> $ git clone https://git.devuan.org/aitor_czr/live-sdk.git
>
> It's working for me using the apt repository of gnuinos:
>
> livesdk@localhost  # build_iso_dist
>  [D] build_iso_dist
>  (*) building complete iso image
>  [D] bootstrap_complete_base
>  (*) bootstrapping gnuinos amd64 base
>  (*) running debootstrap stage 1
> I: Retrieving InRelease
> I: Retrieving Packages
> I: Validating Packages
> I: Resolving dependencies of required packages...
> I: Resolving dependencies of base packages...
> I: Checking component main on http://packages.gnuinos.org/merged...
> I: Retrieving adduser 3.115
> I: Validating adduser 3.115
> I: Retrieving apt 1.4.9
> I: Validating apt 1.4.9
> I: Retrieving apt-utils 1.4.9
> I: Validating apt-utils 1.4.9
> I: Retrieving base-files 9.9+gnuinos1
> I: Validating base-files 9.9+gnuinos1
> I: Retrieving base-passwd 3.5.43
> I: Validating base-passwd 3.5.43
> I: Retrieving bash 4.4-5
> I: Validating bash 4.4-5
> I: Retrieving bsdmainutils 9.0.12+nmu1
> I: Validating bsdmainutils 9.0.12+nmu1
> I: Retrieving bsdutils 1:2.29.2-1+devuan2.1
>
> Cheers,
>
> Aitor.
>

I've just uncommented the "apt-get --yes --force-yes autoremove" line in
the bootstrap file.
For some unknown reason, it was removing a lot of extra packages in the
past, including xorg.

Aitor.