dracut/modules.d/95rootfs-block
Daniel Drake 6625b74e90 rootfs-block: avoid remount when options don't change
Mounting, unmounting and then mounting a disk partition takes some
time.

On embedded systems such as OLPC XO where we disable fsck and fstab
reading, the root options are not going to change throughout the
mount_root() function, so remounting is time consuming and without
change.

Detect and optimize for this case so that the filesystem is only
mounted once.
2012-04-16 11:53:04 +02:00
..
block-genrules.sh add wait_for_dev() and wait_for_mount() 2011-11-15 09:47:16 +01:00
module-setup.sh implement fs-lib, squash a few bugs that were part of det_fs/wrap_fsck 2011-08-11 14:27:24 +02:00
mount-root.sh rootfs-block: avoid remount when options don't change 2012-04-16 11:53:04 +02:00
parse-block.sh add missing shebang 2011-02-23 09:38:25 +01:00