diff options
Diffstat (limited to 'recipes/nslu2-binary-only/unslung-rootfs/ipkg-fl')
-rwxr-xr-x | recipes/nslu2-binary-only/unslung-rootfs/ipkg-fl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/nslu2-binary-only/unslung-rootfs/ipkg-fl b/recipes/nslu2-binary-only/unslung-rootfs/ipkg-fl new file mode 100755 index 0000000000..ade959a759 --- /dev/null +++ b/recipes/nslu2-binary-only/unslung-rootfs/ipkg-fl @@ -0,0 +1,11 @@ +#! /bin/sh +echo +echo "Error: The ipkg command cannot currently be used because this" +echo "system is running from its internal flash; it is not currently" +echo "\"unslung\" to an external disk or flash device." +echo +echo "Please complete the process of \"unslinging\" this system, or" +echo "resolve the issues that did not permit it to boot from the" +echo "external device before installing any ipkg packages or updates." +echo +exit 1 |