apt-get install -y debmirror2.選擇要 mirror 到哪一個目錄裡,假設是 /pathto/ubuntu
mkdir -p /pathto/ubuntu3.執行 debmirror 指令,從台灣官方中文站的 repository - tw.archive.ubuntu.com 來建立 mirror
debmirror --nosource -m --passive --host=tw.archive.ubuntu.com --root=ubuntu --method=ftp --progress --dist=dapper --section=main --arch=i386 /pathto/ubuntu/ --ignore-release-gpg
No comments:
Post a Comment