diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-01 02:31:13 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-01 02:31:13 +0000 |
commit | b2b1e1aa5fe437877a7ec9f7d861e215c956ebb9 (patch) | |
tree | e79563b34728d0e475dbf5d73da4e5cd1a278de6 /aux-file-data.sh | |
parent | 166497f2c69435a594f9992ad55857112eb44127 (diff) |
Move directory to make build easier
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9973 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'aux-file-data.sh')
-rwxr-xr-x | aux-file-data.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/aux-file-data.sh b/aux-file-data.sh index 04678db8f..2ec2c0c1f 100755 --- a/aux-file-data.sh +++ b/aux-file-data.sh @@ -28,13 +28,3 @@ sed -i -e s/BOOTSCRIPTS-SIZE/$bootsize/ \ -e s/BOOTSCRIPTS-INSTALL-KB/$bootinstallsize/ \ -e s/BOOTSCRIPTS-MD5SUM/$bootmd5/ $FILE -############ - -# udev configuration tarball data -#udevconfig=$(ls udev-config*.bz2) -#udevsize=$(ls -lk $udevconfig | cut -f5 -d" ") -#udevmd5=$(md5sum $udevconfig | cut -f1 -d" ") - -#sed -i -e s/UDEV-SIZE/$udevsize/ \ -# -e s/UDEV-MD5SUM/$udevmd5/ $FILE - |