]> spindle.queued.net Git - xodist/commitdiff
propagate option change to documentation
authorJames Cameron <quozl@laptop.org>
Tue, 4 Aug 2009 09:47:47 +0000 (19:47 +1000)
committerAndres Salomon <dilinger@collabora.co.uk>
Tue, 18 Aug 2009 01:15:19 +0000 (21:15 -0400)
- README, README.approx: changes to options accepted by scripts had not
  been made in the documentation.

README
README.approx

diff --git a/README b/README
index 21add02f060b4e09423115c551b4e82a264325e4..aaa04610bd6057dd049b1b2705ae8acf165e7f0e 100644 (file)
--- a/README
+++ b/README
@@ -13,15 +13,15 @@ How to use xodist to generate a Debian KDE image for an OLPC XO:
 
 1.  build the root filesystem,
 
-       sudo ./mkchroot.sh --package-list debxo-kde kde.root
+       sudo ./mkchroot.sh --config-type debxo-kde debxo-kde.root
 
 2.  make the JFFS2 filesystem,
 
-       sudo ./mkjffs2.sh kde.root kde.img
+       sudo ./mkjffs2.sh --config-type debxo-kde debxo-kde.root debxo-kde.img
 
 3.  copy the files to a thumb drive,
 
-       sudo ./mkbootable.sh --output /mnt kde
+       sudo ./mkbootable.sh --output /mnt debxo-kde
 
 4.  ensure the XO is unlocked, by obtaining a Developer Key, and using
 the OpenFirmware command,
@@ -32,8 +32,8 @@ the OpenFirmware command,
 
 6.  insert the thumb drive,
 
-7.  power up, when prompted press Enter, and the image will be copied
-to the NAND flash, and then booted,
+7.  power up, answer the prompt, and the image will be copied to the
+NAND flash, and then booted,
 
 Warning: this erases everything on the XO, including any Developer
 Key, but if you have followed step 4 above that should not matter so
index f142c469ba04107cf2dcf41ac3d6e13a66def3f1..d65b73fe6c38379699cbe56d3ef5fd70416e1869 100644 (file)
@@ -17,11 +17,11 @@ security        http://security.debian.org/
        % sudo /etc/init.d/approx restart
 
 4.  follow README, but during the creation of the root filesystem, add
-the --mirror option, like this:
+the --local-apt-mirror option, like this:
 
         sudo ./mkchroot.sh \
-            --package-list kde.packages \
-            --local-apt-mirror "deb http://localhost:9999/debian lenny main contrib non-free
+            --config-type debxo-kde \
+            --local-apt-mirror \
+"deb http://localhost:9999/debian lenny main contrib non-free
 deb http://localhost:9999/security lenny/updates main contrib non-free" \
-            kde.root
-
+            debxo-kde.root