diff options
| author | s8tomaie | 2006-05-30 13:41:49 +0200 |
|---|---|---|
| committer | s8tomaie | 2006-05-30 13:41:49 +0200 |
| commit | d9b9e7f26372c235a9cc3768adc2babfa4815f77 (patch) | |
| tree | 4206a62de3e4cbf0b6a4fe1e4cb620e442921bb4 /initrd/distro-specs/debian | |
| parent | corrected timing issue for apperance of nbd modules (within init), (diff) | |
| download | core-d9b9e7f26372c235a9cc3768adc2babfa4815f77.tar.gz core-d9b9e7f26372c235a9cc3768adc2babfa4815f77.tar.xz core-d9b9e7f26372c235a9cc3768adc2babfa4815f77.zip | |
leere funktionen in distro-specs gelöscht, dummys in etc/functions hinzugefühgt
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@241 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs/debian')
| -rw-r--r-- | initrd/distro-specs/debian/functions-3.1 | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/initrd/distro-specs/debian/functions-3.1 b/initrd/distro-specs/debian/functions-3.1 index 9291bafb..878df587 100644 --- a/initrd/distro-specs/debian/functions-3.1 +++ b/initrd/distro-specs/debian/functions-3.1 @@ -16,10 +16,6 @@ preinit () { echo "dhcp:x:101:101::/nonexistent:/bin/false" >>/etc/passwd } -postinit () { - : -} - # distro specific function called from servconfig script config_distro () { # add the halt link to the 0 and 6 runlevel directories @@ -220,16 +216,6 @@ sed -e "s,LANGUAGE=.*,LANGUAGE=\"${LANG}\" # set within initramfs," \ -i /mnt/etc/environment } -# acpi and powersave -config_acpi () { - : -} - -# configure xdm as display manager -config_xdm () { - : -} - # configure gdm as display manager config_gdm () { ln -sf ../${D_INITDIR}/gdm /mnt/etc/rc3.d/K20gdm @@ -246,9 +232,7 @@ config_gdm () { # configure kdm as display manager config_kdm () { ln -sf ../${D_INITDIR}/kdm /mnt/etc/rc3.d/K20kdm - echo -e "\t/etc/${D_INITDIR}/kdm start >${LOGFILE} 2>&1\n\ - \t( sleep 120; ln -sf /etc/${D_INITDIR}/kdm /etc/rc3.d/S01kdm \ - >${LOGFILE} 2>&1) &\n" >>/mnt/etc/${D_INITDIR}/boot.ld + ln -sf ../${D_INITDIR}/kdm /mnt/etc/rc3.d/S20kdm } # configure hal, dbus, resmgr and services like that @@ -258,15 +242,7 @@ if [ "x$start_dreshal" = "xyes" ]; then fi } -# configure automounter -config_automount () { - : -} -# start name service caching daemon -config_nscd () { - : -} # fixme!! taken from SuSE10.0 untested here ... # prepare virtual machine environment (vmware, vmplayer) config_vmware () { |
