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 A6156158041 for ; Sun, 24 Mar 2024 19:31:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D95A52BC01E; Sun, 24 Mar 2024 19:31:50 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B40FE2BC02F for ; Sun, 24 Mar 2024 19:31:50 +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 0401A34309A 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 EB47D15C8 for ; Sun, 24 Mar 2024 19:31:46 +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: <1711288204.66dba42e88cd974d6d0095159fa455599a2b6182.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: 66dba42e88cd974d6d0095159fa455599a2b6182 X-VCS-Branch: master Date: Sun, 24 Mar 2024 19:31:46 +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: 2fb42d3f-40bb-42d1-b377-05ce6fdbd218 X-Archives-Hash: b739ba2d460c8e06b9eed4b5030a891c commit: 66dba42e88cd974d6d0095159fa455599a2b6182 Author: Vitaly Zdanevich ya ru> AuthorDate: Sun Mar 24 13:50:04 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sun Mar 24 13:50:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66dba42e sys-boot/boot-repair-iso-download: einfo add about ventoy 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 1459c4319f..d065203dcb 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" }