summaryrefslogtreecommitdiffstats
path: root/docs/gnulinux
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-06 22:05:02 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-06 22:05:02 (EDT)
commitf94fb1b5226781551051daa3761919346e8c4b3e (patch)
tree9b0da490373654df8890af8c77e91a3597f3a6cf /docs/gnulinux
parent52b05b1595415f60cf8a73931db23cf500f0956b (diff)
downloadlibreboot-f94fb1b5226781551051daa3761919346e8c4b3e.zip
libreboot-f94fb1b5226781551051daa3761919346e8c4b3e.tar.gz
libreboot-f94fb1b5226781551051daa3761919346e8c4b3e.tar.bz2
Replace rm -r with rm -R
Diffstat (limited to 'docs/gnulinux')
-rw-r--r--docs/gnulinux/configuring_parabola.html2
-rw-r--r--docs/gnulinux/encrypted_parabola.html2
-rw-r--r--docs/gnulinux/grub_cbfs.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/gnulinux/configuring_parabola.html b/docs/gnulinux/configuring_parabola.html
index 3cf5d60..6d2ebe2 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 09e16d7..1538b9a 100644
--- a/docs/gnulinux/encrypted_parabola.html
+++ b/docs/gnulinux/encrypted_parabola.html
@@ -284,7 +284,7 @@
&nbsp;&nbsp;&nbsp;I deleted the files that it mentioned
and then it worked. Specifically, I had this error:<br/>
&nbsp;&nbsp;&nbsp;<i>licenses: /usr/share/licenses/common/MPS exists in filesystem</i><br/>
- &nbsp;&nbsp;&nbsp;I rm -rf'd the file and then pacman worked. I'm told that the following would have also made it work:<br/>
+ &nbsp;&nbsp;&nbsp;I rm -Rf'd the file and then pacman worked. I'm told that the following would have also made it work:<br/>
&nbsp;&nbsp;&nbsp;# <b>pacman -Sf licenses</b><br/>
&lt;/troubleshooting&gt;<br/>
</p>
diff --git a/docs/gnulinux/grub_cbfs.html b/docs/gnulinux/grub_cbfs.html
index 12b0376..1813629 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>