Difference between revisions of "Download"
| Line 3: | Line 3: | ||
* [http://ftp.osuosl.org/pub/funtoo/ osuosl.org] - Primary US HTTP | * [http://ftp.osuosl.org/pub/funtoo/ osuosl.org] - Primary US HTTP | ||
* [http://ftp.heanet.ie/pub/funtoo/ heanet.ie] - Primary Europe HTTP | * [http://ftp.heanet.ie/pub/funtoo/ heanet.ie] - Primary Europe HTTP | ||
| + | |||
| + | == Directory structure on mirrors == | ||
| + | |||
| + | <pre> | ||
| + | / | ||
| + | | | ||
| + | +-- funtoo-current --+-- snapshots | ||
| + | | +-- sparc-64bit | ||
| + | | +-- x86-32bit | ||
| + | | +-- x86-64bit | ||
| + | | | ||
| + | +-- funtoo-stable --+--.... | ||
| + | |||
| + | </pre> | ||
| + | |||
| + | The very first level of the tree is either 'funtoo-stable' or 'funtoo-current'. Each one of those directories offers several subdirectories corresponding to architectures supported by Funtoo (e.g. sparc-64bit, x86-32bit...) plus an additional subdirectory named snapshots which contains several (timestamped) recent archives of the Funtoo portage tree. <br> | ||
| + | <pre> | ||
| + | ...-- x86-32bit --+--- i686 --+-- 2011-02-04 | ||
| + | | +-- 2011-02-08 | ||
| + | | +-- 2011-02-11 | ||
| + | | | ||
| + | +--- pentium4 --+-- 2011-01-29 | ||
| + | +-- 2011-01-08 | ||
| + | ... | ||
| + | </pre> | ||
| + | Each top-level architecture directory contains several subdirectories corresponding to the CPU model in the architecture (e.g. pentium4 in the above example) called a "subarchitecture," each of which contains a number of subdirectories in YYYY-MM-DD format -- year in 4 digits, dash, month in 2 digits, dash, day of month in 2 digits. Every present subdirectory represent a build date for which the stages within were built for that subarchitecture. In those YYYY-MM-DD directories you will find the stages themselves: | ||
| + | |||
| + | <pre> | ||
| + | ...-- x86-32bit --+--- i686 --+-- 2011-02-11 --+-- stage1-i686-funtoo-current-2011-02-11.tar.xz | ||
| + | +-- stage3-i686-funtoo-current-2011-02-11.tar.xz | ||
| + | |||
| + | </pre> | ||
Revision as of 22:15, 13 February 2011
Funtoo Linux can be downloaded at the following locations:
- osuosl.org - Primary US HTTP
- heanet.ie - Primary Europe HTTP
Directory structure on mirrors
/ | +-- funtoo-current --+-- snapshots | +-- sparc-64bit | +-- x86-32bit | +-- x86-64bit | +-- funtoo-stable --+--....
The very first level of the tree is either 'funtoo-stable' or 'funtoo-current'. Each one of those directories offers several subdirectories corresponding to architectures supported by Funtoo (e.g. sparc-64bit, x86-32bit...) plus an additional subdirectory named snapshots which contains several (timestamped) recent archives of the Funtoo portage tree.
...-- x86-32bit --+--- i686 --+-- 2011-02-04
| +-- 2011-02-08
| +-- 2011-02-11
|
+--- pentium4 --+-- 2011-01-29
+-- 2011-01-08
...
Each top-level architecture directory contains several subdirectories corresponding to the CPU model in the architecture (e.g. pentium4 in the above example) called a "subarchitecture," each of which contains a number of subdirectories in YYYY-MM-DD format -- year in 4 digits, dash, month in 2 digits, dash, day of month in 2 digits. Every present subdirectory represent a build date for which the stages within were built for that subarchitecture. In those YYYY-MM-DD directories you will find the stages themselves:
...-- x86-32bit --+--- i686 --+-- 2011-02-11 --+-- stage1-i686-funtoo-current-2011-02-11.tar.xz
+-- stage3-i686-funtoo-current-2011-02-11.tar.xz