You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running the script as root (probably not the best idea), and realizing I made a mistake in the arguments, I hit Ctrl-C.
The script proceeded to override /etc/fstab on the host, which is less than ideal.
My guess is it exited the chroot and somehow ran cat > /etc/fstab <<-EOF.
I don't know if it is easily reproducible, but maybe there is a way to safeguard against that.
The text was updated successfully, but these errors were encountered:
I was running the script as root (probably not the best idea), and realizing I made a mistake in the arguments, I hit Ctrl-C.
The script proceeded to override
/etc/fstab
on the host, which is less than ideal.My guess is it exited the chroot and somehow ran
cat > /etc/fstab <<-EOF
.I don't know if it is easily reproducible, but maybe there is a way to safeguard against that.
The text was updated successfully, but these errors were encountered: