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 BFE0A158041 for ; Sun, 24 Mar 2024 19:31:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ED072BC034; Sun, 24 Mar 2024 19:31:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B6EB2BC034 for ; Sun, 24 Mar 2024 19:31:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C9E634309C for ; Sun, 24 Mar 2024 19:31:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC9E15DB for ; Sun, 24 Mar 2024 19:31:47 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1711288824.8cc0c06f1f29b6e5117a628445a5fa895ede39f2.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 8cc0c06f1f29b6e5117a628445a5fa895ede39f2 X-VCS-Branch: master Date: Sun, 24 Mar 2024 19:31:47 +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: 6b6826de-7c8a-401e-bd10-2d1b52fc7dc3 X-Archives-Hash: df0d23936aacab10254465293d5398da commit: 8cc0c06f1f29b6e5117a628445a5fa895ede39f2 Author: Vitaly Zdanevich ya ru> AuthorDate: Sun Mar 24 14:00:24 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sun Mar 24 14:00:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8cc0c06f einfo: add about rufus Signed-off-by: Vitaly Zdanevich ya.ru> sys-boot/boot-repair-iso-download/boot-repair-iso-download-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 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 d065203dcb..fc4b498f74 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,7 +32,8 @@ 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 "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 "See related documentation https://wiki.gentoo.org/wiki/LiveUSB" }