diff options
Diffstat (limited to 'initrd/distro-specs/ubuntu/functions-5.10')
| -rw-r--r-- | initrd/distro-specs/ubuntu/functions-5.10 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/initrd/distro-specs/ubuntu/functions-5.10 b/initrd/distro-specs/ubuntu/functions-5.10 index d26dbea7..957ea475 100644 --- a/initrd/distro-specs/ubuntu/functions-5.10 +++ b/initrd/distro-specs/ubuntu/functions-5.10 @@ -12,6 +12,7 @@ # distro specific stuff to initialize preinit () { + echo "Creating dhcp user" echo "dhcp:x:101:">>/etc/group echo "dhcp:x:101:101::/nonexistent:/bin/false">>/etc/passwd @@ -19,8 +20,9 @@ preinit () { modprobe ${MODPRV} unix || error " Failed to load the \"unix\" module. \ Problems with Hardware detection will probably arise" } -preinit () { -: + +postinit () { + # Nothing to do yet } # AUS SuSE-9.3 |
