We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdeea25 commit 05e9991Copy full SHA for 05e9991
README.md
@@ -33,9 +33,9 @@ Copies the Image file created by compiling the kernel to the /boot directory. No
33
You will want to make a copy of the original Image before the copy, something like:
34
35
# Put a copy of the current Image here
36
-$ cp /boot/Image $INSTALL_DIR/Image.orig
37
-$ ./copyImage.sh
38
-$ echo "New Image created and placed in /boot"
+$ cp /boot/Image $INSTALL_DIR/Image.orig<br>
+$ ./copyImage.sh<br>
+$ echo "New Image created and placed in /boot"<br>
39
40
41
<strong>editConfig.sh</strong>
0 commit comments