diff options
author | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-03-24 18:01:57 +0400 |
---|---|---|
committer | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-03-24 18:01:57 +0400 |
commit | a17708cab593e973ca003452d28410fa721606c2 (patch) | |
tree | 6502393455ba71cf60e1d5333eb77f2517fa89de | |
parent | einfo: add about rufus (diff) | |
download | guru-a17708cab593e973ca003452d28410fa721606c2.tar.gz guru-a17708cab593e973ca003452d28410fa721606c2.tar.bz2 guru-a17708cab593e973ca003452d28410fa721606c2.zip |
einfo: rufus: add about optional persistence
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
-rw-r--r-- | sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild index fc4b498f7..b6e7b6dbf 100644 --- a/sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild +++ b/sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild @@ -34,6 +34,6 @@ pkg_postinst() { einfo "sudo dd if=boot-repair-disk-64bit.iso of=/dev/sdX" einfo "With dd you can press Ctrl-T to see the progress" einfo "or sys-boot/ventoy-bin (just copy the iso to the usb, with optional persistence storage)" - einfo "or Rufus on Windows https://rufus.ie" + einfo "or Rufus on Windows (also with optional persistence) https://rufus.ie" einfo "See related documentation https://wiki.gentoo.org/wiki/LiveUSB" } |