summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle McMartin <kyle@parisc-linux.org>2006-06-20 19:15:58 +0000
committerKyle McMartin <kyle@parisc-linux.org>2006-06-20 19:15:58 +0000
commit7c86a16a879712753a382ade32cebac16b19bd8f (patch)
tree06d6645cb834d2dafe0abb01a12eb255127fc51c
parent01b7bede41343805e8c0ded03ef8b1f4b96b13f7 (diff)
downloadpalo-7c86a16a879712753a382ade32cebac16b19bd8f.tar.gz
Give a little hint as to why palo -U fails for Thibaut's benefit.
-rw-r--r--debian/changelog7
-rw-r--r--palo/palo.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 57efe3e..2d75917 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+palo (1.15) UNRELEASED; urgency=low
+
+ [Kyle McMartin]
+ * Make the -U on an unformatted volume message slightly more helpful.
+
+ -- Kyle McMartin <kyle@debian.org> Tue, 20 Jun 2006 15:12:19 -0400
+
palo (1.14) unstable; urgency=low
[Helge Deller]
diff --git a/palo/palo.c b/palo/palo.c
index 7f554be..a7ee37c 100644
--- a/palo/palo.c
+++ b/palo/palo.c
@@ -618,7 +618,7 @@ do_randomaccess(int init, int media, int kernel32, int kernel64,
{
unsigned end = f0start + f0length;
- fprintf(stderr, "palo -U doesn't work yet\n"); exit(2);
+ fprintf(stderr, "palo -U on unformatted (non-ext2) palo partitions doesn't work yet\n"); exit(2);
#if 0
/* make sure we have a good bootloader on there now */