X-Git-Url: https://code.delx.au/refind/blobdiff_plain/01313c2266fb58de89e19a865e3db55eeeb57e65..293749865fc028016e6896402afd37d7021a5e48:/install.sh diff --git a/install.sh b/install.sh index 4e32b90..6328ea5 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,16 @@ # # Usage: # -# ./install.sh [esp] +# ./install.sh [options] +# +# options include: +# "--esp" to install to the ESP rather than to the system's root +# filesystem. This is the default on Linux +# "--usedefault {devicefile}" to install as default +# (/EFI/BOOT/BOOTX64.EFI and similar) to the specified +# device (/dev/sdd1 or whatever) without registering with +# the NVRAM +# "--drivers" to install drivers along with regular files # # The "esp" option is valid only on Mac OS X; it causes # installation to the EFI System Partition (ESP) rather than