mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
pentoo-installer: allow grub update
This commit is contained in:
parent
5934d3c744
commit
35e84f1b2a
4 changed files with 4 additions and 52 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST pentoo-installer-20190604.tar.gz 46223 BLAKE2B 40850d2f1dce3830f1e716c7beeff86236bb18f158aadc146cb2f0b730a83c5c3e448b03932350b337a81d6501ed5fa3c016296ffe5e2c12569e95443c655ce6 SHA512 5950bed592a63f80aece60d52446814f6fc6331dfb99ccc3fe0f32ba80fdaf79e55d25488b96297c3ba20eec60072bf4d4e9adb663dbb7a42bb9df4d807ca6ef
|
||||
DIST pentoo-installer-20190701.tar.gz 46321 BLAKE2B d027c879245c6bb3d247d510dcc0ba452ae6e43a2f7f03df940b99c080e10071ee2890b93a5ffb894f7cf7ba9e946b561e6f99e912da626580d1c987bb65226d SHA512 abf07ad313299813a0c33c9966293cd34172c77f0cb4de00c8ca223320af21a8cf24835e8802a0382e388cdc2baafd3eb2487f7356d4d8798014d42d96a0ac6d
|
||||
DIST pentoo-installer-20200212.tar.gz 46339 BLAKE2B cb045912804554d8e2bdc9971c85c52dd03e219aabe586d99f57effcf77a454270a75731b28900159fd24ed04eabc881e53c3222500c7749e7712d176c14add5 SHA512 8b65bd808a8c80730919f2bca3eb92712fb78ce3cc0592f74cac7db8c003f40959f23e5f77a66ed3001c68c5c7db2ea9eac602b89f590c95b51ba500b8a70d50
|
||||
|
|
|
|||
|
|
@ -1,47 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Installer for pentoo, based on the ncurses Arch Linux installer"
|
||||
HOMEPAGE="https://github.com/pentoo/pentoo-installer"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
if [[ "${PV}" == "99999999" ]] ; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/pentoo/${PN}.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
GIT_COMMIT="f360300dbb3c49e19a3ab4c2fba11fc87d8f89f3"
|
||||
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
||||
PDEPEND="dev-util/dialog
|
||||
sys-apps/gptfdisk
|
||||
sys-apps/util-linux
|
||||
sys-block/parted
|
||||
sys-boot/efibootmgr
|
||||
sys-boot/grub:2[multislot(-),grub_platforms_efi-32,grub_platforms_efi-64]
|
||||
sys-boot/os-prober
|
||||
sys-boot/shim
|
||||
sys-boot/mokutil
|
||||
app-crypt/pinentry[gtk,ncurses]
|
||||
sys-fs/squashfs-tools
|
||||
x11-misc/wmctrl
|
||||
net-misc/rsync
|
||||
app-misc/jq
|
||||
sys-fs/growpart"
|
||||
# X? ( x11-misc/xdialog )
|
||||
|
||||
src_install() {
|
||||
dodir /usr/
|
||||
cp -R "${S}"/* "${ED}"/usr/ || die "Copy files failed"
|
||||
exeinto /etc/skel/Desktop/
|
||||
newexe share/applications/sudo-pentoo-installer.desktop pentoo-installer.desktop
|
||||
}
|
||||
|
|
@ -15,7 +15,7 @@ if [[ "${PV}" == "99999999" ]] ; then
|
|||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
GIT_COMMIT="e58791f846f741edf3a23439d258c8d25c1244f4"
|
||||
GIT_COMMIT="9b66dc0a9a4b20f0819794cb9ce462f5dd7518ad"
|
||||
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
|
||||
fi
|
||||
|
|
@ -27,7 +27,7 @@ PDEPEND="dev-util/dialog
|
|||
sys-apps/util-linux
|
||||
sys-block/parted
|
||||
sys-boot/efibootmgr
|
||||
sys-boot/grub:2[multislot(-),grub_platforms_efi-32,grub_platforms_efi-64]
|
||||
sys-boot/grub:2[-multislot(-),grub_platforms_efi-32,grub_platforms_efi-64]
|
||||
sys-boot/os-prober
|
||||
sys-boot/shim
|
||||
sys-boot/mokutil
|
||||
|
|
@ -27,7 +27,7 @@ PDEPEND="dev-util/dialog
|
|||
sys-apps/util-linux
|
||||
sys-block/parted
|
||||
sys-boot/efibootmgr
|
||||
sys-boot/grub:2[multislot(-),grub_platforms_efi-32,grub_platforms_efi-64]
|
||||
sys-boot/grub:2[-multislot(-),grub_platforms_efi-32,grub_platforms_efi-64]
|
||||
sys-boot/os-prober
|
||||
sys-boot/shim
|
||||
sys-boot/mokutil
|
||||
|
|
|
|||
Loading…
Reference in a new issue