Ticket #148 (closed defect: fixed)

Opened 19 months ago

Last modified 19 months ago

How to not remount root filesystem read/write

Reported by: bugs@saschahlusiak.de Owned by: roy
Priority: major Milestone:
Component: init.d scripts Version: 0.4
Keywords: root nfs filesystem remount read/write readonly Cc:

Description

Hi,

I'm building a thinclient with readonly root filesystem on nfs. I passed no on kernel command line and have ro in /etc/fstab, still /etc/init.d/root is needed by services which remounts the root filesystem read/write regardless of setting in /etc/fstab. Is there an easy way to recognize the settings in my fstab or to remove the dependency on root?

Thanks,
Sascha

Change History

comment:1 Changed 19 months ago by roy

You should be able to remove the root init script like so

rc-update del root boot

You should do the same for mtab as well, because /etc/mtab should be a symlink to /proc/mounts in your case.

comment:2 Changed 19 months ago by bugs@saschahlusiak.de

  • Status changed from new to closed
  • Resolution set to wontfix

That worked indeed. I expected the settings in /etc/fstab to be honoured, but that's ok now. Thanks a lot.

comment:3 Changed 19 months ago by roy

  • Status changed from closed to reopened
  • Resolution wontfix deleted

It should respect inittab

comment:4 Changed 19 months ago by roy

  • Status changed from reopened to closed
  • Resolution set to fixed

Fixed in r1499, re-open if you disagree.

Note: See TracTickets for help on using tickets.