summaryrefslogtreecommitdiff
path: root/examples/generic-install-on-sda
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-03-10 21:31:45 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2009-03-10 21:31:45 +0100
commitd455713e8a993e7dba9922893fc6e6785c037745 (patch)
treed05b07f353367870a95aef9282469be6bcef2a9f /examples/generic-install-on-sda
parent61bd867bb9fffc93a9feaffd00d7992d3bcc89c1 (diff)
improved version of automatic procedures. better separation between my needs and those of the average user. also a sample config for generic install
Diffstat (limited to 'examples/generic-install-on-sda')
-rw-r--r--examples/generic-install-on-sda17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/generic-install-on-sda b/examples/generic-install-on-sda
new file mode 100644
index 0000000..5e05b34
--- /dev/null
+++ b/examples/generic-install-on-sda
@@ -0,0 +1,17 @@
+# these variables are defaults, but it doesn't hurt to define them.
+# TODO: put something here (preferably the group) to say which packages we want)
+AUTOMATIC_SOURCE=cd
+AUTOMATIC_FILE_URL=file:///src/core/pkg
+AUTOMATIC_SYNC_URL=
+
+AUTOMATIC_RUNTIME_REPOSITORIES=
+AUTOMATIC_RUNTIME_PACKAGES=
+worker_intro () {
+ infofy "Automatic procedure running the generic-install-on-sda example config. THIS WILL ERASE AND OVERWRITE YOUR /DEV/SDA. IF YOU DO NOT WANT THIS PRESS CTRL+C WITHIN 10 SECONDS"
+ sleep 10
+}
+
+var_PARTITIONS='/dev/sda 100:ext2:+ 512:swap *:ext4'
+var_BLOCKDATA='/dev/sda1 raw no_label ext2;yes;/boot;target;no_opts;no_label;no_params
+/dev/sda2 raw no_label swap;yes;no_mountpoint;target;no_opts;no_label;no_params
+/dev/sda3 raw no_label ext4;yes;/;target;no_opts;no_label;no_params' \ No newline at end of file