comparison images/lfs-bootstrap/mnt/build/util-linux-ng.sh @ 0:bcd2e358d57f

Start by copying the existing control image building infrastructure from Aboriginal Linux, and shuffling the layout around a bit.
author Rob Landley <rob@landley.net>
date Sun, 03 Jul 2011 17:23:26 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bcd2e358d57f
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 --disable-nls &&
7 make -j $CPUS &&
8 make install