diff options
Diffstat (limited to 'docs/gnulinux')
-rw-r--r-- | docs/gnulinux/configuring_parabola.html | 2 | ||||
-rw-r--r-- | docs/gnulinux/encrypted_parabola.html | 2 | ||||
-rw-r--r-- | docs/gnulinux/grub_cbfs.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/gnulinux/configuring_parabola.html b/docs/gnulinux/configuring_parabola.html index 3cf5d609..6d2ebe2a 100644 --- a/docs/gnulinux/configuring_parabola.html +++ b/docs/gnulinux/configuring_parabola.html @@ -356,7 +356,7 @@ </p> <p> - The wiki recommends that if the journal gets too large, you can also simply delete (rm -rf) everything inside /var/log/journald/* + The wiki recommends that if the journal gets too large, you can also simply delete (rm -Rf) everything inside /var/log/journald/* but recommends backing it up. This shouldn't be necessary, since you already set the size limit above and systemd will automatically start to delete older records when the journal size reaches it's limit (according to systemd developers). </p> diff --git a/docs/gnulinux/encrypted_parabola.html b/docs/gnulinux/encrypted_parabola.html index 09e16d78..1538b9a7 100644 --- a/docs/gnulinux/encrypted_parabola.html +++ b/docs/gnulinux/encrypted_parabola.html @@ -284,7 +284,7 @@ I deleted the files that it mentioned and then it worked. Specifically, I had this error:<br/> <i>licenses: /usr/share/licenses/common/MPS exists in filesystem</i><br/> - I rm -rf'd the file and then pacman worked. I'm told that the following would have also made it work:<br/> + I rm -Rf'd the file and then pacman worked. I'm told that the following would have also made it work:<br/> # <b>pacman -Sf licenses</b><br/> </troubleshooting><br/> </p> diff --git a/docs/gnulinux/grub_cbfs.html b/docs/gnulinux/grub_cbfs.html index 12b03765..1813629f 100644 --- a/docs/gnulinux/grub_cbfs.html +++ b/docs/gnulinux/grub_cbfs.html @@ -363,7 +363,7 @@ Instead, go into /boot and create your own symlinks (update them manually when you install a new kernel update).<br/> $ <b>sudo -s</b><br/> # <b>cd /boot/</b><br/> - # <b>rm -rf vmlinuz initrd.img</b><br/> + # <b>rm -Rf vmlinuz initrd.img</b><br/> # <b>ln -s <u>kernel</u> ksym</b><br/> # <b>ln -s <u>initrd</u> isym</b><br/> # <b>exit</b> |