Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Sun, 13 Jun 2004 12:10:48 +0000 (12:10 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 13 Jun 2004 12:10:48 +0000 (12:10 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages

2004/06/13 14:10:42+02:00 uni-frankfurt.de!mickey
enable setting up unrandom in initscripts

BKrev: 40cc4448UM_LUvG16aF2B0zQp_BlkQ

40 files changed:
initscripts/initscripts-1.0-r0/banner [deleted file]
initscripts/initscripts-1.0-r0/bootmisc.sh [deleted file]
initscripts/initscripts-1.0-r0/device_table.txt [deleted file]
initscripts/initscripts-1.0-r0/devices [deleted file]
initscripts/initscripts-1.0-r0/extractfs [deleted file]
initscripts/initscripts-1.0-r0/h3600/devices [deleted file]
initscripts/initscripts-1.0-r0/umountfs [deleted file]
initscripts/initscripts-1.0/banner [moved from initscripts/initscripts-1.0-r0/simpad/banner with 100% similarity]
initscripts/initscripts-1.0/bootlogo-simpad.gz [moved from initscripts/initscripts-1.0-r0/bootlogo-simpad.gz with 100% similarity]
initscripts/initscripts-1.0/bootmisc.sh [moved from initscripts/initscripts-1.0-r0/checkfs.sh with 100% similarity]
initscripts/initscripts-1.0/checkfs.sh [moved from initscripts/initscripts-1.0-r0/checkroot.sh with 100% similarity]
initscripts/initscripts-1.0/checkroot.sh [moved from initscripts/initscripts-1.0-r0/collie/devices with 100% similarity]
initscripts/initscripts-1.0/collie/devices [moved from initscripts/initscripts-1.0-r0/simpad/devices with 100% similarity]
initscripts/initscripts-1.0/device_table.txt [moved from initscripts/initscripts-1.0-r0/devpts with 100% similarity]
initscripts/initscripts-1.0/devices [moved from initscripts/initscripts-1.0-r0/uml/devices with 100% similarity]
initscripts/initscripts-1.0/devpts [moved from initscripts/initscripts-1.0-r0/devpts.sh with 100% similarity]
initscripts/initscripts-1.0/devpts.sh [moved from initscripts/initscripts-1.0-r0/finish with 100% similarity]
initscripts/initscripts-1.0/extractfs [moved from initscripts/initscripts-1.0-r0/ramses/extractfs with 100% similarity]
initscripts/initscripts-1.0/finish [moved from initscripts/initscripts-1.0-r0/halt with 100% similarity]
initscripts/initscripts-1.0/h3600/devices [moved from initscripts/initscripts-1.0-r0/hostname.sh with 100% similarity]
initscripts/initscripts-1.0/halt [moved from initscripts/initscripts-1.0-r0/mountall.sh with 100% similarity]
initscripts/initscripts-1.0/hostname.sh [moved from initscripts/initscripts-1.0-r0/mountnfs.sh with 100% similarity]
initscripts/initscripts-1.0/mountall.sh [moved from initscripts/initscripts-1.0-r0/ramdisk with 100% similarity]
initscripts/initscripts-1.0/mountnfs.sh [moved from initscripts/initscripts-1.0-r0/ramses/packages with 100% similarity]
initscripts/initscripts-1.0/ramdisk [moved from initscripts/initscripts-1.0-r0/ramses/umountfs with 100% similarity]
initscripts/initscripts-1.0/ramses/extractfs [moved from initscripts/initscripts-1.0-r0/reboot with 100% similarity]
initscripts/initscripts-1.0/ramses/packages [moved from initscripts/initscripts-1.0-r0/rmnologin with 100% similarity]
initscripts/initscripts-1.0/ramses/umountfs [moved from initscripts/initscripts-1.0-r0/sendsigs with 100% similarity]
initscripts/initscripts-1.0/reboot [moved from initscripts/initscripts-1.0-r0/single with 100% similarity]
initscripts/initscripts-1.0/rmnologin [moved from initscripts/initscripts-1.0-r0/sysfs.sh with 100% similarity]
initscripts/initscripts-1.0/sendsigs [moved from initscripts/initscripts-1.0-r0/umountnfs.sh with 100% similarity]
initscripts/initscripts-1.0/simpad/banner [moved from initscripts/initscripts-1.0-r0/urandom with 100% similarity]
initscripts/initscripts-1.0/simpad/devices [new file with mode: 0644]
initscripts/initscripts-1.0/single [new file with mode: 0644]
initscripts/initscripts-1.0/sysfs.sh [new file with mode: 0644]
initscripts/initscripts-1.0/uml/devices [new file with mode: 0644]
initscripts/initscripts-1.0/umountfs [new file with mode: 0644]
initscripts/initscripts-1.0/umountnfs.sh [new file with mode: 0644]
initscripts/initscripts-1.0/urandom [new file with mode: 0644]
initscripts/initscripts_1.0.oe

diff --git a/initscripts/initscripts-1.0-r0/banner b/initscripts/initscripts-1.0-r0/banner
deleted file mode 100644 (file)
index ee60c93..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-if [ ! -e /dev/tty ]; then
-  /bin/mknod -m 0666 /dev/tty c 5 0
-fi
-
-if [ -e /dev/tty0 ]; then
-  vtmaster=/dev/tty0
-elif [ -e /dev/vc/0 ]; then
-  vtmaster=/dev/vc/0
-else
-  vtmaster=/dev/null
-fi
-echo > $vtmaster
-echo "Please wait: booting..." > $vtmaster
diff --git a/initscripts/initscripts-1.0-r0/bootmisc.sh b/initscripts/initscripts-1.0-r0/bootmisc.sh
deleted file mode 100644 (file)
index 74d27f5..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# bootmisc.sh  Miscellaneous things to be done during bootup.
-#
-
-. /etc/default/rcS
-#
-# Put a nologin file in /etc to prevent people from logging in before
-# system startup is complete.
-#
-if test "$DELAYLOGIN" = yes
-then
-  echo "System bootup in progress - please wait" > /etc/nologin
-  cp /etc/nologin /etc/nologin.boot
-fi
-
-#
-# Set pseudo-terminal access permissions.
-#
-if ( ! grep -q devfs /proc/mounts ) && test -c /dev/ttyp0
-then
-       chmod 666 /dev/tty[p-za-e][0-9a-f]
-       chown root:tty /dev/tty[p-za-e][0-9a-f]
-fi
-
-#
-# Update /etc/motd.
-#
-if test "$EDITMOTD" != no
-then
-       uname -a > /etc/motd.tmp
-       sed 1d /etc/motd >> /etc/motd.tmp
-       mv /etc/motd.tmp /etc/motd
-fi
-
-#
-# This is as good a place as any for a sanity check
-# /tmp should be a symlink to /var/tmp to cut down on the number
-# of mounted ramdisks.
-if test ! -L /tmp && test -d /var/tmp
-then
-       rm -rf /tmp
-       ln -sf /var/tmp tmp
-fi
-
-#
-# Update dynamic library cache
-#
-/sbin/ldconfig
-
-: exit 0
diff --git a/initscripts/initscripts-1.0-r0/device_table.txt b/initscripts/initscripts-1.0-r0/device_table.txt
deleted file mode 100644 (file)
index b10c4fa..0000000
+++ /dev/null
@@ -1,160 +0,0 @@
-#/dev/         d       775     0       0       -       -       -       -       -
-#/dev/msys     d       775     0       0       -       -       -       -       -
-#/dev/pts      d       775     0       0       -       -       -       -       -
-#/var          d       775     0       0       -       -       -       -       -
-/boot/var/empty        d       755     0       3       -       -       -       -
-/dev/apm_bios  c       660     0       46      10      134     -       -       -
-/dev/audio     c       660     0       29      14      4       -       -       -
-/dev/audio1    c       660     0       29      14      20      -       -       -
-/dev/audio2    c       660     0       29      14      36      -       -       -
-/dev/audio3    c       660     0       29      14      52      -       -       -
-/dev/bty       c       644     0       0       60      0       0       1       5
-/dev/collie-fl c       640     0       44      254     0       -       -       -
-/dev/console   c       662     0       5       5       1       -       -
-/dev/cusa0     c       640     0       0       205     5       -       -       -
-/dev/cusa1     c       640     0       0       205     6       -       -       -
-/dev/cusa2     c       640     0       0       205     7       -       -       -
-/dev/dsp       c       660     0       29      14      3       -       -       -
-/dev/dsp1      c       660     0       29      14      19      -       -       -
-/dev/dsp2      c       660     0       29      14      35      -       -       -
-/dev/dsp3      c       660     0       29      14      51      -       -       -
-/dev/fb                c       660     0       44      29      0       0       32      2
-/dev/fb0autodetect     c       660     0       44      29      1       -       -       -
-/dev/fb0current        c       660     0       44      29      0       -       -       -
-#/dev/fb1      c       660     0       44      29      32      -       -       -
-/dev/fb1autodetect     c       660     0       44      29      33      -       -       -
-/dev/fb1current        c       660     0       44      29      32      -       -       -
-/dev/full      c       666     0       7       -       -       -
-/dev/hda       b       660     0       6       3       0       -       -       -
-/dev/hda       b       660     0       6       3       1       1       1       20
-/dev/hdb       b       660     0       6       3       64      -       -       -
-/dev/hdb       b       660     0       6       3       65      1       1       20
-/dev/hdc       b       660     0       6       22      0       -       -       -
-/dev/hdc       b       660     0       6       22      1       1       1       20
-/dev/initctl   p       600     0       0       -       -       -       -
-/dev/inportbm  c       660     0       0       10      2       -       -       -
-/dev/ircomm0   c       640     0       0       161     0       -       -       -
-/dev/jbm       c       660     0       0       10      4       -       -       -
-/dev/kmem      c       640     0       15      1       2       -       -       -
-/dev/lirc      c       660     0       5       61      0       -       -       -
-/dev/logibm    c       660     0       0       10      0       -       -       -
-/dev/loop0     b       660     0       11      7       0       -       -       -
-/dev/loop1     b       660     0       11      7       1       -       -       -
-/dev/mem       c       640     0       15      1       1       -       -       -
-/dev/mixer     c       666     0       0       14      0       -       -       -
-/dev/mixer1    c       666     0       0       14      16      -       -       -
-/dev/mixer2    c       666     0       0       14      32      -       -       -
-/dev/mixer3    c       666     0       0       14      48      -       -       -
-/dev/mmcda     b       640     0       0       60      0       -       -       -
-/dev/mmcda1    b       640     0       0       60      1       -       -       -
-/dev/mmcda2    b       640     0       0       60      2       -       -       -
-/dev/msys/fla  b       660     0       11      100     0       -       -       -
-/dev/msys/fla1 b       660     0       11      100     1       -       -       -
-/dev/msys/fla2 b       660     0       11      100     2       -       -       -
-/dev/msys/fla3 b       660     0       11      100     3       -       -       -
-/dev/msys/fla4 b       660     0       11      100     4       -       -       -
-/dev/msys/flb  b       660     0       11      100     64      -       -       -
-/dev/msys/flb1 b       660     0       11      100     65      -       -       -
-/dev/msys/flb2 b       660     0       11      100     66      -       -       -
-/dev/msys/flb3 b       660     0       11      100     67      -       -       -
-/dev/msys/flb4 b       660     0       11      100     68      -       -       -
-/dev/mtd       c       660     0       6       90      0       0       2       8
-/dev/mtdblock  b       640     0       0       31      0       0       1       8
-/dev/nst0      c       664     0       11      9       128     -       -       -
-/dev/nst0a     c       664     0       11      9       224     -       -       -
-/dev/nst0l     c       664     0       11      9       160     -       -       -
-/dev/nst0m     c       664     0       11      9       192     -       -       -
-/dev/nst1      c       664     0       11      9       129     -       -       -
-/dev/nst1a     c       664     0       11      9       225     -       -       -
-/dev/nst1l     c       664     0       11      9       161     -       -       -
-/dev/nst1m     c       664     0       11      9       193     -       -       -
-/dev/null      c       666     0       0       1       3       -       -       -
-/dev/par0      c       660     0       7       6       0       -       -       -
-/dev/par1      c       660     0       7       6       1       -       -       -
-/dev/par2      c       660     0       7       6       2       -       -       -
-/dev/port      c       640     0       15      1       4       -       -       -
-/dev/ppp       c       640     0       0       108     0       -       -       -
-/dev/psaux     c       660     0       0       10      1       -       -       -
-/dev/ptmx      c       666     0       5       5       2       -       -       -
-/dev/ptya0     c       660     0       5       2       176     -       -       -
-/dev/ptya1     c       660     0       5       2       177     -       -       -
-/dev/ptya2     c       660     0       5       2       178     -       -       -
-/dev/ptya3     c       660     0       5       2       179     -       -       -
-/dev/ptya4     c       660     0       5       2       180     -       -       -
-/dev/ptya5     c       660     0       5       2       181     -       -       -
-/dev/ptya6     c       660     0       5       2       182     -       -       -
-/dev/ptya7     c       660     0       5       2       183     -       -       -
-/dev/ptya8     c       660     0       5       2       184     -       -       -
-/dev/ptya9     c       660     0       5       2       185     -       -       -
-/dev/ptyaa     c       660     0       5       2       186     -       -       -
-/dev/ptyab     c       660     0       5       2       187     -       -       -
-/dev/ptyac     c       660     0       5       2       188     -       -       -
-/dev/ptyad     c       660     0       5       2       189     -       -       -
-/dev/ptyae     c       660     0       5       2       190     -       -       -
-/dev/ptyaf     c       660     0       5       2       191     -       -       -
-/dev/ram       b       640     0       0       1       0       0       1       4
-/dev/random    c       440     0       0       1       8       -       -       -
-/dev/rmidi0    c       660     0       0       35      64      -       -       -
-/dev/rmidi1    c       660     0       0       35      65      -       -       -
-/dev/rmidi2    c       660     0       0       35      66      -       -       -
-/dev/rmidi3    c       660     0       0       35      67      -       -       -
-/dev/rtc       c       660     0       47      10      135     -       -       -
-/dev/scd0      b       660     0       6       11      0       -       -       -
-/dev/scd1      b       660     0       6       11      1       -       -       -
-/dev/sda       b       660     0       6       8       0       -       -       -
-/dev/sda1      b       660     0       6       8       1       -       -       -
-/dev/sda2      b       660     0       6       8       2       -       -       -
-/dev/sda3      b       660     0       6       8       3       -       -       -
-/dev/sda4      b       660     0       6       8       4       -       -       -
-/dev/sda5      b       660     0       6       8       5       -       -       -
-/dev/sda6      b       660     0       6       8       6       -       -       -
-/dev/sda7      b       660     0       6       8       7       -       -       -
-/dev/sda8      b       660     0       6       8       8       -       -       -
-/dev/sda9      b       660     0       6       8       9       -       -       -
-/dev/sdb       b       660     0       6       8       16      -       -       -
-/dev/sdb1      b       660     0       6       8       17      -       -       -
-/dev/sdb2      b       660     0       6       8       18      -       -       -
-/dev/sdb3      b       660     0       6       8       19      -       -       -
-/dev/sdb4      b       660     0       6       8       20      -       -       -
-/dev/sdb5      b       660     0       6       8       21      -       -       -
-/dev/sdb6      b       660     0       6       8       22      -       -       -
-/dev/sdb7      b       660     0       6       8       23      -       -       -
-/dev/sdb8      b       660     0       6       8       24      -       -       -
-/dev/sdb9      b       660     0       6       8       25      -       -       -
-/dev/sdc       b       660     0       6       8       32      -       -       -
-/dev/sdc1      b       660     0       6       8       33      -       -       -
-/dev/sdc2      b       660     0       6       8       34      -       -       -
-/dev/sdc3      b       660     0       6       8       35      -       -       -
-/dev/sdc4      b       660     0       6       8       36      -       -       -
-/dev/sdc5      b       660     0       6       8       37      -       -       -
-/dev/sdc6      b       660     0       6       8       38      -       -       -
-/dev/sdc7      b       660     0       6       8       39      -       -       -
-/dev/sdc8      b       660     0       6       8       40      -       -       -
-/dev/sdc9      b       660     0       6       8       41      -       -       -
-/dev/sd_slotstat       c       660     0       6       10      240     -       -       -
-/dev/sharp_audioctl    c       660     0       29      10      213     -       -       -
-/dev/sharp_buz c       660     0       29      10      211     -       -       -
-/dev/sharp_kbdctl      c       660     0       45      10      214     -       -       -
-/dev/sharp_led c       660     0       48      10      210     -       -       -
-/dev/sharp_ts  c       640     0       45      11      0       -       -       -
-/dev/smtpe0    c       640     0       0       35      128     -       -       -
-/dev/smtpe1    c       640     0       0       35      129     -       -       -
-/dev/smtpe2    c       640     0       0       35      130     -       -       -
-/dev/smtpe3    c       640     0       0       35      131     -       -       -
-/dev/sndstat   c       660     0       29      14      6       -       -       -
-/dev/st0       c       660     0       11      9       0       -       -       -
-/dev/st0a      c       660     0       11      9       96      -       -       -
-/dev/st0l      c       660     0       11      9       32      -       -       -
-/dev/st0m      c       660     0       11      9       64      -       -       -
-/dev/st1       c       660     0       11      9       1       -       -       -
-/dev/st1a      c       660     0       11      9       97      -       -       -
-/dev/st1l      c       660     0       11      9       33      -       -       -
-/dev/st1m      c       660     0       11      9       65      -       -       -
-/dev/tty       c       662     0       5       5       0       -       -       -
-/dev/tty       c       666     0       5       4       0       0       1       9
-/dev/ttyS      c       640     0       5       4       64      0       1       4
-/dev/ttySA     c       640     0       5       204     5       0       1       4
-/dev/ttyUSB    c       660     0       5       188     0       0       1       2
-/dev/urandom   c       440     0       0       1       9       -       -       -
-/dev/usbmouse  c       640     0       45      10      32      -       -       -
-/dev/zero      c       644     0       0       1       5       -       -
diff --git a/initscripts/initscripts-1.0-r0/devices b/initscripts/initscripts-1.0-r0/devices
deleted file mode 100644 (file)
index fc1d967..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/sh
-#
-# Devfs handling script.  Since we arent running devfsd due to various reasons
-# which I will not lay out here, we need to create some links for compatibility.
-
-. /etc/default/rcS
-
-if test -e /dev/.devfsd
-then
-       if test "$VERBOSE" != "no"; then echo -n "Setting up device links for devfs: "; fi
-       ln -s /dev/touchscreen/0 /dev/ts
-       ln -s /dev/touchscreen/0raw /dev/tsraw
-       ln -s /dev/vc/0 /dev/tty0
-       ln -s /dev/vc/1 /dev/tty1
-       ln -s /dev/vc/2 /dev/tty2
-       ln -s /dev/vc/3 /dev/tty3
-       ln -s /dev/vc/4 /dev/tty4
-       ln -s /dev/vc/5 /dev/tty5
-       ln -s /dev/fb/0 /dev/fb0
-#      ln -s /dev/tts/0 /dev/ttySA0
-#      ln -s /dev/tts/1 /dev/ttySA1
-#      ln -s /dev/tts/2 /dev/ttySA2
-
-       ln -s /dev/sound/dsp /dev/dsp
-       ln -s /dev/sound/mixer /dev/mixer
-
-       ln -s /dev/v4l/video0 /dev/video0
-       ln -s /dev/v4l/video0 /dev/video
-       ln -s /dev/misc/rtc /dev/rtc
-
-       ## need this so that ppp will autoload the ppp modules
-       mknod /dev/ppp c 108 0
-       if test "$VERBOSE" != "no"; then echo "done"; fi
-else
-       if test "$VERBOSE" != "no"; then echo -n "Mounting /dev ramdisk: "; fi
-       mount -t ramfs ramfs /dev || mount -t tmpfs ramfs /dev
-       if test $? -ne 0; then
-               if test "$VERBOSE" != "no"; then echo "failed"; fi
-       else
-               if test "$VERBOSE" != "no"; then echo "done"; fi
-       fi
-       if test "$VERBOSE" != "no"; then echo -n "Populating /dev: "; fi
-       cd /
-       mkdir -p dev/msys
-       mkdir -p dev/pts
-       ln -sf /proc/self/fd /dev/fd
-       ln -sf /proc/kcore /dev/core
-       /sbin/makedevs -r / -D /etc/device_table
-       if test $? -ne 0; then
-               if test "$VERBOSE" != "no"; then echo "failed"; fi
-       else
-               if test "$VERBOSE" != "no"; then echo "done"; fi
-       fi
-fi
-
-exit 0
diff --git a/initscripts/initscripts-1.0-r0/extractfs b/initscripts/initscripts-1.0-r0/extractfs
deleted file mode 100644 (file)
index e5fa4e2..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-. /etc/default/rcS
-
-set -e
-
-if (grep -q 'ramfs.*/var.*ramfs' /proc/mounts) || (grep -q 'tmpfs.*/var.*tmpfs' /proc/mounts)
-then
-       if test "$VERBOSE" != "no"; then echo -n "Populating /var filesystem: "; fi
-       cd /
-       tar -xpf /boot/var.tar
-       if test $? -ne 0; then
-               if test "$VERBOSE" != "no"; then echo "failed"; fi
-       else
-               if test "$VERBOSE" != "no"; then echo "done"; fi
-       fi
-fi
-
-# Sharp ROM compatibility links
-if ! [ -e /home/QtPalmtop ]; then
-       ln -sf /opt/QtPalmtop /home/QtPalmtop
-fi
-
-if ! [ -e /home/root ]; then
-       ln -sf /root /home/root
-fi
-
-exit 0
diff --git a/initscripts/initscripts-1.0-r0/h3600/devices b/initscripts/initscripts-1.0-r0/h3600/devices
deleted file mode 100644 (file)
index a9350b5..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/sh
-#
-# Devfs handling script.  Since we arent running devfsd due to various reasons
-# which I will not lay out here, we need to create some links for compatibility.
-
-    depmod -ae
-    modprobe ipaq_hal
-    model=`cat /proc/hal/model`
-    modprobe ipaq_hal_$model
-
-    test -n "$VERBOSE" && echo -n "Setting up device links for devfs: "
-    echo "Setting up some devices"
-    (
-    ln -s /dev/touchscreen/0 
-    chmod 0644 /dev/h3600_ts
-    ln -s /dev/touchscreen/0raw /dev/h3600_tsraw 
-    chmod 0644 /dev/h3600_ts 
-    ln -s /dev/vc/0 /dev/tty0
-    ln -s /dev/vc/1 /dev/tty1
-    ln -s /dev/vc/2 /dev/tty2
-    ln -s /dev/vc/3 /dev/tty3
-    ln -s /dev/vc/4 /dev/tty4
-    ln -s /dev/vc/5 /dev/tty5
-    ln -s /dev/fb/0 /dev/fb0
-    # ln -s /dev/tts/0 /dev/ttySA0
-    # ln -s /dev/tts/1 /dev/ttySA1
-    # ln -s /dev/tts/2 /dev/ttySA2
-
-    ln -s /dev/sound/dsp /dev/dsp
-    ln -s /dev/sound/mixer /dev/mixer
-
-    ln -s /dev/v4l/video0 /dev/video0
-    ln -s /dev/v4l/video0 /dev/video
-    ln -s /dev/misc/rtc /dev/rtc
-
-    ## need this so that ppp will autoload the ppp modules
-    mknod /dev/ppp c 108 0
-    )  > /dev/null 2>&1
-
-
-    test -n "$VERBOSE" && echo "done"
diff --git a/initscripts/initscripts-1.0-r0/umountfs b/initscripts/initscripts-1.0-r0/umountfs
deleted file mode 100644 (file)
index ec75b0c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#! /bin/sh
-#
-# umountfs     Turn off swap and unmount all local filesystems.
-#
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-
-echo "Deactivating swap..."
-swapoff -a
-
-# We leave /proc mounted.
-echo "Unmounting local filesystems..."
-mount -o remount,ro /mnt/ram
-umount -f -a -r
-
-mount -o remount,ro /
-
-: exit 0
diff --git a/initscripts/initscripts-1.0/simpad/devices b/initscripts/initscripts-1.0/simpad/devices
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/initscripts/initscripts-1.0/single b/initscripts/initscripts-1.0/single
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/initscripts/initscripts-1.0/sysfs.sh b/initscripts/initscripts-1.0/sysfs.sh
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/initscripts/initscripts-1.0/uml/devices b/initscripts/initscripts-1.0/uml/devices
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/initscripts/initscripts-1.0/umountfs b/initscripts/initscripts-1.0/umountfs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/initscripts/initscripts-1.0/umountnfs.sh b/initscripts/initscripts-1.0/umountnfs.sh
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/initscripts/initscripts-1.0/urandom b/initscripts/initscripts-1.0/urandom
new file mode 100644 (file)
index 0000000..e69de29
index 24abda9..7e70ab6 100644 (file)
@@ -4,6 +4,7 @@ SECTION = "base"
 PRIORITY = "required"
 DEPENDS = "makedevs"
 RDEPENDS = "makedevs"
+PR = "r1"
 
 SRC_URI = "file://halt \
            file://ramdisk \
@@ -63,7 +64,7 @@ do_install () {
        install -m 0755    ${WORKDIR}/sendsigs          ${D}/etc/init.d
        install -m 0755    ${WORKDIR}/single            ${D}/etc/init.d
        install -m 0755    ${WORKDIR}/umountnfs.sh      ${D}/etc/init.d
-#      install -m 0755    ${FILESDIR}/urandom          ${D}/etc/init.d
+       install -m 0755    ${WORKDIR}/urandom           ${D}/etc/init.d
        install -m 0755    ${WORKDIR}/devpts.sh ${D}/etc/init.d
        install -m 0755    ${WORKDIR}/devpts            ${D}/etc/default
        install -m 0755    ${WORKDIR}/sysfs.sh          ${D}/etc/init.d
@@ -82,12 +83,12 @@ do_install () {
        ln -sf          ../init.d/rmnologin     ${D}/etc/rc4.d/S99rmnologin
        ln -sf          ../init.d/rmnologin     ${D}/etc/rc5.d/S99rmnologin
        ln -sf          ../init.d/sendsigs      ${D}/etc/rc6.d/S20sendsigs
-#      ln -sf          ../init.d/urandom       ${D}/etc/rc6.d/S30urandom
+       ln -sf          ../init.d/urandom       ${D}/etc/rc6.d/S30urandom
        ln -sf          ../init.d/umountnfs.sh  ${D}/etc/rc6.d/S31umountnfs.sh
 #      ln -sf          ../init.d/umountfs      ${D}/etc/rc6.d/S40umountfs
        ln -sf          ../init.d/reboot        ${D}/etc/rc6.d/S90reboot
        ln -sf          ../init.d/sendsigs      ${D}/etc/rc0.d/S20sendsigs
-#      ln -sf          ../init.d/urandom       ${D}/etc/rc0.d/S30urandom
+       ln -sf          ../init.d/urandom       ${D}/etc/rc0.d/S30urandom
        ln -sf          ../init.d/umountnfs.sh  ${D}/etc/rc0.d/S31umountnfs.sh
 #      ln -sf          ../init.d/umountfs      ${D}/etc/rc0.d/S40umountfs
        ln -sf          ../init.d/halt          ${D}/etc/rc0.d/S90halt
@@ -99,7 +100,7 @@ do_install () {
        ln -sf          ../init.d/hostname.sh   ${D}/etc/rcS.d/S40hostname.sh
        ln -sf          ../init.d/mountnfs.sh   ${D}/etc/rcS.d/S45mountnfs.sh
        ln -sf          ../init.d/bootmisc.sh   ${D}/etc/rcS.d/S55bootmisc.sh
-#      ln -sf          ../init.d/urandom       ${D}/etc/rcS.d/S55urandom
+       ln -sf          ../init.d/urandom       ${D}/etc/rcS.d/S55urandom
        ln -sf          ../init.d/finish        ${D}/etc/rcS.d/S99finish
        ln -sf          ../init.d/devices       ${D}/etc/rcS.d/S01devices
        ln -sf          ../init.d/sysfs.sh      ${D}/etc/rcS.d/S36sysfs