Fixed the source stuff on the ISO image media.
This commit is contained in:
parent
6b656d1cdb
commit
ef799cca0e
@ -43,10 +43,14 @@ cp ../../*.sh src
|
|||||||
cp ../../.config src
|
cp ../../.config src
|
||||||
cp ../../README src
|
cp ../../README src
|
||||||
cp ../../*.txt src
|
cp ../../*.txt src
|
||||||
chmod +rx src/*.sh
|
cp -r ../../08_generate_rootfs src
|
||||||
chmod +r src/.config
|
cp -r ../../11_generate_iso src
|
||||||
chmod +r src/README
|
|
||||||
chmod +r src/*.txt
|
# Make all files readable and all scripts executable.
|
||||||
|
chmod -R +rx **/*.sh
|
||||||
|
chmod -R +r **/.config
|
||||||
|
chmod -R +r **/README
|
||||||
|
chmod -R +r **/*.txt
|
||||||
|
|
||||||
# Read the 'OVERLAY_TYPE' property from '.config'
|
# Read the 'OVERLAY_TYPE' property from '.config'
|
||||||
OVERLAY_TYPE="$(grep -i OVERLAY_TYPE $SRC_DIR/.config | cut -f2 -d'=')"
|
OVERLAY_TYPE="$(grep -i OVERLAY_TYPE $SRC_DIR/.config | cut -f2 -d'=')"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user