From c66c4b6d273e507572e23f8e89ad56904da328ec Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 10 May 2018 13:00:53 +0200 Subject: [PATCH] grub --- in/grub/modules.rst | 2 +- in/grub/standalone.rst | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/in/grub/modules.rst b/in/grub/modules.rst index 52aebc9..7652995 100644 --- a/in/grub/modules.rst +++ b/in/grub/modules.rst @@ -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 =========== =================================== diff --git a/in/grub/standalone.rst b/in/grub/standalone.rst index 97f7d1e..cbfd22d 100644 --- a/in/grub/standalone.rst +++ b/in/grub/standalone.rst @@ -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 , ----