Jiri Srain changed bug 1148500
What Removed Added
CC   martin.wilck@suse.com
Flags   needinfo?(martin.wilck@suse.com)

Comment # 12 on bug 1148500 from
Well, I guess that /run was created as a regular directory - it is part of the
filesystem package.

YaST does following mounts after partitioning disk:

        mount_in_target("/dev", "devtmpfs", "-t devtmpfs")
        mount_in_target("/proc", "proc", "-t proc")
        mount_in_target("/sys", "sysfs", "-t sysfs")
        mount_in_target(EFIVARS_PATH, "efivarfs", "-t efivarfs") if
File.exist?(EFIVARS_PATH)


Can you see anything else missing?


You are receiving this mail because: