summaryrefslogtreecommitdiff
path: root/packages/nslu2-binary-only/unslung-rootfs-2.3r63/ipkg-fl
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-01-04 12:08:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-04 12:08:04 +0000
commit5eccfb8fa47f3bb6a55252bbe4cc7e108f9c410d (patch)
tree52ce096c38620e7e8d351746f544af9a75d240f0 /packages/nslu2-binary-only/unslung-rootfs-2.3r63/ipkg-fl
parentde6622c1519b1a6c6de00009546e3a7122a228d8 (diff)
unslung: Usability updates for Unslung 6.x - ipkg prints message when booted on flash, motd prints at login indicating status of on-disk or on-flash, status appears on home page in web interface, unsling now asks for root password, and some additional checks are made by unsling to avoid known problems that can prevent a successful unsling, added new unslung logo.
Diffstat (limited to 'packages/nslu2-binary-only/unslung-rootfs-2.3r63/ipkg-fl')
-rwxr-xr-xpackages/nslu2-binary-only/unslung-rootfs-2.3r63/ipkg-fl11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/nslu2-binary-only/unslung-rootfs-2.3r63/ipkg-fl b/packages/nslu2-binary-only/unslung-rootfs-2.3r63/ipkg-fl
new file mode 100755
index 0000000000..514ccd4ec8
--- /dev/null
+++ b/packages/nslu2-binary-only/unslung-rootfs-2.3r63/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