Re: 'make installkernel' succeeding on read-only fs?

2011-11-20 Thread Denise H. G.
On 2011/11/19 at 19:24, Alexander Best wrote: > > 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"' >-

Re: 'make installkernel' succeeding on read-only fs?

2011-11-23 Thread Denise H. G.
On 2011/11/21 at 02:10, Alexander Best wrote: > > On Sun Nov 20 11, Alexander Best wrote: >> On Sun Nov 20 11, Denise H. G. wrote: >> > >> > On 2011/11/19 at 19:24, Alexander Best wrote: >> > > >> > > hi there, >> > > just st