Making sure permissions are preserved for uml_exclusively in contrast to

preserve_ownership.
This commit is contained in:
freesource
2001-12-21 02:56:29 +00:00
parent 7a5dc8a73b
commit 180b6655de
2 changed files with 2 additions and 5 deletions
-2
View File
@@ -52,8 +52,6 @@ $uml->command("mount -t hostfs none -o $mount_point /mnt2");
$uml->command("cp -a /mnt2/* /mnt1");
if ( $preserve_permissions == 0 ) {
$uml->command("chown -R 0:0 /mnt1");
$uml->command("chmod 0755 /mnt1/lib/libc\.*");
$uml->command("chmod 0755 /mnt1/lib/ld-*");
}
$uml->command("umount /mnt1; umount /mnt2");
$uml->halt();