summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-10-01 00:42:49 +0200
committerDirk von Suchodoletz2007-10-01 00:42:49 +0200
commit6a27eb2c90a35c655896a73ebd2bd57977ce8a54 (patch)
tree816d6240188400a8f186c4bfb81703fb298dacbc /initramfs/initrd-stuff/init
parentReplaced busybox.i586 (now compiled with lower reqs toward GLIB) (diff)
downloadcore-6a27eb2c90a35c655896a73ebd2bd57977ce8a54.tar.gz
core-6a27eb2c90a35c655896a73ebd2bd57977ce8a54.tar.xz
core-6a27eb2c90a35c655896a73ebd2bd57977ce8a54.zip
Set of cleanups and minor fixes ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1361 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/init')
-rwxr-xr-xinitramfs/initrd-stuff/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init
index 6a4884fb..c971f8c1 100755
--- a/initramfs/initrd-stuff/init
+++ b/initramfs/initrd-stuff/init
@@ -739,7 +739,7 @@ chown 65534:0 /mnt/var/lib/nobody
# /proc/bus/usb might be deprecated in newer kernels ...
echo -e "# /etc/fstab - file generated by $0 (initramfs from $date)\n#\
\tDirk von \
-Suchodoletz, dirk@goe.net\n\nrootfs\t\t/\t\trootfs\t\tro\t\t 0 0\n\
+Suchodoletz, dvs@openslx.com\n\nrootfs\t\t/\t\trootfs\t\tro\t\t 0 0\n\
proc\t\t/proc\t\tproc\t\tdefaults\t 0 0\ninitramdevs\t/dev\t\ttmpfs\
\t\trw\t\t 0 0\ndevpts\t\t/dev/pts\tdevpts\t\tmode=0620,gid=5\t 0 0" \
>/mnt/etc/fstab || error "$init_fstab"