Setup persistent TinyCore image
This commit is contained in:
parent
509669cdca
commit
340cab168f
3 changed files with 44 additions and 0 deletions
|
@ -50,6 +50,12 @@ menuentry "[c] CPU info " --hotkey=c {
|
|||
sleep --interruptible 10
|
||||
}
|
||||
|
||||
if [ -f "/boot/tinycore/tinycore.cfg" ]; then
|
||||
menuentry "[t] Tiny Core" --hotkey=t {
|
||||
configfile /boot/tinycore/tinycore.cfg
|
||||
}
|
||||
fi
|
||||
|
||||
menuentry "[l] Local Boot" --hotkey=l {
|
||||
insmod chain
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue