diff options
| author | Dirk von Suchodoletz | 2006-02-08 19:28:09 +0100 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-02-08 19:28:09 +0100 |
| commit | e5695c3fa1e7f423c8efec765cdf7f78a9d50576 (patch) | |
| tree | ddc08322dcc29c9b871aabc133e5f7f16c9b3d81 /initrd/initrd-stuff/etc | |
| parent | Changed pivoting mechanism to new style (run-init from klibc) ... (diff) | |
| download | core-e5695c3fa1e7f423c8efec765cdf7f78a9d50576.tar.gz core-e5695c3fa1e7f423c8efec765cdf7f78a9d50576.tar.xz core-e5695c3fa1e7f423c8efec765cdf7f78a9d50576.zip | |
Major additions to preinit funktion in functions-10.1, switch over to
new pivoting/run-init completed. Fixup in a function for new udev in
general functions ...
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@66 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/etc')
| -rw-r--r-- | initrd/initrd-stuff/etc/functions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/initrd/initrd-stuff/etc/functions b/initrd/initrd-stuff/etc/functions index bb834756..f400425e 100644 --- a/initrd/initrd-stuff/etc/functions +++ b/initrd/initrd-stuff/etc/functions @@ -34,8 +34,8 @@ function trigger_device_events() { done # trigger the sorted events - for i in \$first \$default \$last; do - echo "add" > "\$i" + for i in $first $default $last; do + echo "add" > "$i" done } |
