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