>>> On 11/10/2008 at 5:05 PM, Craig Loubser <[EMAIL PROTECTED]> wrote: > Hi Carsten, > > I had already done that. This is an extract of the log showing the kernel > parameters: > > Kernel command line: root=/dev/dasda1 dasd=100(ro),101-105,200-22F TERM=dumb > BOOT_IMAGE=0
You need to have a separate "ro" somewhere on your command line for the root file system to be mounted as read-only just before exiting the initrd. So, that would be root=/dev/dasda1 dasd=100(ro),101-105,200-22F TERM=dumb BOOT_IMAGE=0 ro Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
