Skip to content

Commit

Permalink
update links for v0.99.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 11, 2023
1 parent 86ea4fa commit bb874f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/40_install.pod
Original file line number Diff line number Diff line change
Expand Up @@ -181,20 +181,20 @@ for our system. Let's download the rootfs into this directory so we
won't pollute LiveCD RAM:

# cd /mnt
# wget -c https://github.com/zeppe-lin/pkgsrc-core/releases/download/v0.99/rootfs-v0.99-x86_64.tar.xz{,.sig}
# wget -c https://github.com/zeppe-lin/pkgsrc-core/releases/download/v0.99.1/rootfs-v0.99.1-x86_64.tar.xz{,.sig}

=head4 I<Signature verification>

It's optional but highly recommended to verify rootfs signature:

# gpg --keyserver keyserver.ubuntu.com --recv-keys 59ec1986fbd902cf
# gpg --verify rootfs-v0.99-x86_64.tar.xz.sig rootfs-v0.99-x86_64.tar.xz
# gpg --verify rootfs-v0.99.1-x86_64.tar.xz.sig rootfs-v0.99.1-x86_64.tar.xz

=head3 B<Extract rootfs tarball>

If everything is OK, let's unpack the tarball:

# tar -xvf rootfs-v0.99-x86_64.tar.xz -C .
# tar -xvf rootfs-v0.99.1-x86_64.tar.xz -C .

=head3 B<Chroot>

Expand Down

0 comments on commit bb874f3

Please sign in to comment.