Yes there is of course. It's based of the inittab in https://git.busybox.net/buildroot/tree/package/busybox/inittab
I thought the mount -o remount,rw / is the one which takes into account the options from fstab. Is it mount -a instead? > -----Original Message----- > From: Bernhard Reutner-Fischer <[email protected]> > Sent: Dienstag, 3. März 2020 23:45 > To: Andreas Hilse <[email protected]> > Cc: [email protected]; Bernhard Reutner-Fischer > <[email protected]> > Subject: Re: busybox mount does not use fstab mount options for root > partition > > On Tue, 3 Mar 2020 17:06:35 +0100 (CET) > Andreas Hilse <[email protected]> wrote: > > > Root partition is mounted read-only by the kernel (command line: > > root=/dev/sda1) and then remounted read-write via busybox init inittab > > entry "::sysinit:/bin/mount -o remount,rw" (due to > > > Could this be a bug or is there something wrong with the usage of the > > mount command from inittab? > > There should be a mount -a somewhere IIRC. > It used to look like this, fwiw: > https://git.busybox.net/buildroot/tree/target/generic/target_busybox_ske > leton/etc/inittab?id=6b63009f5f386515388892399fac76fe81eed3c4 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
