基于instalinux光盘的虚拟机运行安装过程非常完美,几分钟内即可创buildDebian 5 lenny虚拟机。 预先保存的文件确保了木偶的安装,以后需要照顾虚拟机的“个性化”,所以我只需要一个installimage(这就是为什么我对FAI或类似的重量级不感兴趣)。
由于Debian 6已经出来了,preseed不再工作了 – 它似乎在安装挤压,但是然后grub-installation失败了,我不想挤(还)。
这是预定义文件中指定源的部分:
#################################################################### # Installation Sources #################################################################### # Where are we pulling bits from? di mirror/http/hostname string ftp.de.debian.org di mirror/http/directory string /debian/ di mirror/suite string lenny # Post install APT setup di apt-setup/uri_type select di di apt-setup/hostname string ftp.de.debian.org di apt-setup/directory string /debian/ di apt-setup/another boolean false di apt-setup/security-updates boolean false di finish-install/reboot_in_progress note di prebaseconfig/reboot_in_progress note di apt-setup/non-free boolean true di apt-setup/contrib boolean true
任何想法如何才能真正安装lenny(oldstable)? 谢谢!
我在superuser.com上发现了这个post ,表示不能完成。 networking安装人员总是抓住最新的稳定软件包。 现在我将尝试了解如何预置全-ISO安装,而不是networking安装。
(如果你喜欢这个,我build议你提高原来的答案,而不是我的重复)。
更新:得到它的工作
http://<webserver>/di/lenny/preseed.cfg auto url=<webserver>