Ubuntu的preseed文件

最近学习Ubuntu的Orchestra, 里面集成cobbler。也集成了preseed文件。

这是我修改的preseed文件,这是ubuntu的Orchestra里自带的,,orchestra.preseed

我修改成下面这样。

非常好用。

# Use server kerneld-i base-installer/kernel/image string linux-server

# User Setup#d-i passwd/root-login boolean false#d-i passwd/make-user boolean true#d-i passwd/user-fullname string ubuntu#d-i passwd/username string ubuntu#d-i passwd/user-password-crypted password $6$.1eHH0iY$ArGzKX2YeQ3G6U.mlOO3A.NaL22Ewgz8Fi4qqz.Ns7EMKjEJRIW2Pm/TikDptZpuu7I92frytmk5YeL.9fRY4.#d-i passwd/user-uid string #d-i user-setup/allow-password-weak boolean false#d-i user-setup/encrypt-home boolean false#d-i passwd/user-default-groups string adm cdrom dialout lpadmin plugdev sambashare

# Account setupd-i passwd/root-login boolean rootd-i passwd/root-password password root123d-i passwd/root-password-again password root123d-i user-setup/allow-password-weak boolean trued-i passwd/make-user boolean falsed-i user-setup/encrypt-home boolean false

# APT$SNIPPET(‘orchestra_proxy’)

# By default the installer requires that repositories be authenticated# using a known gpg key. This setting can be used to disable that# authentication. Warning: Insecure, not recommended.d-i debian-installer/allow_unauthenticated string false

# Langd-i pkgsel/language-packs multiselect end-i pkgsel/update-policy select noned-i pkgsel/updatedb boolean true

# Boot-loaderd-i grub-installer/skip boolean falsed-i lilo-installer/skip boolean falsed-i grub-installer/only_debian boolean trued-i grub-installer/with_other_os boolean trued-i finish-install/keep-consoles boolean falsed-i finish-install/reboot_in_progress note

# Eject cdromd-i cdrom-detect/eject boolean true

# Do not halt/poweroff after installd-i debian-installer/exit/halt boolean falsed-i debian-installer/exit/poweroff boolean false

# Install minimum packages that are essential for server bootstrapping$SNIPPET(‘orchestra_client_package’)

# Launch byobu by default#byobu byobu/launch-by-default boolean true

# Set cloud-init data source to manual seedingcloud-init cloud-init/datasources multiselect NoCloud

# Set rsyslog server$SNIPPET(‘orchestra_rsyslog_client_config’)

# Post scripts. Executes late command and disables PXE#d-i preseed/late_command string true && \ $SNIPPET(‘orchestra_rsyslog_obtain_keys’) && \ $SNIPPET(‘orchestra_disable_pxe’) && \ true

更多Ubuntu相关信息见Ubuntu 专题页面 ?tid=2

将会错过更好的风景,保持一份平和,保持一份清醒。

Ubuntu的preseed文件

相关文章:

你感兴趣的文章:

标签云: