From 0582f8a73779de3707784e23cf46c89d750787ab Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 21 Jul 2009 12:40:43 +0200 Subject: make more clear what examples/test-on-sda is and what its not --- examples/test-on-sda | 5 +++-- 1 file 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 } -- cgit v1.2.3-54-g00ecf