diff options
Diffstat (limited to 'initrd/distro-specs/ubuntu')
| -rw-r--r-- | initrd/distro-specs/ubuntu/functions-5.10 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/initrd/distro-specs/ubuntu/functions-5.10 b/initrd/distro-specs/ubuntu/functions-5.10 index c4b95bcd..e3327da0 100644 --- a/initrd/distro-specs/ubuntu/functions-5.10 +++ b/initrd/distro-specs/ubuntu/functions-5.10 @@ -2,7 +2,7 @@ # linux diskless clients (executed within initial # ramdisk after genconfig) # -# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 28-04-2006 +# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 18-05-2006 # Nico Dietrich # Felix Endres # @@ -197,6 +197,11 @@ if [ "x$start_dreshal" = "xyes" ]; then fi } +# configure automounter +config_automount () { +: +} + # configure bluetooth services config_bt () { : |
