summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-21 12:40:43 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-21 12:40:43 +0200
commit0582f8a73779de3707784e23cf46c89d750787ab (patch)
tree7779bf8f9d8bfbcac545043001c0ede3421b31ff /examples
parent39e61c458bbec203579e21ffff0d153a3c018edf (diff)
make more clear what examples/test-on-sda is and what its not
Diffstat (limited to 'examples')
-rw-r--r--examples/test-on-sda5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/test-on-sda b/examples/test-on-sda
index d3385d3..7f5529d 100644
--- a/examples/test-on-sda
+++ b/examples/test-on-sda
@@ -1,4 +1,5 @@
-# this config is like fancy-install-on-sda but with small filesystems. very usefull for quicklytesting in VM's
+# this config is like fancy-install-on-sda but with small filesystems. very usefull for quickly testing in VM's
+# this config is meant for testing AIF and is not very suited for end users.
SOURCE=cd
FILE_URL=file:///src/core/pkg
@@ -14,7 +15,7 @@ TARGET_PACKAGES=openssh
# you can optionally also override some functions...
worker_intro () {
- infofy "Automatic procedure running the fancy-install-on-sda example config. this will install a system with lvm on top of dm_crypt. THIS WILL ERASE AND OVERWRITE YOUR /DEV/SDA. IF YOU DO NOT WANT THIS PRESS CTRL+C WITHIN 10 SECONDS"
+ infofy "Automatic procedure running the test-install-on-sda example config. this will install a system with lvm on top of dm_crypt. THIS WILL ERASE AND OVERWRITE YOUR /DEV/SDA. IF YOU DO NOT WANT THIS PRESS CTRL+C WITHIN 10 SECONDS"
sleep 10
}