[Buildroot] [Bug 14351] New: needs to mount sysfs before mount -a

bugzilla at busybox.net bugzilla at busybox.net
Tue Nov 16 10:17:34 UTC 2021


https://bugs.busybox.net/show_bug.cgi?id=14351

            Bug ID: 14351
           Summary: needs to mount sysfs before mount -a
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: stsp2 at yandex.ru
                CC: buildroot at uclibc.org
  Target Milestone: ---

Currently inittab does this:
::sysinit:/bin/mount -t proc proc /proc
::sysinit:/bin/mount -o remount,rw /
::sysinit:/bin/mkdir -p /dev/pts /dev/shm
::sysinit:/bin/mount -a

But before "mount -a" can be used,
you also need to do
mount -t sysfs sysfs /sys
Just mounting proc is not enough,
or UUIDs in fstab will not work.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list