einfo: rufus: add about optional persistence

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2024-03-24 18:01:57 +04:00
parent 8cc0c06f1f
commit a17708cab5

View File

@@ -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"
}