X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=install-chboot;h=acb6531f835a1888963070e41ea42215ae0309dc;hb=ee37d990c89bb3bab1b54e3b3fb43e9f79ed039b;hp=098b23220cb6355a4065b180c0f480badab0e733;hpb=da61a304a10de72288782a9d872769fe44576f50;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