diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-02-03 02:26:45 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-02-03 02:26:45 +0100 |
commit | 7edb6dc6dcb61443a97f1dace0d74e6f908d788c (patch) | |
tree | f48b122bdc4a47fbf3c6a6e9e5f91e11071e708b | |
parent | added ele-thetys and support for UEFI in preseed (diff) |
fix wording
-rw-r--r-- | common/usb-install.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usb-install.yml b/common/usb-install.yml index 1e5a7827..386bd7c4 100644 --- a/common/usb-install.yml +++ b/common/usb-install.yml @@ -75,7 +75,7 @@ You should make sure the USB disk is bootable and has syslinux installed. - $ sudo apt install mbr syslinux syslinux-efi + $ sudo apt install mbr syslinux $ sudo install-mbr /dev/CHANGEME $ sudo syslinux -i /dev/CHANGEME1 $ sudo fdisk /dev/CHANGEME |