Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 14351] New: needs to mount sysfs before mount -a
@ 2021-11-16 10:17 bugzilla
  2021-11-20 11:29 ` [Buildroot] [Bug 14351] " bugzilla
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bugzilla @ 2021-11-16 10:17 UTC (permalink / raw)
  To: buildroot

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@buildroot.uclibc.org
          Reporter: stsp2@yandex.ru
                CC: buildroot@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.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-12-13 10:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-16 10:17 [Buildroot] [Bug 14351] New: needs to mount sysfs before mount -a bugzilla
2021-11-20 11:29 ` [Buildroot] [Bug 14351] " bugzilla
2021-11-21 10:34 ` bugzilla
2021-11-21 11:08 ` bugzilla
2021-11-21 17:52 ` bugzilla
2021-12-05 15:41 ` bugzilla
2021-12-12 22:52 ` bugzilla
2021-12-12 22:59 ` bugzilla
2021-12-13 10:57 ` bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox