Changeset 71e8c2b for aux-file-data.sh


Ignore:
Timestamp:
05/18/2013 12:28:30 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
d89ca8ec
Parents:
01479e6
Message:

Rename systemd-units to network-scripts.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10279 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • aux-file-data.sh

    r01479e6 r71e8c2b  
    1111
    1212# Bootscript data
    13 bootscripts=$(ls lfs-systemd-units*.bz2)
     13bootscripts=$(ls lfs-network-scripts*.bz2)
    1414base=$(basename $bootscripts .tar.bz2)
    1515bootsize=$(ls -lk $bootscripts | cut -f5 -d" ")
     
    2525rm -rf $TMP_DIR
    2626
    27 sed -i -e s/LFS-UNITS-SIZE/$bootsize/              \
    28        -e s/LFS-UNITS-INSTALL-KB/$bootinstallsize/ \
    29        -e s/LFS-UNITS-MD5SUM/$bootmd5/ $FILE
     27sed -i -e s/LFS-NETSCRIPTS-SIZE/$bootsize/              \
     28       -e s/LFS-NETSCRIPTS-INSTALL-KB/$bootinstallsize/ \
     29       -e s/LFS-NETSCRIPTS-MD5SUM/$bootmd5/ $FILE
    3030
Note: See TracChangeset for help on using the changeset viewer.