X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=install-chboot;h=acb6531f835a1888963070e41ea42215ae0309dc;hb=cf3b64c21818d0033ffe5447d30e45141c81ee1b;hp=098b23220cb6355a4065b180c0f480badab0e733;hpb=e6c8a36522847eca91819ab3eb656dd824bc3e3c;p=automated-distro-installer diff --git a/install-chboot b/install-chboot index 098b232..acb6531 100755 --- a/install-chboot +++ b/install-chboot @@ -48,6 +48,7 @@ for dir in $mount_point/*; do if [[ -e $dir/boot ]]; then dir=$dir/boot fi + e install -m 755 -o root -g root bash-trace $dir e install -m 755 -o root -g root chboot $dir done e umount $mount_point