BTS

Message1470

Author mika
Recipients zot
Date 2008-09-06.14:27:11
Content
* zot <bts@bts.grml.org> [20080906 15:55]:

> I can only point to a partition using FAT?
> If so, say that on `grml-cheatcodes.txt'.

No, should work with any filesystem the kernel is able to handle.
We're just executing:

  mount -o ro -t auto $MOUNTDEVICE /mnt/grml

where $MOUNTDEVICE is the given option to myconfig.

Do you see:

  "Could not mount /dev/xyz to /mnt/grml - sorry."

while booting? If so does manually executing the above mount command
work for you?

thx && regards,
-mika-
History
Date User Action Args
2008-09-06 14:27:11mikasetrecipients: + zot
2008-09-06 14:27:11mikalinkissue521 messages
2008-09-06 14:27:11mikacreate