diff options
author | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-03-24 17:50:04 +0400 |
---|---|---|
committer | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-03-24 17:50:04 +0400 |
commit | 66dba42e88cd974d6d0095159fa455599a2b6182 (patch) | |
tree | 6f94242e60d864357eaad610217d3f143ea33bae /sys-boot | |
parent | sys-boot/ventoy-bin: new package (diff) | |
download | guru-66dba42e88cd974d6d0095159fa455599a2b6182.tar.gz guru-66dba42e88cd974d6d0095159fa455599a2b6182.tar.bz2 guru-66dba42e88cd974d6d0095159fa455599a2b6182.zip |
sys-boot/boot-repair-iso-download: einfo add about ventoy
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 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 1459c4319..d065203dc 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 @@ -32,6 +32,7 @@ pkg_postinst() { einfo "Instead of sdX - choose the letter of your USB flash from lsblk" einfo "or" einfo "sudo dd if=boot-repair-disk-64bit.iso of=/dev/sdX" + einfo "or sys-boot/ventoy-bin (just copy the iso to the usb, with optional persistence storage)" einfo "With dd you can press Ctrl-T to see the progress" einfo "See related documentation https://wiki.gentoo.org/wiki/LiveUSB" } |