Browse code

Add extra packges in Full ISO.

Touseef Liaqat authored on 2015/07/01 06:50:53
Showing 2 changed files
... ...
@@ -27,6 +27,13 @@
27 27
         "title" : "3. Photon Full",
28 28
         "file" : "packages_full.json",
29 29
         "visible" : true
30
+    },
31
+    "extra_packages" : {
32
+        "order" : 4,
33
+        "type" : "extra",
34
+        "title" : "Extra packages not installed.",
35
+        "file" : "packages_extra.json",
36
+        "visible" : false
30 37
     }
31 38
 }
32 39
 
33 40
new file mode 100644
... ...
@@ -0,0 +1,3 @@
0
+{
1
+    "packages":["google-daemon", "google-startup-scripts"]
2
+}