From owner-freebsd-sysinstall@FreeBSD.ORG Thu Jul 1 17:21:08 2010 Return-Path: Delivered-To: freebsd-sysinstall@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3712A1065673 for ; Thu, 1 Jul 2010 17:21:08 +0000 (UTC) (envelope-from webmaster@serverman.de) Received: from ws1.serverman.de (ws1.serverman.de [193.26.24.170]) by mx1.freebsd.org (Postfix) with ESMTP id ECA9F8FC0A for ; Thu, 1 Jul 2010 17:21:07 +0000 (UTC) Received: by ws1.serverman.de (Postfix, from userid 5001) id 44B595A4B7; Thu, 1 Jul 2010 19:05:13 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ws1.serverman.de X-Spam-Level: X-Spam-Status: No, score=-4.4 required=7.0 tests=ALL_TRUSTED,AWL,BAYES_00, NORMAL_HTTP_TO_IP autolearn=ham version=3.2.5 Received: from [192.168.1.24] (p4FF5D561.dip.t-dialin.net [79.245.213.97]) by ws1.serverman.de (Postfix) with ESMTPA id 3DAB95A4B5 for ; Thu, 1 Jul 2010 19:05:12 +0200 (CEST) Message-ID: <4C2CCAC7.60007@serverman.de> Date: Thu, 01 Jul 2010 19:05:11 +0200 From: "Thomas Toka / www.serverman.de" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-sysinstall@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Sysinstall install.cfg X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2010 17:21:08 -0000 Hi there, first of all sorry for posting here and there... I am new to freebsd sysinstall and did not know where to ask till i was redirected here... Ok so my goal is to script a automated freebsd install. I have followed this howto: http://www.locolomo.org/howto/pxeboot/article.html I have tweaked here and there... i start my mfsroot with: mfsroot_load="YES" mfsroot_type="mfs_root" mfsroot_name="/boot/mfsroot_tftp" vfs.root.mountfrom="ufs:/dev/md0" init_path="/stand/sysinstall" init_script="/etc/rc.jumpstart" init_shell="/bin/sh" My install.conf looks like this: ## install.cfg debug="YES" tryDHCP="YES" ifconfig_em0="DHCP" netDev="em0" hostname="jumpstart" domainname=serverman.de command=/stand/boot_crunch ifconfig em0 up system command=/stand/boot_crunch dhclient em0 system command=/stand/boot_crunch ftp -o /stand/hostinstall.cfg http://192.168.1.15/hostinstall.cfg system command=/stand/sysinstall configFile=/stand/hostinstall.cfg loadConfig So what i want to do ist fire up em0, start dhcplient, load hostinstall.cfg and execute this. Only thing that happens ist that the installer starts and i can choose language. I habe scripte all systems linke debian (preseed), suse (autoyast), centos (ks) and others... So i know i a m not far away... There must be some variable like nonInteractive but i could not manage even if i added theme... I see the output of debug on F2 but it is not executed. How to manage this? Thanks... -- Viele Grüsse aus Menden Thomas Toka ======================================================================== Webmaster, Administrator, Webhoster, Gameserverhoster