diff options
author | 2024-03-24 15:02:35 +0400 | |
---|---|---|
committer | 2024-03-24 15:02:35 +0400 | |
commit | 268485e26279e3eee9b69abe944f74f4736d9855 (patch) | |
tree | c211738bccfdf33e99f44319bbdef3a9669937ed /sys-boot | |
parent | app-admin/grub-customizer: prevent -fPIE being added (diff) | |
download | guru-268485e26279e3eee9b69abe944f74f4736d9855.tar.gz guru-268485e26279e3eee9b69abe944f74f4736d9855.tar.bz2 guru-268485e26279e3eee9b69abe944f74f4736d9855.zip |
sys-boot/boot-repair-iso-download: einfo add with link to https://wiki.gentoo.org/wiki/LiveUSB
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 55cb61a48..1459c4319 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 @@ -33,4 +33,5 @@ pkg_postinst() { einfo "or" 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 "See related documentation https://wiki.gentoo.org/wiki/LiveUSB" } |