mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2024-11-21 19:52:52 +00:00
Add 8.4 - Build iana-etc
This commit is contained in:
parent
2c927a545b
commit
9c42f1d377
2 changed files with 14 additions and 0 deletions
8
scripts/chapter8/8.4-iana-etc.sh
Normal file
8
scripts/chapter8/8.4-iana-etc.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#1/bin/bash
|
||||
|
||||
cd /sources
|
||||
tar xf iana-etc-20220812.tar.gz
|
||||
cd iana-etc-20220812
|
||||
|
||||
cp services protocols /etc
|
||||
|
|
@ -589,3 +589,9 @@ then
|
|||
stop_script "chapter8/8.3-man-pages.sh"
|
||||
fi
|
||||
|
||||
# Chapter 8.4
|
||||
# ===========
|
||||
echo "Building iana-etc"
|
||||
su -c "bash $SCRIPT/chapter8/8.4-iana-etc.sh"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue