diff options
author | 2021-07-26 16:34:19 -0700 | |
---|---|---|
committer | 2021-07-28 17:32:08 -0700 | |
commit | 90e1cbf32bf1de2854e8ed21dbd644b10b4e22ad (patch) | |
tree | fde11a8084c27dc782265d792cd610a78a6384de /doc/HOWTO.txt | |
parent | targets: Pass gk_callback_opts as a string instead of array (diff) | |
download | catalyst-90e1cbf32bf1de2854e8ed21dbd644b10b4e22ad.tar.gz catalyst-90e1cbf32bf1de2854e8ed21dbd644b10b4e22ad.tar.bz2 catalyst-90e1cbf32bf1de2854e8ed21dbd644b10b4e22ad.zip |
targets: Remove some ISOLINUX leftovers
We don't use ISOLINUX since the commit listed below.
Fixes: 0a27a7a3 ("targets: Use GRUB for BIOS boot")
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'doc/HOWTO.txt')
-rw-r--r-- | doc/HOWTO.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/HOWTO.txt b/doc/HOWTO.txt index 7b759121..865e348d 100644 --- a/doc/HOWTO.txt +++ b/doc/HOWTO.txt @@ -216,16 +216,11 @@ the kernel, bootloader, filesystem, and other details. See Live USBs --------- -The easiest way to create a live USB is currently to install a live CD -ISO using -http://www.syslinux.org/wiki/index.php/Doc/isolinux#HYBRID_CD-ROM.2FHARD_DISK_MODE[isohybrid] -and `dd`: +The easiest way to create a live USB is to install a live CD ISO using - # isohybrid filename.iso # dd if=filename.iso of=/dev/sdX replacing `X` with the appropriate drive letter for your USB disk. -See https://bugs.gentoo.org/251719[bug 251719] for details. Running catalyst from a Git checkout ------------------------------------ |