pentoo-installer: xfs_freeze doesn't seem to be needed any longer

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-03-22 10:55:05 -04:00
parent 918e72250f
commit f0a00bf842
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
DIST pentoo-installer-20230320.tar.gz 47468 BLAKE2B 304f7cb4f2332d65d9294a15fdbc7136b15d1bbf4b1b259668304070a4dc4145d807c5dd0448434d5a930a8af61b93c687630048968f81992138e27836afe25f SHA512 91772dca2680f5e65eb8ae5222ece9c6ba1bf9e854f4e00fc64b5a7564746bf359f010d5a7894f3d3275bfec81e4da8cf1f8bed8c1703a3136d2151758c6c2cf
DIST pentoo-installer-20230322.tar.gz 47649 BLAKE2B ff80169c75b9e11493a391dc6074e50a930ca21eb3862e13daed4499cb2df8b193406feb4c02df7e8e1c4d33bf120f67ad602b5b9364bf7ccccab136fc0a0aa9 SHA512 9ce8b5cdaa170b10a29291df3ff4c712249634903bafe3e832d4a7ca4f24339fdd7cc11dc4e5200aa0b8d20f380f5dae10acf90e6c1219db6084626f0ade2662

View file

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -14,7 +14,7 @@ if [[ "${PV}" == "99999999" ]] ; then
EGIT_REPO_URI="https://github.com/pentoo/${PN}.git"
else
KEYWORDS="~amd64 ~x86"
GIT_COMMIT="250d63d1fa220d7d59d8ef0a2ee33ba68d152fd3"
GIT_COMMIT="2409bb6239a38f57c04cb87a51b6e6d804d50d97"
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
fi