From a17708cab593e973ca003452d28410fa721606c2 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Sun, 24 Mar 2024 18:01:57 +0400 Subject: [PATCH] einfo: rufus: add about optional persistence Signed-off-by: Vitaly Zdanevich --- .../boot-repair-iso-download-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fc4b498f74..b6e7b6dbf5 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" }