From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67963158041 for ; Sun, 24 Mar 2024 11:02:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A103AE29F1; Sun, 24 Mar 2024 11:02:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8695AE29F1 for ; Sun, 24 Mar 2024 11:02:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A699034300D for ; Sun, 24 Mar 2024 11:02:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12C07B91 for ; Sun, 24 Mar 2024 11:02:37 +0000 (UTC) From: "Vitaly Zdanevich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vitaly Zdanevich" Message-ID: <1711278155.268485e26279e3eee9b69abe944f74f4736d9855.zdanevich.vitaly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/boot-repair-iso-download/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild X-VCS-Directories: sys-boot/boot-repair-iso-download/ X-VCS-Committer: zdanevich.vitaly X-VCS-Committer-Name: Vitaly Zdanevich X-VCS-Revision: 268485e26279e3eee9b69abe944f74f4736d9855 X-VCS-Branch: dev Date: Sun, 24 Mar 2024 11:02:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 91a03ecb-626c-4e82-9d15-60a633de44d0 X-Archives-Hash: 52d767354c9f048ee3d3293ac1f8eb0d commit: 268485e26279e3eee9b69abe944f74f4736d9855 Author: Vitaly Zdanevich ya ru> AuthorDate: Sun Mar 24 11:02:35 2024 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Sun Mar 24 11:02:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=268485e2 sys-boot/boot-repair-iso-download: einfo add with link to https://wiki.gentoo.org/wiki/LiveUSB Signed-off-by: Vitaly Zdanevich ya.ru> sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild | 1 + 1 file changed, 1 insertion(+) 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 55cb61a487..1459c4319f 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" }