Browse Source

compare folders

master
Erik Dubois 4 years ago
parent
commit
8e8af73635
  1. 2
      README.md
  2. 10
      installation-scripts/30-build-the-iso-the-first-time.sh

2
README.md

@ -183,7 +183,7 @@ Both packages are on the AUR. Keys and mirrors.
# Tip # Tip
Sometime a "proc" folder stays mounted. Sometimes a "proc" folder stays mounted.
Unmount it with this Unmount it with this

10
installation-scripts/30-build-the-iso-the-first-time.sh

@ -280,11 +280,11 @@ echo
# echo "Building md5sum" # echo "Building md5sum"
# echo "########################" # echo "########################"
# md5sum $isoLabel | tee $isoLabel.md5 # md5sum $isoLabel | tee $isoLabel.md5
# echo echo
# echo "Moving pkglist.x86_64.txt" echo "Moving pkglist.x86_64.txt"
# echo "########################" echo "########################"
# cp $buildFolder/iso/arch/pkglist.x86_64.txt $outFolder/$isoLabel".pkglist.txt" cp $buildFolder/iso/arch/pkglist.x86_64.txt $outFolder/$isoLabel".pkglist.txt"
#
echo echo
echo "##################################################################" echo "##################################################################"

Loading…
Cancel
Save