This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| It's very handy to have a local mirror of the Debian stable repository, especially if you want to do fast network installs and updates for multiple systems. By default, the Debian utility apt-mirror does a great job of pulling over packages, but to be able to use PXE netbooting and other cool tricks you need to do a few tweaks to its basic configuration. | |
| #### START /etc/apt/mirror.list #### | |
| set base_path /var/spool/apt-mirror | |
| set mirror_path $base_path/mirror | |
| set skel_path $base_path/skel | |
| set var_path $base_path/var | |
| set cleanscript $var_path/clean.sh |
NewerOlder