From 33ea007ab9c9a6630d817644959cb1ca7ce1e1dd Mon Sep 17 00:00:00 2001 From: Felix Endres Date: Tue, 21 Mar 2006 16:33:01 +0000 Subject: Fix: dhclientuser für Ubuntu Neue Basepasswd Screenresolutionermittlung git-svn-id: http://svn.openslx.org/svn/openslx/ld4@109 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/distro-specs/ubuntu/functions-5.10 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'initrd/distro-specs/ubuntu') 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 -- cgit v1.2.3-55-g7522