diff options
| author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-03-15 17:15:24 +0000 |
|---|---|---|
| committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-03-15 17:15:24 +0000 |
| commit | 4927b4e5fc6051e475acdbd699bd0526a177f627 (patch) | |
| tree | ca01495eeb670b592f51a2e1f1861cd3812a06a5 /packages/foonas-init/files/boot/nfs | |
| parent | b753652b5eb4a8e697ff652b5bc9bb5eb38b495f (diff) | |
| parent | 10c51fbb2fe9394445c658541db485fd5a83e7c1 (diff) | |
merge of '286930242424d10b2503eb290dbc31c7975bab74'
and 'b7e38ccba43c893e20bc2db30dfbdd9a3f6c2053'
Diffstat (limited to 'packages/foonas-init/files/boot/nfs')
| -rw-r--r-- | packages/foonas-init/files/boot/nfs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/foonas-init/files/boot/nfs b/packages/foonas-init/files/boot/nfs deleted file mode 100644 index 7cfce66cbb..0000000000 --- a/packages/foonas-init/files/boot/nfs +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# boot from the nfs partition "$1" (which -# must be given) using options from the rest of -# the command line. -# -# Use the standard init path (see /etc/init.d/rcS) -export PATH=/sbin:/bin:/usr/sbin:/usr/bin -# -. /etc/default/functions -scc -l redflash -f auto -# -if /boot/network -then - # network is up and running, the NFS mount will - # now succeed (possibly), use /boot/disk - exec /boot/disk "$@" -fi -# fallback - use the flash boot -exec /boot/flash |
