unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70081] [PATCH 0/2] debootstrap: Add PureOS support.
@ 2024-03-29 18:23 Denis 'GNUtoo' Carikli
  2024-03-30  7:55 ` [bug#70081] [PATCH 1/2] gnu: Add pureos-archive-keyring Denis 'GNUtoo' Carikli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2024-03-29 18:23 UTC (permalink / raw)
  To: 70081; +Cc: Denis 'GNUtoo' Carikli

Hi,

In the previous patchset I added Trisquel support in debootstrap and I could
not include the code that added PureOS support because debootstraping PureOS
didn't work due to a change in the PureOS repository structure.

Now that it's fixed upstream (in PureOS and/or newer debootstrap versions),
after installing the debootstrap included in this patchset we can easily
debootstrap PureOS byzantium:
    $ sudo -E debootstrap byzantium rootfs https://repo.puri.sm/pureos
    $ sudo chroot rootfs/ /bin/cat /etc/os-release
    ID=pureos
    NAME=PureOS
    PRETTY_NAME="PureOS 10 (Byzantium)"
    
    VERSION_ID="10"
    VERSION_CODENAME=byzantium
    
    HOME_URL="https://pureos.net/"
    SUPPORT_URL="https://puri.sm/faq/#faq-WherecanIfindoutmoreaboutPureOS"
    BUG_REPORT_URL="https://tracker.pureos.net/"
    
    LOGO=pureos-logo-icon

Denis 'GNUtoo' Carikli (2):
  gnu: Add pureos-archive-keyring.
  gnu: debootstrap: Use pureos-archive-keyring.

 gnu/packages/debian.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)


base-commit: 0ff72d105ca03a82de6bb5193266fd05fce72daf
-- 
2.41.0





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-02 18:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-29 18:23 [bug#70081] [PATCH 0/2] debootstrap: Add PureOS support Denis 'GNUtoo' Carikli
2024-03-30  7:55 ` [bug#70081] [PATCH 1/2] gnu: Add pureos-archive-keyring Denis 'GNUtoo' Carikli
2024-03-30  7:55 ` [bug#70081] [PATCH 2/2] gnu: debootstrap: Use pureos-archive-keyring Denis 'GNUtoo' Carikli
2024-04-02 18:16 ` bug#70081: [PATCH 0/2] debootstrap: Add PureOS support Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).