You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-16Lines changed: 15 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -163,11 +163,11 @@ ip route add default via 10.0.2.2
163
163
ip route get 1.1.1.1 # Now you have a route to host :)
164
164
```
165
165
166
-
Where did 10.0.2.2 come from? It's the gateway default when using qemu SLIRP network, see the image on that page https://wiki.qemu.org/Documentation/Networking#:~:text=Network%20backend%20types it's trying
166
+
Where did `10.0.2.2` come from? It's the gateway default when using qemu SLiRP network, see the image on that page [https://wiki.qemu.org/Documentation/Networking#:~:text=Network%20backend%20types](https://wiki.qemu.org/Documentation/Networking#:~:text=Network%20backend%20types) it's trying
167
167
to tell you the default addressing scheme.
168
168
Did you notice valid host addresses start from address .9?
Those same tedious networking steps above need to be:
192
191
193
-
- encoded into a `script.ipxe` (setting the if up - using the iPXE commands e.g. https://ipxe.org/cmd/ifopen , and all https://ipxe.org/cmd)
192
+
- encoded into a `script.ipxe` (setting the if up - using the iPXE commands e.g. [https://ipxe.org/cmd/ifopen](https://ipxe.org/cmd/ifopen) , and all [https://ipxe.org/cmd](https://ipxe.org/cmd))
194
193
.. TODO finish writing up
195
194
196
195
@@ -202,22 +201,22 @@ Those same tedious networking steps above need to be:
202
201
203
202
<strike>### How do I build statically coreutils, do I even need to?
204
203
205
-
See https://lists.gnu.org/archive/html/coreutils/2019-04/msg00001.html </strike> switched to using `musl`.
204
+
See [https://lists.gnu.org/archive/html/coreutils/2019-04/msg00001.html](https://lists.gnu.org/archive/html/coreutils/2019-04/msg00001.html) </strike> switched to using `musl`.
-[https://unix.stackexchange.com/a/489843](https://unix.stackexchange.com/a/489843)`/sbin/init` not found in new root. Launching emergency recovery shell / `init not found in new root`
219
+
221
220
> "Stuff like this is slowly becoming a lost art" [src](https://www.linuxquestions.org/questions/linux-general-1/bin-bash-as-primary-init-4175543547/#post5367386) ooopse.
0 commit comments