summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs')
-rw-r--r--initramfs/distro-specs/debian/functions-default2
-rwxr-xr-xinitramfs/mkdxsinitrd1
2 files changed, 2 insertions, 1 deletions
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