diff options
chore: rewrite a tiny bit of the content
Diffstat (limited to 'src/routes/blog/posts')
| -rw-r--r-- | src/routes/blog/posts/alpine-ssh-early-initfs.svx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/routes/blog/posts/alpine-ssh-early-initfs.svx b/src/routes/blog/posts/alpine-ssh-early-initfs.svx index 7ffc97d..a9296b7 100644 --- a/src/routes/blog/posts/alpine-ssh-early-initfs.svx +++ b/src/routes/blog/posts/alpine-ssh-early-initfs.svx @@ -18,9 +18,9 @@ mode. <!-- TODO: APKOVL boot article --> In [Data Disk](https://wiki.alpinelinux.org/wiki/Data_Disk_Mode) mode, it can -be handled in `boot`, or if needed, `sysinit`. This can even be nicely netbooted -via a netbooted apkovl - article on that eventually. (for now, if you're -interested in that, here's a good starting point: +be handled in `boot` or `sysinit`. This can even be nicely netbooted via a +netbooted apkovl - article on that eventually. (for now, if you're interested +in that, here's a good starting point: [alpine/mkinitfs#cc4954b/initramfs-init.in](https://gitlab.alpinelinux.org/alpine/mkinitfs/-/blob/cc4954bc73cf55833b48624232b9c42ca3abc390/initramfs-init.in#L647)) On System Disk installations, with tooling like [dracut](https://wiki.gentoo.org/wiki/Dracut), |