summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/ubuntu/functions-default
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-21 15:57:07 +0200
committerDirk von Suchodoletz2010-08-21 15:57:07 +0200
commitb549727cf82a94ba810540bb9d7d27fd6d6c6dd8 (patch)
tree9d05aa12615f650531b913c6a55c5766f518367b /initramfs/distro-specs/ubuntu/functions-default
parentremoved temp and bak files of virt plugins (diff)
downloadcore-b549727cf82a94ba810540bb9d7d27fd6d6c6dd8.tar.gz
core-b549727cf82a94ba810540bb9d7d27fd6d6c6dd8.tar.xz
core-b549727cf82a94ba810540bb9d7d27fd6d6c6dd8.zip
Small fixes for Xorg keyboard of SuSE11.3 and Ubuntu functions ...
Diffstat (limited to 'initramfs/distro-specs/ubuntu/functions-default')
-rw-r--r--initramfs/distro-specs/ubuntu/functions-default4
1 files changed, 4 insertions, 0 deletions
diff --git a/initramfs/distro-specs/ubuntu/functions-default b/initramfs/distro-specs/ubuntu/functions-default
index 11d82e9a..1a863966 100644
--- a/initramfs/distro-specs/ubuntu/functions-default
+++ b/initramfs/distro-specs/ubuntu/functions-default
@@ -258,8 +258,12 @@ fi
}
# start portmapper (needed at least for nfsN and nis services)
config_portmap () {
+if [ -f /mnt/etc/init.inactive/portmap.conf ]; then
mv /mnt/etc/init.inactive/portmap.conf /mnt/etc/init
mv /mnt/etc/init.inactive/statd.conf /mnt/etc/init
+else
+ error "$df_errpmap" nonfatal
+fi
}
# mostly unused yet (needs to be properly integrated)
config_nfs () {