Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
55cdc1e9
Commit
55cdc1e9
authored
Jan 08, 2019
by
Christian Hesse
😜
Committed by
Gerardo Exequiel Pozzi
Jan 09, 2019
Browse files
make sure the root filesystem is owned by root
Signed-off-by:
Christian Hesse
<
mail@eworm.de
>
parent
d320406c
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/mkarchiso
View file @
55cdc1e9
...
...
@@ -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
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment