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_sha1 sha1 hash algorithm
|
||||||
gcry_sha256 sha256 hash algorithm
|
gcry_sha256 sha256 hash algorithm
|
||||||
gcry_sha512 sha512 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
|
loadenv load and save menu environment file
|
||||||
testspeed file loading benchmark
|
testspeed file loading benchmark
|
||||||
=========== ===================================
|
=========== ===================================
|
||||||
|
|
|
@ -63,7 +63,7 @@ Generate a modular image
|
||||||
* kernel.img
|
* kernel.img
|
||||||
* lzma_decompress.img
|
* lzma_decompress.img
|
||||||
* diskboot.img
|
* diskboot.img
|
||||||
* *.mod
|
* \*.mod
|
||||||
|
|
||||||
/usr/bin/grub-mkimage
|
/usr/bin/grub-mkimage
|
||||||
|
|
||||||
|
@ -153,6 +153,7 @@ boot a prepared system
|
||||||
|
|
||||||
1. the live-media-path has no .squashfs file
|
1. the live-media-path has no .squashfs file
|
||||||
#. the image basename:
|
#. the image basename:
|
||||||
|
|
||||||
* doesn't end with .squashfs
|
* doesn't end with .squashfs
|
||||||
* is just .squashfs
|
* is just .squashfs
|
||||||
* contains ,
|
* contains ,
|
||||||
|
|
Loading…
Reference in a new issue