'add fsarchiver to boot image'

This commit is contained in:
Tobias Powalowski 2009-05-18 20:52:24 +02:00
parent fcb0440df1
commit 674e7dd1dc
2 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,16 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=""
BINARIES="fsarchiver"
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes fsarchiver on arch boot image.
HELPEOF
}

View file

@ -21,7 +21,7 @@ rt2x00-rt61-fw rt2x00-rt71w-fw rt2500 ndiswrapper ndiswrapper-utils \
zd1211-firmware ipw2100-fw ipw2200-fw iwlwifi-3945-ucode iwlwifi-4965-ucode iwlwifi-5000-ucode \
smbclient tdb tiacx tiacx-firmware dmraid linux-atm netcfg tiacx tiacx-firmware parted tzdata ntp \
v86d wlan-ng26-utils iw crda wireless-regdb libnl iproute2 dhclient syslinux mtools perl \
gmp heimdal sqlite3 db dbus-core libcap"
gmp heimdal sqlite3 db dbus-core libcap fsarchiver"
for i in $DEPENDS; do
for k in $(echo /var/lib/pacman/local/$i-[0-9]*-[0-9]*); do