Skip to content
Snippets Groups Projects
Commit 55cdc1e9 authored by Christian Hesse's avatar Christian Hesse :stuck_out_tongue_winking_eye: Committed by Gerardo Pozzi
Browse files

make sure the root filesystem is owned by root


Signed-off-by: default avatarChristian Hesse <mail@eworm.de>
parent d320406c
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,7 @@ _mkairootfs_img () {
_mount_airootfs
_msg_info "Copying '${work_dir}/airootfs/' to '${work_dir}/mnt/airootfs/'..."
cp -aT "${work_dir}/airootfs/" "${work_dir}/mnt/airootfs/"
chown root:root "${work_dir}/mnt/airootfs/"
_msg_info "Done!"
_umount_airootfs
mkdir -p "${work_dir}/iso/${install_dir}/${arch}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment