diff options
author | g2@giantshoulder.com <g2@giantshoulder.com> | 2005-02-21 00:27:47 +0000 |
---|---|---|
committer | g2@giantshoulder.com <g2@giantshoulder.com> | 2005-02-21 00:27:47 +0000 |
commit | 473d45a56ea484dd66ac0700a917e304e994d6e5 (patch) | |
tree | 0882c812f5ef771013dce6ff6825c14339975f68 /packages/openslug-init | |
parent | 851c22ddf3182974555c69e2a4fd5b7c9ca3425d (diff) |
Switch to hotplug-ng and tweak sysconfsetup for /etc/networks/interfaces and ehci-hcd, boot directly to /dev/mtdblock4 until we add /initrd and fix switchbox
BKrev: 42192b03wZVN4cRgtqs0xPX31y3Klg
Diffstat (limited to 'packages/openslug-init')
-rw-r--r-- | packages/openslug-init/openslug-init-0.10/sysconfsetup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/openslug-init/openslug-init-0.10/sysconfsetup b/packages/openslug-init/openslug-init-0.10/sysconfsetup index 1b5b901708..533354b71f 100644 --- a/packages/openslug-init/openslug-init-0.10/sysconfsetup +++ b/packages/openslug-init/openslug-init-0.10/sysconfsetup @@ -15,6 +15,7 @@ then auto lo iface lo inet loopback +auto eth0 iface eth0 inet static EOF @@ -32,3 +33,5 @@ EOF fi modprobe ixp425_eth +modprobe ehci-hcd + |