diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-04-11 06:32:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-11 06:32:39 +0000 |
commit | 4cbd322d0f3861f9186f104d126844c5442f9a25 (patch) | |
tree | 3b537e6ded2db48e3703581d5f52124da355d357 /packages/nslu2-binary-only/unslung-rootfs/ipkg-fl | |
parent | 3b3f3f4da734d0f86331f1469c6c391dbda1368c (diff) |
unslung-kernel, unslung-image: Now that 6.8-beta is released, moved mainline to R63 and dropped R29 (people can get it from SVN if they want to build old versions)
Diffstat (limited to 'packages/nslu2-binary-only/unslung-rootfs/ipkg-fl')
-rwxr-xr-x | packages/nslu2-binary-only/unslung-rootfs/ipkg-fl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/nslu2-binary-only/unslung-rootfs/ipkg-fl b/packages/nslu2-binary-only/unslung-rootfs/ipkg-fl new file mode 100755 index 0000000000..ade959a759 --- /dev/null +++ b/packages/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 |