diff --git a/sdk_lib/make_chroot.sh b/sdk_lib/make_chroot.sh index 7f41ea56d8..80088b9d67 100755 --- a/sdk_lib/make_chroot.sh +++ b/sdk_lib/make_chroot.sh @@ -176,7 +176,7 @@ init_setup () { "${FLAGS_chroot}"/"${PORTAGE_STABLE_OVERLAY}" # Some operations need an mtab. - ln -s /proc/mounts "${FLAGS_chroot}/etc/mtab" + ln -sfT /proc/mounts "${FLAGS_chroot}/etc/mtab" # Set up sudoers. Inside the chroot, the user can sudo without a password. # (Safe enough, since the only way into the chroot is to 'sudo chroot', so