From fd89010da77f85e8a80cb63654bdd35392db68c1 Mon Sep 17 00:00:00 2001 From: Nico Dietrich Date: Fri, 22 Sep 2006 14:03:37 +0000 Subject: * initrd: fix ssh start for debian * installer: fix: set root pw according the client distro, not server - therefore introduce distro-specific client configuration files * installer: fix sourcing of files for distro detection * git-svn-id: http://svn.openslx.org/svn/openslx/trunk@388 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/distro-specs/debian/functions-default | 2 +- initramfs/mkdxsinitrd | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'initramfs') diff --git a/initramfs/distro-specs/debian/functions-default b/initramfs/distro-specs/debian/functions-default index 25143c86..5b15c920 100644 --- a/initramfs/distro-specs/debian/functions-default +++ b/initramfs/distro-specs/debian/functions-default @@ -140,7 +140,7 @@ fi config_sshd () { if [ "x$start_sshd" = "xyes" ] ; then if [ -f /mnt/etc/init.d/ssh ] ; then - rllinker "sshd" "20" "02" + rllinker "ssh" "20" "02" fi fi } diff --git a/initramfs/mkdxsinitrd b/initramfs/mkdxsinitrd index 10b96647..ba890cc8 100755 --- a/initramfs/mkdxsinitrd +++ b/initramfs/mkdxsinitrd @@ -590,6 +590,7 @@ if [ -z "$KERNVER" ] ; then fi if [ -z "$NWMODULES" ] ; then + #NWMODULES="forcedeth e1000 e100 tg3 via-rhine r8169 pcnet32 8139too 8139cp" NWMODULES="forcedeth e1000 e100 tg3 via-rhine r8169 pcnet32" fi if [ -z "$FSMODULES" ] ; then -- cgit v1.2.3-55-g7522