From eaa98b5bf5782f5d867cdaad895a9074f76753ef Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 24 Apr 2007 13:43:15 +0000 Subject: Support the setup (basic functionality only) of printer and samba (SuSE only at the moment) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@923 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/etc/functions | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'initramfs/initrd-stuff/etc/functions') diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions index 1fa21a35..9265eedb 100644 --- a/initramfs/initrd-stuff/etc/functions +++ b/initramfs/initrd-stuff/etc/functions @@ -1170,11 +1170,16 @@ config_dreshal () { : } -# configure automounter +# configure automounter, simple NFSv3 imports only config_automount () { : } +# configure print services / start requested printer daemon +config_printer () { +: +} + # configure bluetooth services config_bt () { : @@ -1200,6 +1205,12 @@ config_automount () { : } +# configure samba service (not winbind, but nmbd, smbd) +config_samba () { +: +} + + # start portmapper (needed at least for nfs and nis services) config_portmap () { : -- cgit v1.2.3-55-g7522