Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

* Adjust sysfs entry for fstab template so initscript
authorMichael Prokop <mika@grml.org>
Sun Dec 03 13:39:01 2006 +0100 (2 years ago)
changeset 936400e416b89
manifest36400e416b89
parent 802015911219f
child 10ffa45aa47eae
taggrml0.9
* Adjust sysfs entry for fstab template so initscript
mountall.sh does not complain anymore...
debian/changelog
rebuildfstab
--- a/debian/changelog Fri Nov 24 21:27:13 2006 +0100
+++ b/debian/changelog Sun Dec 03 13:39:01 2006 +0100
@@ -1,3 +1,10 @@ grml-rebuildfstab (0.3-16) unstable; urg
+grml-rebuildfstab (0.3-17) unstable; urgency=low
+
+ * Adjust sysfs entry for fstab template so initscript
+ mountall.sh does not complain anymore...
+
+ -- Michael Prokop <mika@grml.org> Sun, 3 Dec 2006 13:38:27 +0100
+
grml-rebuildfstab (0.3-16) unstable; urgency=low
* Support '-config' option to read in configuration file
--- a/rebuildfstab Fri Nov 24 21:27:13 2006 +0100
+++ b/rebuildfstab Sun Dec 03 13:39:01 2006 +0100
@@ -4,7 +4,7 @@
# Authors: grml-team (grml.org), (c) Klaus Knopper Nov 2002, (c) Michael Prokop <mika@grml.org>
# Bug-Reports: see http://grml.org/bugs/
# License: This file is licensed under the GPL v2.
-# Latest change: Fre Nov 24 20:44:15 CET 2006 [mika]
+# Latest change: Son Dez 03 13:38:25 CET 2006 [mika]
################################################################################
# This script is based on the package rebuildfstab-knoppix_0.5-4 of Klaus Knopper.
# (C) Klaus Knopper Nov 2002
@@ -70,7 +70,7 @@ if ! [ -f /etc/fstab ] ; then
# <filesystem> <mountpoint> <type> <options> <dump> <pass>
proc /proc proc rw,nosuid,nodev,noexec 0 0
none /proc/bus/usb usbfs defaults,noauto 0 0
-/sys /sys sysfs rw,nosuid,nodev,noexec 0 0
+sysfs /sys sysfs rw,nosuid,nodev,noexec 0 0
devpts /dev/pts devpts mode=0622 0 0
/dev/fd0 /mnt/floppy auto users,noauto,exec 0 0
/dev/external /mnt/external auto users,noauto,exec,rw,uid=grml,gid=grml 0 0