diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2020-01-18 08:05:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-18 08:05:11 +0700 |
commit | a47ce1147712779f3c8477ca908f91f14bedd3f0 (patch) | |
tree | b97ab9c20c67392ea8cd1e9ea82539e67497d685 /system/rEFInd/README | |
parent | 6c70c361de5a335ffc96063e244e2f70bf66cd12 (diff) |
system/rEFInd: Added (An EFI boot manager utility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rEFInd/README')
-rw-r--r-- | system/rEFInd/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/rEFInd/README b/system/rEFInd/README new file mode 100644 index 0000000000..2909b3d5d2 --- /dev/null +++ b/system/rEFInd/README @@ -0,0 +1,13 @@ +rEFInd (An EFI boot manager utility) + +A graphical boot manager for EFI- and UEFI-based computers, such as all +Intel-based Macs and recent (most 2011 and later) PCs. rEFInd presents +a boot menu showing all the EFI boot loaders on the EFI-accessible +partitions, and optionally BIOS-bootable partitions on Macs. +EFI-compatible OSes, including Linux, provide boot loaders that rEFInd +can detect and launch. rEFInd can launch Linux EFI boot loaders such +as ELILO, GRUB Legacy, GRUB 2, and 3.3.0 and later kernels with EFI +stub support. + +This package is optionally depends on python3 if you want to run the +refind-mkdefault script, otherwise you don't need python3. |