guix-patches
[Top][All Lists]
Advanced

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

[bug#70081] [PATCH 0/2] debootstrap: Add PureOS support.


From: Denis 'GNUtoo' Carikli
Subject: [bug#70081] [PATCH 0/2] debootstrap: Add PureOS support.
Date: Fri, 29 Mar 2024 19:23:59 +0100

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






reply via email to

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