diff options
Diffstat (limited to 'initrd/distro-specs/ubuntu')
| -rw-r--r-- | initrd/distro-specs/ubuntu/functions-5.10 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/initrd/distro-specs/ubuntu/functions-5.10 b/initrd/distro-specs/ubuntu/functions-5.10 index 59024122..d26dbea7 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>, 16-02-2006 +# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 08-03-2006 # Nico Dietrich # Felix Endres # # Copyright: (c) 2006 - RZ Universitaet Freiburg # -# Version: 0.2.1b +# Version: 0.2.1c # distro specific stuff to initialize preinit () { @@ -274,6 +274,19 @@ config_nscd () { : } +# start vmware +config_vmware () { +echo -e "#! /bin/sh\n#\n# /etc/${D_INITDIR}/vmware-prep\n\ +# file generated by $0 within initial ramdisk\n\ +# hier fehlt noch der uebliche Ubuntu Startskript header" \ + >> /mnt/etc/${D_INITDIR}/vmware-prep +cat /etc/vmware-prep >> /mnt/etc/${D_INITDIR}/vmware-prep +echo -e "# und der Abschluss" >> /mnt/etc/${D_INITDIR}/vmware-prep +chmod u+x /mnt/etc/${D_INITDIR}/vmware-prep +rllinker "vmware-prep" "18" "02" +rllinker "vmware" "20" "02" +} + # configure automounter config_automount () { if [ -f /mnt/etc/init.d/autofs ] ; then |
