From 7c1a32920f634ee58a54bd7d4dfaab8c79378333 Mon Sep 17 00:00:00 2001 From: Derek Young Date: Wed, 27 Jul 2005 09:47:55 +0000 Subject: [PATCH] add some comments regarding compression scheme --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 85d6746368..3fdf7b024d 100644 --- a/Makefile +++ b/Makefile @@ -45,9 +45,10 @@ setup-monotone monotone/nslu2-linux.db: # Above may be supplemented by following someday # It currently *requires* monotone 0.21, or it will fail with # a mysterious sounding database error. - # wget http://www.nslu2-linux.org/monotone/nslu2-linux.db -O monotone/nslu2-linux.db + # wget http://www.nslu2-linux.org/monotone/nslu2-linux.db -O monotone/nslu2-linux.db.gz # or - # wget http://ipkg-us-dyoung.nslu2-linux.org/monotone/nslu2-linux.db -O monotone/nslu2-linux.db + # wget http://ipkg-us-dyoung.nslu2-linux.org/monotone/nslu2-linux.db -O monotone/nslu2-linux.db.gz + # followed by decompressing it downloads: [ -e downloads ] || mkdir -p downloads -- 2.39.5