]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - doc/make.sh-usage
Added new package: dosfstools.
[ipfire-3.x.git] / doc / make.sh-usage
index e8da2d28c13b7b39355b7364af4392991d80a172..76e74d290c628b2e61992695e45f7b00e5dd3724 100644 (file)
@@ -9,7 +9,11 @@ Maintainer / advanced commands
 
      source    : _Source tarballs and patches_
       |`- get  : Download from source.ipfire.org.
-      `-- put  : Upload to source.ipfire.org.
+      |-- put  : Upload to source.ipfire.org.
+      `-- list : Show all used packages (wiki output).
+
+     target    : _Images and packages_
+       `- put  : Upload everything to the public ftp server.
 
      shell     : Enter a shell inside the chroot, used to tune lfs script
                  and / or during kernel upgrade to rebuild a new .config.
@@ -24,4 +28,19 @@ Maintainer / advanced commands
       `-- export : Tar.bz2 the source code from revision.
 
      check     : _Run sanity checks_
-      `- --fix : Fix some errors automatically.
+      |          On every option you can use --fix
+      |          to fix some errors automatically.
+      |`-       cpu <flag> : Check cpu for flag.
+      |`- roofiles [--fix] : Check rootfiles for error.
+      |`-   sanity [--fix] : Check full code for errors.
+      `--          targets : Returns the target, that the host can build.
+
+     vm        : _Run a virtual machine (which qemu)_
+      |`- boot [cdrom|disk] : Boot machine from cdrom or disk. (Default: cdrom)
+      `-- clean             : Cleanup the virtual environment.
+
+        pull      : A macro to pull the latest changes from git and load the
+                    source tarballs and patches. Additionally it checks the code
+                    for error.
+        push      : Similar to "pull", but uploads the source tarballs and pushes
+                    all changes to git.