add arch-install-scripts to environment

This commit is contained in:
Tobias Powalowski 2012-07-18 18:49:04 +02:00
parent 5706fa2920
commit 8f9a24d561
2 changed files with 6 additions and 2 deletions

View file

@ -12,11 +12,15 @@ build ()
add_file "${DOCS}.gz" "/arch/archboot.txt.gz"
add_dir "/src"
cp /usr/share/archboot/installer/archboot.txt ${TEMPDIR}/arch/archboot.txt
add_file "/usr/bin/genfstab"
add_file "/usr/bin/arch-chroot"
add_file "/usr/bin/pacstrap"
}
help ()
{
cat<<HELPEOF
This hook includes the archboot installer on an arch boot image.
This hook includes the archboot installer and arch-install-scripts
on an arch boot image.
HELPEOF
}

View file

@ -32,7 +32,7 @@ build ()
gnutls nettle libtasn1 bind rpcbind expat progsreiserfs glib2 freetype2 libssh2 libedit \
talloc eventlog idnkit libjpeg-turbo pth gnupg libksba libassuan pinentry dirmngr gpgme ldns \
dnssec-anchors hwids libsystemd systemd systemd-arch-units dmidecode archlinux-keyring haveged \
pambase traceroute arch-wiki-lite amd-ucode intel-ucode"
pambase traceroute arch-wiki-lite amd-ucode intel-ucode arch-install-scripts"
for i in $DEPENDS; do
for k in $(echo /var/lib/pacman/local/$i-[0-9]*-[0-9]*); do
[ -e "$k/install" ] && add_file "$k/install"