dev-util/arch-install-scripts - 31 (gentoo-zh)

Search

Package Information

Description:
Arch Linux install tools (pacstrap, genfstab, arch-chroot)
Homepage:
https://projects.archlinux.org/arch-install-scripts.git/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
31 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Arch Linux install tools (pacstrap, genfstab, arch-chroot)"
HOMEPAGE="https://projects.archlinux.org/arch-install-scripts.git/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+archroot +genfstab +pacstrap"

RDEPEND="
	archroot? ( sys-apps/arch-chroot )
	genfstab? ( sys-fs/genfstab )
	pacstrap? ( dev-util/pacstrap )
"

USE Flags

archroot
Default: Enabled (+)
genfstab
Default: Enabled (+)
pacstrap
Default: Enabled (+)

Dependencies

RDEPEND

	archroot? ( sys-apps/arch-chroot )
	genfstab? ( sys-fs/genfstab )
	pacstrap? ( dev-util/pacstrap )