comparison sources/native-builds/lfs-bootstrap/mnt/build/util-linux-ng.sh @ 1269:7a60afa1846c

More tweaks to bootstrap-skeleton, implement the first half of lfs-bootstrap for Linux From Scratch 6.7 against the new infrastructure, and tweak gentoo build to stay current with bootstrap-skeleton changes. (Now more common infrastructure, and requires package-list file.)
author Rob Landley <rob@landley.net>
date Sun, 24 Oct 2010 04:17:15 -0500
parents
children
comparison
equal deleted inserted replaced
1268:30bab195be94 1269:7a60afa1846c
1 #!/bin/sh
2
3 sed -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
4 -i $(grep -rl '/etc/adjtime' .) &&
5 mkdir -p /var/lib/hwclock &&
6 ./configure --enable-arch --enable-partx --enable-write &&
7 make -j $CPUS &&
8 make install