Notify on copy overlay
This commit is contained in:
parent
b9c343ff97
commit
b5c992b9b3
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ if [[ $type == 'archlinux' ]]; then
|
||||||
|
|
||||||
# If overlay directory exists in variant copy it's contents to the temporary subvolume
|
# If overlay directory exists in variant copy it's contents to the temporary subvolume
|
||||||
if [[ -d $configs_dir/$variant/overlay ]]; then
|
if [[ -d $configs_dir/$variant/overlay ]]; then
|
||||||
|
printf '\e[1;34m-->\e[0m\e[1m Copying overlay to root\e[0m\n'
|
||||||
cp -rv $configs_dir/$variant/overlay/* $workdir/
|
cp -rv $configs_dir/$variant/overlay/* $workdir/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue