X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=install-chboot;h=acb6531f835a1888963070e41ea42215ae0309dc;hp=098b23220cb6355a4065b180c0f480badab0e733;hb=6ca069946c8ff88d79d1ae421e0eda60ae1c514c;hpb=e6c8a36522847eca91819ab3eb656dd824bc3e3c 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