diff options
| author | Dirk von Suchodoletz | 2007-04-28 13:55:57 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2007-04-28 13:55:57 +0200 |
| commit | b3a7607012f669d8f83f24cd0d97617ceb50caae (patch) | |
| tree | aec8ad2d3884daba14fe80fafe9f26da68fd9e1c /initramfs/initrd-stuff/etc | |
| parent | Cleanups for InitRamFS: busybox is made the main tool ... (diff) | |
| download | core-b3a7607012f669d8f83f24cd0d97617ceb50caae.tar.gz core-b3a7607012f669d8f83f24cd0d97617ceb50caae.tar.xz core-b3a7607012f669d8f83f24cd0d97617ceb50caae.zip | |
Major changes for stage3/initramfs: busybox is made the main tool ...
mkdxsinitrd is changed accordingly, with some fixes, cleanups to init
and functions ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@936 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/etc')
| -rw-r--r-- | initramfs/initrd-stuff/etc/functions | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions index 9265eedb..aef02ad8 100644 --- a/initramfs/initrd-stuff/etc/functions +++ b/initramfs/initrd-stuff/etc/functions @@ -67,8 +67,6 @@ trigger_device_events () { # mini udev of busybox or distro specific udev_hotplug runudev () { if [ -x /bin/mdev ] ; then - [ -c /dev/mem ] ||mknod /dev/mem c 1 1 2>/dev/null - [ -c /dev/zero ] || mknod /dev/zero c 1 5 2>/dev/null mdev -s else udev_hotplug @@ -422,14 +420,10 @@ case $dhcp in dhcpcd $vci -L /var/lib/dhcp -c /bin/dhcpcd.exe -T -t 30 eth0 \ >/dev/null 2>&1 || error "$error_dhcpcd" ;; - pump) - error "$error_pump" - ;; - # udhcpc is part of busybox; then we expect to have mknod installed + # udhcpc is part of busybox udhcpc) [ -n $vci ] && vci="-V $vci" testmkd /usr/share/udhcpc - test -c /dev/urandom || mknod /dev/urandom c 1 9 2>/dev/null ln -s /bin/dhcpmkconfig /usr/share/udhcpc/default.script udhcpc -b -q $vci -s /usr/share/udhcpc/default.script -i eth0 2>/dev/null ;; |
