blob: 4a14ef2310d21607a7d51085cc21f05b40c35a33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- setup.cfg~pyro-unattended-install
+++ setup.cfg
@@ -4,9 +4,9 @@
### Enable the following two items for unattended install.
### The scripts location is mandatory. Change it so something sensible.
-#[install-options]
-#unattended=1
+[install-options]
+unattended=1
[install]
optimize=1
-#install-scripts=/foo/bar
+install-scripts= ../image/usr/lib/python2.4
|