From f94fb1b5226781551051daa3761919346e8c4b3e Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 06 Jun 2015 22:05:02 -0400 Subject: Replace rm -r with rm -R --- (limited to 'docs/gnulinux/grub_cbfs.html') 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).
$ sudo -s
# cd /boot/
- # rm -rf vmlinuz initrd.img
+ # rm -Rf vmlinuz initrd.img
# ln -s kernel ksym
# ln -s initrd isym
# exit -- cgit v0.9.1