summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/ptxdist1
-rw-r--r--doc/ref_parameter.inc5
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 862efe49c..a4060806a 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -969,6 +969,7 @@ Setup and Project Actions:
Build Actions:
go start building the current project
+ get get all package sources
get <package> get package sources
extract <package> extract package
diff --git a/doc/ref_parameter.inc b/doc/ref_parameter.inc
index 5347af244..a9ea2b09c 100644
--- a/doc/ref_parameter.inc
+++ b/doc/ref_parameter.inc
@@ -108,6 +108,11 @@ Build Actions
enabled meanwhile. If enables this step also builds the kernel and
bootloader image.
+``get``
+ this action will download the sources for all packages. This is useful to
+ download everything at once. Afterwards the packages can be built without
+ internet access.
+
``get <package>``, ``extract <package>``, ``prepare <package>``, ``compile <package>``, ``install <package>``, ``targetinstall <package>``
this action will build the corresponding stage for the specified package
including all previous stages and other dependencies. Multiple packages