Skip to content

Commit

Permalink
Update linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Nov 5, 2022
1 parent d68a300 commit 1c54b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ However, developers may want to verify that the code is reasonably platform inde
That the code build does not necessarily mean that it works properly on Linux or that all features are implemented for Linux.
```

To verify that the code builds on Linux without needing a different development machine, one can use an Alpine Linux chroot in FreeBSD.
To verify that the code builds on Linux without needing a different development machine, one can use an [Alpine Linux](https://alpinelinux.org/) chroot in FreeBSD.

Beginning with build 0H165, helloSystem ships with an [alpine rc.d script](https://github.com/helloSystem/ISO/blob/experimental/overlays/uzip/hello/files/usr/local/etc/rc.d/alpine).
When started for the first time, this downloads a minimal root filesystem.
Expand Down

0 comments on commit 1c54b9a

Please sign in to comment.