summaryrefslogtreecommitdiffstats
path: root/initrd/distro-specs
diff options
context:
space:
mode:
authorFelix Endres2006-03-21 17:33:01 +0100
committerFelix Endres2006-03-21 17:33:01 +0100
commit33ea007ab9c9a6630d817644959cb1ca7ce1e1dd (patch)
treec050fa8b8dd4d055fb9bd3005e8b537ad2892a7f /initrd/distro-specs
parentAdded 'sync' to runvmware (ensure that data is really written to loop (diff)
downloadcore-33ea007ab9c9a6630d817644959cb1ca7ce1e1dd.tar.gz
core-33ea007ab9c9a6630d817644959cb1ca7ce1e1dd.tar.xz
core-33ea007ab9c9a6630d817644959cb1ca7ce1e1dd.zip
Fix: dhclientuser für Ubuntu
Neue Basepasswd Screenresolutionermittlung git-svn-id: http://svn.openslx.org/svn/openslx/ld4@109 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs')
-rw-r--r--initrd/distro-specs/ubuntu/functions-5.106
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