grub
This commit is contained in:
parent
a8df2f59b4
commit
c66c4b6d27
2 changed files with 6 additions and 5 deletions
|
@ -64,7 +64,7 @@ gcry_md5 md5 hash algorithm
|
|||
gcry_sha1 sha1 hash algorithm
|
||||
gcry_sha256 sha256 hash algorithm
|
||||
gcry_sha512 sha512 hash algorithm
|
||||
hashsum hash file, needs gcry_ modules
|
||||
hashsum hash file, needs gcry\_ modules
|
||||
loadenv load and save menu environment file
|
||||
testspeed file loading benchmark
|
||||
=========== ===================================
|
||||
|
|
|
@ -63,7 +63,7 @@ Generate a modular image
|
|||
* kernel.img
|
||||
* lzma_decompress.img
|
||||
* diskboot.img
|
||||
* *.mod
|
||||
* \*.mod
|
||||
|
||||
/usr/bin/grub-mkimage
|
||||
|
||||
|
@ -153,9 +153,10 @@ boot a prepared system
|
|||
|
||||
1. the live-media-path has no .squashfs file
|
||||
#. the image basename:
|
||||
* doesn't end with .squashfs
|
||||
* is just .squashfs
|
||||
* contains ,
|
||||
|
||||
* doesn't end with .squashfs
|
||||
* is just .squashfs
|
||||
* contains ,
|
||||
|
||||
----
|
||||
|
||||
|
|
Loading…
Reference in a new issue