web-dev-qa-db-ja.com

preseedでホスト名の入力を求めるにはどうすればよいですか?

自動インストールでホスト名を尋ねられます。

これは私の preseed file であり、これは私のpxe startup confです

LABEL auto64-1110
        MENU LABEL ^C Ubuntu 11.10 64-bit auto install met proxy
        KERNEL ubuntu-installer-1110/AMD64/linux
        APPEND vga=normal initrd=ubuntu-installer-1110/AMD64/initrd.gz ramdisk_size=16417 root=/dev/ram rw preseed/url=http://pxe-int.hobby.nl/auto-install-ubuntu-hobbynet.txt locale=en_US setup/layoutcode=en_US console-setup/layoutcode=en interface=eth1 netcfg/dhcp_timeout=60 netcfg/get_hostname=install keyboard-configuration/layoutcode=us --

私は何を間違えていますか?

自分で答えを見つけました。

Pxeブートラインからnetcfg/get_hostname=installを削除しました