Taille du paquet | 1.5M |
Somme de contrĂ´le SHA256 | 618770827a8b541e4f72231f06d2660c1f367306690fe174513355e50e80335b |
Estimation du temps de construction | 3.851 secondes |
TIMEFORMAT='(BUSYBOX) Compilation de dracut-049 en %R seconds ...'
time {
wget https://mirrors.edge.kernel.org/pub/linux/utils/boot/dracut/dracut-049.tar.xz -O ${LFS}/download/dracut-049.tar.xz --no-check-certificate &&
rm -Rf ${LFS}/src/dracut-049 &&
tar -xf ${LFS}/download/dracut-049.tar.xz -C ${LFS}/src &&
cd ${LFS}/src/dracut-049 &&
./configure --prefix=/usr &&
make &&
make DESTDIR=$PWD/_pkg install
strip _pkg/usr/bin/*
mv _pkg/usr/etc _pkg/ &&
tar -C _pkg/ -cvf ${LFS}/pkg/dracut-049.tar.gz ./ &&
cd "${LFS}/"
}