apt-mirror

apt-mirror を使うことで、リポジトリのミラーをロカールに作成することが出来たりします。PXE ブートからインストールを行うためのミラーをローカルに構築するための設定ファイルは以下の通り。


############# config ##################
#
set base_path /var/spool/apt-mirror
#
# if you change the base path you must create the directories below with write privlages
#
set mirror_path $base_path/mirror
set skel_path $base_path/skel
set var_path $base_path/var
set cleanscript $var_path/clean.sh
set defaultarch i386
set nthreads 20
set _tilde 0
#
############# end config ##############

deb http://jp.archive.ubuntu.com/ubuntu hardy main restricted
deb http://jp.archive.ubuntu.com/ubuntu hardy-updates main restricted
deb http://jp.archive.ubuntu.com/ubuntu hardy main/debian-installer restricted/debian-installer
deb http://jp.archive.ubuntu.com/ubuntu hardy-updates main/debian-installer restricted/debian-installer

clean http://jp.archive.ubuntu.com/ubuntu

後は /var/spool/apt-mirror/mirror/jp.archive.ubuntu.com/ubuntuhttp://localhost/ubuntu でアクセスできるように Apache を設定しておけば OK。
ノート PC に DHCP サーバとローカルミラーを用意して、2 月の OSC ではネットワークインストールを実演してみるというのはどうか。