mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2024-11-21 19:52:52 +00:00
Update main.sh - add ch-4.2
This commit is contained in:
parent
1420a8012b
commit
c9048b7b91
1 changed files with 17 additions and 0 deletions
|
@ -28,6 +28,23 @@ echo "Chapter 2"
|
|||
echo "Checking required packages"
|
||||
bash ./chapter2/2.2-version-check.sh
|
||||
|
||||
echo "Creating filesystem"
|
||||
$SU bash ./chapter2/2.5-create-filesystem.sh
|
||||
|
||||
echo "Mounting filesystem"
|
||||
$SU bash ./chapter2/2.7-mount.sh
|
||||
|
||||
|
||||
echo "Chapter 3"
|
||||
echo "Downloading sources"
|
||||
bash ./chapter3/3.1-sources.sh
|
||||
|
||||
|
||||
echo "Chapter 4"
|
||||
echo "Creating direcctories"
|
||||
$SU bash ./chapter4/4.2-create-dir.sh
|
||||
|
||||
|
||||
check_exit_code
|
||||
if [ $exit_status -ne 0 ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue