[Git-commits] [grml/grml-autoconfig] 9e95af: Generate symlink /etc/mtab pointing to /proc/mount...
Michael Prokop
mika at grml.org
Thu Sep 26 21:58:46 CEST 2013
Branch: refs/heads/master
Home: https://github.com/grml/grml-autoconfig
Commit: 9e95af677f3f9fc2be8529b76875678fca8d80d6
https://github.com/grml/grml-autoconfig/commit/9e95af677f3f9fc2be8529b76875678fca8d80d6
Author: Michael Prokop <mika at grml.org>
Date: 2013-09-26 (Thu, 26 Sep 2013)
Changed paths:
M grml-autoconfig
Log Message:
-----------
Generate symlink /etc/mtab pointing to /proc/mounts [Closes: issue1277]
We don't have /etc/mtab on our rootfs by default and Debian's
initscript package provides a way to generate the /etc/mtab
symlink via its /etc/init.d/checkroot.sh init script. We don't
use this init script in Grml's live system though (e.g. to not
enable swap partitions by default).
Also /etc/init.d/mountkernfs.sh creates an *empty* /etc/mtab file
on bootup if /etc/mtab doesn't exist yet. Last but not least
live-boot's /lib/live/boot/9990-aaa-fixme.sh as well as brltty's
/scripts/init-premount/brltty [see #724695] do some further hacks
- so let's just force generation of symlink /etc/mtab pointing to
/proc/mounts to make sure the system is in a sane state.
While at it drop deprecated /live/cow related code for /etc/mtab
handling.
Thanks: Michael Biebl for the initial hint
regarding the "df: no file systems processed" issue
Commit: 673cc6821bfe32bf1293cc135327158aff780274
https://github.com/grml/grml-autoconfig/commit/673cc6821bfe32bf1293cc135327158aff780274
Author: Michael Prokop <mika at grml.org>
Date: 2013-09-26 (Thu, 26 Sep 2013)
Changed paths:
M debian/changelog
Log Message:
-----------
Release new version 0.11.1
Compare: https://github.com/grml/grml-autoconfig/compare/5ea2be0022dd...673cc6821bfe
More information about the Git-commits
mailing list