我试图制作一个ubuntu 14.04版本库的镜像,其中包含在Ubuntu 14.04服务器安装期间能够用作源代码库所需的所有文件。
我有我的apt镜像mirror.list文件包含:
deb http://archive.ubuntu.com/ubuntu trusty main multiverse restricted universe deb http://archive.ubuntu.com/ubuntu trusty-updates main multiverse restricted universe deb http://archive.ubuntu.com/ubuntu trusty-security main multiverse restricted universe
当安装Ubuntu的服务器崩溃,因为其缺lessdebian安装程序。 所以我试着把这些添加到mirror.list中:
deb http://archive.ubuntu.com/ubuntu trusty main/debian-installer multiverse/debian-installer restricted/debian-installer universe/debian-installer deb http://archive.ubuntu.com/ubuntu trusty-updates main/debian-installer multiverse/debian-installer restricted/debian-installer universe/debian-installer deb http://archive.ubuntu.com/ubuntu trusty-security main/debian-installer multiverse/debian-installer restricted/debian-installer universe/debian-installer
即使在这之后,Ubuntu 14.04服务器安装CD仍然失败…查看日志,并且正在从池中请求不在以上任何软件包列表中的项目…所以还有另一个我缺less的软件包列表? 更糟糕的是,我无法知道它是哪一个,因为从安装光盘下载的所有软件包列表都是成功的! 所以它似乎要求在一个甚至没有下载的列表中包含一个软件包(内置于ISO?)。