summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/initrd-stuff')
-rwxr-xr-xinitramfs/initrd-stuff/bin/servconfig12
-rw-r--r--initramfs/initrd-stuff/etc/functions13
2 files changed, 20 insertions, 5 deletions
diff --git a/initramfs/initrd-stuff/bin/servconfig b/initramfs/initrd-stuff/bin/servconfig
index 51b66b68..2354cfb8 100755
--- a/initramfs/initrd-stuff/bin/servconfig
+++ b/initramfs/initrd-stuff/bin/servconfig
@@ -174,8 +174,8 @@ test -n "$domain_name_servers" && {
#############################################################################
# initial boot scripts
-# delete and create runlevel links for initial booting (SuSE, Debian,
-# ...)
+# delete and create runlevel links for initial booting (SuSE, Debian, Ubuntu,
+# Fedora, ...)
initial_boot
#############################################################################
@@ -251,6 +251,9 @@ fi
config_automount
# fi
+# configure print services / start requested printer daemon
+config_printer
+
# configure bluetooth services
config_bt
@@ -283,9 +286,10 @@ config_snmp
config_afs
# setup nfsv4/krb stuff
-# if nfsv4 required
config_nfsv4
-# fi
+
+# configure samba service
+config_samba
#############################################################################
# NIS
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 () {
: