X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=doc%2Fmake.sh-usage;h=76e74d290c628b2e61992695e45f7b00e5dd3724;hb=16894d55faa6f328c8f539431725755192bcae9c;hp=e8da2d28c13b7b39355b7364af4392991d80a172;hpb=127203944c5c8cae3b362e7b3ebfe74dfc792d34;p=ipfire-3.x.git diff --git a/doc/make.sh-usage b/doc/make.sh-usage index e8da2d28c..76e74d290 100644 --- a/doc/make.sh-usage +++ b/doc/make.sh-usage @@ -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 : 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.