From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1M1HVd-0000b9-34 for garchives@archives.gentoo.org; Tue, 05 May 2009 10:04:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A39DEE03DD; Tue, 5 May 2009 10:04:19 +0000 (UTC) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by pigeon.gentoo.org (Postfix) with ESMTP id 887FAE03DD for ; Tue, 5 May 2009 10:04:19 +0000 (UTC) Received: from e.earth.lavabit.com (e.earth.lavabit.com [192.168.111.14]) by karen.lavabit.com (Postfix) with ESMTP id 35D6911B806 for ; Tue, 5 May 2009 05:04:19 -0500 (CDT) Received: from 192.168.1.2 (nl103-154-119.student.uu.se [130.243.154.119]) by lavabit.com with ESMTP id W935D9V5L3QX for ; Tue, 05 May 2009 05:04:19 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=DsLwcla8En7jsB4MmGaFul4lRbtrPhusE58hxIup7NQ89LOM+eXKHrhhxnIi/wdvzv2HGv5ymJwac+DIvzkHOHUuYzC1QrmdL8YgQ2ELoS2IMgs4PYtd3MoTICkINusHP6Fhcte3EqKyq9jKn51b5/BbSvptBI75hzP61hs1fa4=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; Message-ID: <4A000F21.3080309@lavabit.com> Date: Tue, 05 May 2009 12:04:17 +0200 From: lurker User-Agent: Thunderbird 2.0.0.21 (X11/20090326) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] isolinux.cfg References: <2325a7950905050214m3bf42b69q845bafa60321cdbe@mail.gmail.com> In-Reply-To: <2325a7950905050214m3bf42b69q845bafa60321cdbe@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 5d0233cf-883b-4530-b42c-6d77928b1206 X-Archives-Hash: 06f2ec806943669e45fe7b63155a0560 On 05/05/09 11:14, Alexander Potashev wrote: > Is it possible to make ISOLINUX to not want 150 seconds and just boot > the default kernel immediately? The general syntax for the timeout in isolinux.cfg is: TIMEOUT t where t is the number of 1/10 of a second to wait. t = 0 is what you want.