diff options
| author | Dirk von Suchodoletz | 2006-04-28 01:17:37 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-04-28 01:17:37 +0200 |
| commit | 817ee0396bc5e46434b6df2b10155f352f43c132 (patch) | |
| tree | b193957d61beb437f1e074242c1b5db0949dd0e8 /initrd/distro-specs/ubuntu | |
| parent | Manpage for the installer (diff) | |
| download | core-817ee0396bc5e46434b6df2b10155f352f43c132.tar.gz core-817ee0396bc5e46434b6df2b10155f352f43c132.tar.xz core-817ee0396bc5e46434b6df2b10155f352f43c132.zip | |
hopefully solved vmware/usb issue for SuSE9.3,10.0,10.1 (linux should
not load any modules during VMware sessions)
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@201 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs/ubuntu')
| -rw-r--r-- | initrd/distro-specs/ubuntu/functions-5.10 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/initrd/distro-specs/ubuntu/functions-5.10 b/initrd/distro-specs/ubuntu/functions-5.10 index 4f96dc24..c5bbf4dc 100644 --- a/initrd/distro-specs/ubuntu/functions-5.10 +++ b/initrd/distro-specs/ubuntu/functions-5.10 @@ -2,13 +2,13 @@ # linux diskless clients (executed within initial # ramdisk after genconfig) # -# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 19-04-2006 +# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 28-04-2006 # Nico Dietrich # Felix Endres # # Copyright: (c) 2006 - RZ Universitaet Freiburg # -# Version: 0.2.1f +# Version: 0.2.1g # distro specific stuff to initialize preinit () { @@ -212,7 +212,9 @@ local info="$3" case "$switch" in init) echo -e "#!/bin/sh\n# skeleton of /etc/${D_INITDIR}/$name written \ -from $0" >/mnt/etc/${D_INITDIR}/$name +from $0\n# after you applied changes to the creation scripts you have to \ +rerun\n# the mkdxsinitrd script to get them applied" \ + >/mnt/etc/${D_INITDIR}/$name echo -e "\n\ncase \"\$1\" in\n start)\techo -n \"$info\"" \ >>/mnt/etc/${D_INITDIR}/$name chmod u+x /mnt/etc/${D_INITDIR}/$name |
