From 348cab2a8573666f063dab72b529a7541dac53c7 Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Sun, 3 Nov 2024 22:05:34 -0600 Subject: [PATCH] README: Fix formatting in TODO list --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 296ec14..82c6767 100644 --- a/README.md +++ b/README.md @@ -60,14 +60,14 @@ make bootstrap ``` ## TODO --[ ] Add bootloader installation on UEFI (starting with GRUB) --[ ] Automate cross-compiling ports tree on non-Alpine hosts with only Git - submodules. --[ ] Add Bcachefs support --[ ] Make self-hosted installer --[ ] Add PXE-netbooted installer and ad-hoc TFTP server --[ ] Finish raspi `/boot` partition. --[ ] Share helper scripts with upstream Alpine?? +- [ ] Add bootloader installation on UEFI (starting with GRUB) +- [ ] Automate cross-compiling ports tree on non-Alpine hosts with only Git + submodules. +- [ ] Add Bcachefs support +- [ ] Make self-hosted installer +- [ ] Add PXE-netbooted installer and ad-hoc TFTP server +- [ ] Finish raspi `/boot` partition. +- [ ] Share helper scripts with upstream Alpine?? ## SEE ALSO * Alpine's [wiki page on bootstrapping](https://wiki.alpinelinux.org/wiki/Bootstrapping_Alpine_Linux)