From 3be515c6459abdcba68e8b75734af254ebf7e9fb Mon Sep 17 00:00:00 2001 From: pdxkay <52589475+pdxkay@users.noreply.github.com> Date: Wed, 23 Feb 2022 15:27:20 -0800 Subject: [PATCH] Update README.md wow typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92e497f..e0a1052 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ If you would like to reproduce my results, these scripts may help you. Rather simple, dropbear configuration means you will have networking on your initramfs. We go a step further and load the tun module and zerotier files into initramfs. When booting, zerotier will run before dropbear, setting up a local loopback device (required for zerotier) and create the tunnel device. Zerotier will run then dropbear will run and presto, you are now connected to the zerotier network. # OS Support: -I have tested this on Debian 10. I do not know how other distrobutions do their initramfs configuration. Either way, feel free to submit improvments or fork for your distro +I have tested this on Debian 10. I do not know how other distributions do their initramfs configuration. Either way, feel free to submit improvments or fork for your distro