From 8e8af73635edcc496efe9eb5fb48b84aa16afec2 Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Tue, 9 Feb 2021 09:21:49 +0100 Subject: [PATCH] compare folders --- README.md | 2 +- .../30-build-the-iso-the-first-time.sh | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4e6ae63..70e78e9 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ Both packages are on the AUR. Keys and mirrors. # Tip -Sometime a "proc" folder stays mounted. +Sometimes a "proc" folder stays mounted. Unmount it with this diff --git a/installation-scripts/30-build-the-iso-the-first-time.sh b/installation-scripts/30-build-the-iso-the-first-time.sh index 4268221..c93c4d1 100755 --- a/installation-scripts/30-build-the-iso-the-first-time.sh +++ b/installation-scripts/30-build-the-iso-the-first-time.sh @@ -280,11 +280,11 @@ echo # echo "Building md5sum" # echo "########################" # md5sum $isoLabel | tee $isoLabel.md5 -# echo -# echo "Moving pkglist.x86_64.txt" -# echo "########################" -# cp $buildFolder/iso/arch/pkglist.x86_64.txt $outFolder/$isoLabel".pkglist.txt" -# + echo + echo "Moving pkglist.x86_64.txt" + echo "########################" + cp $buildFolder/iso/arch/pkglist.x86_64.txt $outFolder/$isoLabel".pkglist.txt" + echo echo "##################################################################"