New commits:
commit e5f2b6c09a0a0aebdacd60659dc47a62e873c8cc
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>
steps/install: more explicit instructions
Don't assume that the user knows where the caches are to use for
installs when they want to do so manually. Also, make it explicit that
system.tar.bz2 is required for new installs (as opposed to rescue
operations).
diff --git a/iso/usr/share/doc/smgl.install/steps/install
b/iso/usr/share/doc/smgl.install/steps/install
index da89487..e4e5fb0 100644
--- a/iso/usr/share/doc/smgl.install/steps/install
+++ b/iso/usr/share/doc/smgl.install/steps/install
@@ -1,7 +1,7 @@
[1minstall step[m
It is time to install all of the spells to your system. There are two ways
that
you can do this: manually, and using the [1msmgl-enchant[m script. Note
-that system.tar.bz2 is [1mrequired[m.
+that system.tar.bz2 is [1mrequired[m for a new install.
Remember to replace "SPELL" with the filename of the spell cache to install.
As
an example, to install lilo:
-[1m tar jxf lilo-22.8-i486-pc-linux-gnu.tar.bz2 -C /mnt/root[m
+[1m tar jxf /var/cache/sorcery/lilo-22.8-i486-pc-linux-gnu.tar.bz2 -C
/mnt/root[m