hi there,

just stumbled upon this little detail:

1) have "/" mounted read-only
2) 'make buildkernel'
3) 'make installkernel && echo "success"'
   -> this will fail
4) 'mount -uw /'
5) 'make installkernel && echo "success"'
   -> this will succeed
6) 'mount -ur /'
7) 'make installkernel && echo "success"'
   -> this will succeed. why?

cheers.
alex
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to