diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-06-30 19:25:49 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-06-30 19:25:49 +0000 |
commit | 43194f056d48087fe8c3a524d0ca3749e077d420 (patch) | |
tree | e56f4fdb5bcb6719c6333b29a9b4756a284c06bb /aux-file-data.sh | |
parent | 918e500203bf553107068a43b0675a69e321ee3d (diff) |
Convert bootscripts and udev tarballs to xz
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'aux-file-data.sh')
-rwxr-xr-x | aux-file-data.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aux-file-data.sh b/aux-file-data.sh index f13f6d044..8be1b1d15 100755 --- a/aux-file-data.sh +++ b/aux-file-data.sh @@ -10,8 +10,8 @@ FILE=$1 ./make-aux-files.sh # Bootscript data -bootscripts=$(ls lfs-bootscripts*.bz2) -base=$(basename $bootscripts .tar.bz2) +bootscripts=$(ls lfs-bootscripts*.xz) +base=$(basename $bootscripts .tar.xz) bootsize=$(ls -l --block-size=1024 $bootscripts | cut -f5 -d" ") bootmd5=$(md5sum $bootscripts | cut -f1 -d" ") |