diff options
Diffstat (limited to 'initrd/distro-specs/ubuntu')
| -rw-r--r-- | initrd/distro-specs/ubuntu/functions-5.10 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/initrd/distro-specs/ubuntu/functions-5.10 b/initrd/distro-specs/ubuntu/functions-5.10 index 31a20a64..5f25d014 100644 --- a/initrd/distro-specs/ubuntu/functions-5.10 +++ b/initrd/distro-specs/ubuntu/functions-5.10 @@ -25,6 +25,11 @@ postinit () { : } +# distro specific function called from servconfig script +config_distro () { + : +} + # AUS SuSE-9.3 # udev/hotplug - auto device discovery service udev_hotplug () { |
