openKylin论坛

标题: UbuntuKylin安装过程定制 [打印本页]

作者: kobe    时间: 2013-3-21 16:05
标题: UbuntuKylin安装过程定制
用户可以根据UbuntuKylin ISO定制个人安装步骤和设置默认值,比如语言、时区、键盘......
步骤:
step1:修改光盘里面的isolinux/txt.cfg文件,比如:(特别强调下下面将要出现的automatic-ubiquity,该参数会直接跳过相关安装页面配置,而默认值则是步骤2中将要设置的值)
  label live-install
  menu label ^Install UbuntuKylin
  kernel /casper/vmlinuz
  append  file=/cdrom/preseed/ubuntukylin.seed boot=casper automatic-ubiquity only-ubiquity initrd=/casper/initrd.lz quiet splash --

step2: 修改光盘里面preseed目录下的文件,如自己添加对应于步骤1的ubuntukylin.seed文件,内容可以google到一大堆,比如:
  # Language and country.
  d-i localechooser/supported-locales zh_CN.UTF-8
  d-i debian-installer/locale string zh_CN.UTF-8

  # Keyboard
  d-i console-setup/ask_detect boolean false
  d-i keyboard-configuration/layoutcode string us

  # Time
  d-i clock-setup/utc boolean false
  d-i time/zone string Asia/Shanghai

  # Commands


作者: Tiger    时间: 2013-3-21 17:26
赞!
作者: Jiaowen520Li    时间: 2013-3-25 09:42
顶一个!O(∩_∩)O~
作者: UbuntuKylin    时间: 2013-3-25 21:44
这个可以学习下
作者: prius0304    时间: 2013-4-22 21:00
这个真可以!速度够快的!
作者: 昊在月儿湾    时间: 2013-4-25 09:58
请教下,如何通过修改preseed文件,或者需要重新编译tasksel来使系统默认安装上需要的软件?




欢迎光临 openKylin论坛 (https://forum.openkylin.top/) Powered by Discuz! X3.3