Refactored syntax highlighting shortcodes into markdown
This commit is contained in:
parent
9e6bb1a3e5
commit
ea435049b3
71 changed files with 297 additions and 297 deletions
|
@ -14,9 +14,9 @@ Sometimes, your linux machine can get stuck while booting and drop you into an i
|
|||
|
||||
All initramfs are potentially different, but almost always feature busybox and common mechanisms. Recently I had to finish booting from an initramfs shell, here is how I used `switch_root` to do so :
|
||||
|
||||
{{< highlight sh >}}
|
||||
```sh
|
||||
lvm vgscan
|
||||
lvm vgchange -ay vg
|
||||
mount -t ext4 /dev/mapper/vg-root /root
|
||||
exec switch_root -c /dev/console /root /sbin/init
|
||||
{{< /highlight >}}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue