mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 00:01:15 +02:00
pentoo-installer: fix hostname correctly
This commit is contained in:
parent
651741f89b
commit
9c3436d119
4 changed files with 3 additions and 62 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST pentoo-installer-20200728.tar.gz 46946 BLAKE2B 020acd90f875a7b0abd42784c034641f33567ab36873199896a0762280a7b25a6bbe964a8bd380050d57df72a657adad5fdb102c868bf2cdee28fd1f26e38ab1 SHA512 9f99a9874e3f6b8e9cc4720caeafda56a0880577fe503c64ed4cc29e31d34896cfe7308acf4138f50dea3a54c73ec328b8784b174ef3a1fc8bd5250e4c82a776
|
||||
DIST pentoo-installer-20200826.tar.gz 46978 BLAKE2B 0148226001fbb2096bccfb6ff4bb6f2620975f1f8d6afa5ea572f12af8b3319100888aeed4a5d85a9fbff4ee9f9212e7da66f29d014f9aa04ab154775ff1fe8e SHA512 f73f51d957d2b69d08c2be207312ebb316ddd09afe3450672a895d3016a2f854fbb814186144e11ab38fe30dc1f8651318b4cafe2fe56f02650afd7c7c7edc1e
|
||||
DIST pentoo-installer-20200903.tar.gz 46971 BLAKE2B 392a1a19d9bf13400df3f3f45cafd8196b09fceb14e3fda5e5e5e977f430716b64caefded6214b71c2db7e7eac258828f60d925cac1d6d820f2431c11dba0302 SHA512 aa15b4aadbbc280b723fd4a8e40cb5277b908688f697aea204b7620537a040f581e7418a391cb4b82616b633b849e70b97255f16a23365a04bf284067736cc72
|
||||
|
|
|
|||
|
|
@ -1,56 +0,0 @@
|
|||
# Copyright 1999-2020 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="8716ac826d826af2d153ac55be38937d34efabc4"
|
||||
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
||||
PDEPEND="
|
||||
app-crypt/pinentry[gtk,ncurses]
|
||||
app-misc/jq
|
||||
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
|
||||
sys-fs/btrfs-progs
|
||||
sys-fs/cryptsetup
|
||||
sys-fs/dosfstools
|
||||
sys-fs/f2fs-tools
|
||||
sys-fs/growpart
|
||||
sys-fs/jfsutils
|
||||
sys-fs/reiserfsprogs
|
||||
sys-fs/squashfs-tools
|
||||
sys-fs/xfsprogs
|
||||
x11-misc/wmctrl
|
||||
net-misc/rsync
|
||||
"
|
||||
# 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
|
||||
}
|
||||
|
|
@ -12,10 +12,9 @@ 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="a84e389a24aebbc99717fbc1ce602878cf04abc8"
|
||||
GIT_COMMIT="4222deb4c6eaa65eb0b23af5fb3bb604d0ba8e59"
|
||||
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
|
||||
fi
|
||||
|
|
@ -12,10 +12,9 @@ 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="8716ac826d826af2d153ac55be38937d34efabc4"
|
||||
GIT_COMMIT="4222deb4c6eaa65eb0b23af5fb3bb604d0ba8e59"
|
||||
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue