emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68555: closed ([PATCH 0/3] debootstrap: Add Trisquel support.)


From: GNU bug Tracking System
Subject: bug#68555: closed ([PATCH 0/3] debootstrap: Add Trisquel support.)
Date: Mon, 12 Feb 2024 12:53:02 +0000

Your message dated Mon, 12 Feb 2024 14:44:39 +0200
with message-id <ZcoSt41_WgOJ238s@3900XT>
and subject line Re: [PATCH v2 1/3] gnu: Add trisquel-keyring.
has caused the debbugs.gnu.org bug report #68555,
regarding [PATCH 0/3] debootstrap: Add Trisquel support.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68555: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68555
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/3] debootstrap: Add Trisquel support. Date: Wed, 17 Jan 2024 23:48:14 +0100
Hi,

Upstream debootstrap now has Trisquel support in its releases, so we simply
need to add a trisquel-keyring package, patch the trisquel debootstrap
script to use that, and fix a missing dependency to make it work. 

To test this patchset I first compiled Guix:
    $ guix shell -W -C -D guix
    $ ./bootstrap
    $ ./configure --localstatedir=/var --sysconfdir=/etc
    $ make clean
    $ make -j2

Then I used the following commands to install debootstrap inside a Guix x86_64
system installation in a new shell:
    $ ./pre-inst-env guix package -i debootstrap

And once installed, I opened a new shell and run the following commands to
create a Trisquel 11 (aramo) rootfs:
    $ sudo -E debootstrap aramo aramo-root http://archive.trisquel.info/trisquel
    [...]
    I: Base system installed successfully.
    $ echo $?
    0

And it returned no errors.

Chrooting inside also worked:
    # chroot aramo /bin/bash
    # source /etc/environment
    # lsb_release -a
    No LSB modules are available.
    Distributor ID:     Trisquel
    Description:        Trisquel GNU/Linux Aramo (11.0)
    Release:    11.0
    Codename:   aramo

Denis 'GNUtoo' Carikli (3):
  gnu: Add trisquel-keyring.
  gnu: debootstrap: use trisquel-keyring.
  gnu: debootstrap: Add zstd dependency.

 gnu/packages/debian.scm | 63 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 62 insertions(+), 1 deletion(-)


base-commit: b3e0a973bca6fe5de7356f3d70c4b7d468b0a759
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH v2 1/3] gnu: Add trisquel-keyring. Date: Mon, 12 Feb 2024 14:44:39 +0200
Thanks. Patches pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]