From: Michael Prokop Date: Tue, 10 Dec 2019 11:01:15 +0000 (+0100) Subject: docs: fix duplicated --efi option in usage examples X-Git-Tag: v0.91~5 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=ef76531ccee59bec2d7115ef2941ddcc9bb7fe73 docs: fix duplicated --efi option in usage examples --- diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index 5f909bc..6bfaa52 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -307,7 +307,7 @@ Use mmdebstrap instead of default debootstrap tool for bootstrapping. Install default Debian release (buster) on LVM device /dev/mapper/vg0-rootfs and install bootmanager GRUB in MBR (master boot record) of /dev/sda. - grml-debootstrap --efi /dev/sda1 --target /dev/sda2 --grub /dev/sda --efi + grml-debootstrap --efi /dev/sda1 --target /dev/sda2 --grub /dev/sda Install default Debian release (buster) on /dev/sda2 and install bootmanager GRUB in MBR (master boot record) of /dev/sda. Use /dev/sda1 as EFI partition (requires EFI support in booted system).