add ASCII art
This commit is contained in:
parent
bc86a53c39
commit
13acd1557e
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -47,11 +47,13 @@ Boot eduOS via grub
|
|||
2. Create a boot entry in the grub menu. This depends on the version of grub, which is used by
|
||||
the installed Linux system. For instance, we added following lines to /boot/grub/grub.cfg:
|
||||
|
||||
\#\#\# BEGIN /etc/grub.d/40_custom \#\#\#
|
||||
\# This file provides an easy way to add custom menu entries. Simply type the
|
||||
\# menu entries you want to add after this comment. Be careful not to change
|
||||
\# the 'exec tail' line above.
|
||||
<pre>
|
||||
### BEGIN /etc/grub.d/40_custom ###
|
||||
# This file provides an easy way to add custom menu entries. Simply type the
|
||||
# menu entries you want to add after this comment. Be careful not to change
|
||||
# the 'exec tail' line above.
|
||||
menuentry "Boot eduOS!" {
|
||||
multiboot /boot/eduos.bin
|
||||
boot
|
||||
}
|
||||
</pre>
|
||||
|
|
Loading…
Add table
Reference in a new issue