Skip to content

Commit 729c216

Browse files
committed
fix: Update Alpine link
The Alpine Linux link was using a hostname which did not correspond to the correct cert name.
1 parent 91d9d2e commit 729c216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ rkt-623e5da6-7f1b-4252-9acd-33d34cb0b924 / #
157157
## Relevant Links
158158

159159
* [Buildroot](http://www.buildroot.org) - A SDK for building minimal Linux distributions like OpenWRT.
160-
* [Alpine](https://www.alpinelinux.org/) - A streamlined Linux distro focused on security, and lightweight footprint. Compiled using [musl libc](http://www.musl-libc.org/) vs GLIBC. Quite a bit of work around Alpine has been done by [Jeff Lindsay](https://github.com/progrium).
160+
* [Alpine](https://alpinelinux.org/) - A streamlined Linux distro focused on security, and lightweight footprint. Compiled using [musl libc](http://www.musl-libc.org/) vs GLIBC. Quite a bit of work around Alpine has been done by [Jeff Lindsay](https://github.com/progrium).
161161
* [debootstrap](https://wiki.debian.org/Debootstrap) - A tool to build a Debian system into a subdirectory on a Linux host.
162162
* [YUM](http://yum.baseurl.org/) / [DNF](http://dnf.baseurl.org/) - Similar principal to debootstrap. Here are a couple of examples - [Example 1](https://web.archive.org/web/20150514123601/http://prefetch.net/articles/yumchrootlinux.html) & [Example 2](https://web.archive.org/web/20141203222350/http://zaufi.github.io/administration/2014/06/10/howto-make-a-centos-chroot/)
163163
* [Gentoo](https://www.gentoo.org/downloads/) - You can directly import the Gentoo "Stage 3 Archive" image and work with it. Emerge packages, do compiles, etc.

0 commit comments

Comments
 (0)