mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
* Clamav - Antivirus * rsync - Backuptool Geändert: * Einige neue Prozeduren in der make.sh * Ein paar Backupdateien gelöscht/aufgeräumt * Credits bearbeitet. Noch nicht vollständig. * XAMPP jetzt nichtmehr in der ISO sondern als Paket. * ISO bedeutend kleiner: 144MB -> 61MB * GNUMP3D-Paket erstellt. * Kernel schonmal angepasst für NFS, noch nicht getestet!! git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@113 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
26 lines
1.2 KiB
Plaintext
26 lines
1.2 KiB
Plaintext
Standard use commands in the order you may need them.
|
|
prefetch : preload all necessary files in cache before compilation
|
|
build : compile the distribution
|
|
clean : erase build and log to recompile everything from scratch
|
|
|
|
Optional
|
|
gettoolchain : optionally load from ipfire.org a precompilated toolchain
|
|
package. This solve some compilation issues on old or very
|
|
recent distributions and save 20% of next full building time.
|
|
If you want to use it, do it before build step
|
|
|
|
Maintainer / advanced commands
|
|
changelog : Loads the latest changelog from SVN.
|
|
check : Test if packages files are still available for download
|
|
This is faster on http URL with --spider,but still slow on ftp
|
|
because of real load.
|
|
checkclean : Erase all check mark on cache directory to be able to check
|
|
another time
|
|
dist : Mainly produce a diff from previous version to track wich
|
|
files have been changed
|
|
newpak <name> : Create a new package with name: <name>.
|
|
toolchain : Create our own toolchain package to save 20% of build time.
|
|
shell : Enter a shell inside the chroot, used to tune lfs script
|
|
and / or during kernel upgrade to rebuild a new .config
|
|
update : Loads the latest source files from SVN.
|