mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
Revert "sys-boot/boot-repair-iso-download: new package"
This reverts commit 470cf060b5b0fac0d7c84e54bad34b9b577f1fe5.
Per discussion on
470cf060b5
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
parent
2811f0670b
commit
5b080de5b2
@ -1 +0,0 @@
|
||||
DIST boot-repair-disk-64bit.iso 2630877184 BLAKE2B 66b977f030bd673d6b212e8975ae1662f92644e23186046748165cbd6088d2a5ca3dbc419e39d136e112b97263e6494bfca952f5fa1e00d9c2e272748bce994e SHA512 2908bc9b7cb249fe1fefa02d8c817857f59a95b61a896b220d6b056cde2de2fc418654ec09e9576b1fe72eb225b457bc151d56eebc720b5ee8e0e825dba5de22
|
@ -1,39 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Ubuntu based ISO to fix GRUB problems - just downloads to /opt/distribs/"
|
||||
HOMEPAGE="https://sourceforge.net/p/boot-repair-cd/home/Home/"
|
||||
|
||||
SRC_URI="https://yer.dl.sourceforge.net/project/boot-repair-cd/boot-repair-disk-64bit.iso"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
PROPERTIES="live"
|
||||
RESTRICT="strip"
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_install() {
|
||||
|
||||
cd "$DISTDIR" || die
|
||||
|
||||
mkdir -p "$ED/opt/distribs/" || die
|
||||
|
||||
cp boot-repair-disk-64bit.iso "$ED/opt/distribs/" || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "To write to USB we have many options, but the simplest one without installing any software:"
|
||||
einfo "sudo cp boot-repair-disk-64bit.iso /dev/sdX"
|
||||
einfo "it will override the data on USB"
|
||||
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 "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 (also with optional persistence) https://rufus.ie"
|
||||
einfo "See related documentation https://wiki.gentoo.org/wiki/LiveUSB"
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Vitaly Zdanevich</name>
|
||||
<email>zdanevich.vitaly@ya.ru</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<doc lang="en">https://help.ubuntu.com/community/Boot-Repair</doc>
|
||||
<remote-id type="sourceforge">boot-repair-cd</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user