From owner-freebsd-hackers@FreeBSD.ORG Sun Mar 25 18:49:20 2012 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45470106566B for ; Sun, 25 Mar 2012 18:49:20 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id C6D258FC1C for ; Sun, 25 Mar 2012 18:49:19 +0000 (UTC) Received: by wibhj6 with SMTP id hj6so2941871wib.13 for ; Sun, 25 Mar 2012 11:49:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:subject:date:content-type :content-transfer-encoding:x-mailer; bh=1/k4LLPJUD4eCaTGEIkDCGm6b80EYwNQpHi2xF68Wjw=; b=cwLHy6iXgCDRykqMywqtp4UFmcyxXXDVbiR6aY7wP2Jyd6tbYp6TBjocyJBtVtDx6f bv8bTHUggzY3topc+OZrLaxBbtL9i56x4Jmd31pW5hz5pQnY0syz+k/fJiGLWpeJZb9L sEIFiM6rGePkUaiKtMZPV3qztfUaGaLCw08plPT8SxLRecLQqyfUTEFv3uuDGG8yOgcO jDxkbI3iiHIfQGUOw2q+ph6C9r5wKKm+Zj0VLy2JV2BVDOWDyf0pQDFCZONfmRIRhoEL PFas8AsRKjmAu7nCJq4tX0RDke7lFHKSbGp/VVuQmmhgf5C5D+AFgFnyITiQGil4VYu4 UEMA== Received: by 10.216.135.103 with SMTP id t81mr11050868wei.113.1332701358832; Sun, 25 Mar 2012 11:49:18 -0700 (PDT) Received: from DOMYPC ([82.193.208.173]) by mx.google.com with ESMTPS id fl2sm56097529wib.4.2012.03.25.11.49.00 (version=SSLv3 cipher=OTHER); Sun, 25 Mar 2012 11:49:17 -0700 (PDT) Message-ID: <20120325.184917.751.1@DOMY-PC> From: rank1seeker@gmail.com To: hackers@freebsd.org Date: Sun, 25 Mar 2012 20:49:17 +0200 Content-Type: text/plain; charset="Windows-1250" Content-Transfer-Encoding: quoted-printable X-Mailer: POP Peeper (3.8.1.0) Cc: Subject: Re: Active slice, only for a next boot X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2012 18:49:20 -0000 After having a thought about this issue and also currently looking at a = BootEasy boot manager ...=0D=0A'boot0cfg' is almost perfect for this task = and should/could be "exploited".=0D=0A=0D=0AIt's '-o noupdate' already = does a major task, of keeping main slice active.=0D=0ANow all we need is = a flag, through which we specify slice to boot (replacing human presing = button).=0D=0AFrom that point on, existing code simply proceeds with = received value.=0D=0A=0D=0A'-o noupdate' ensures next boot will bring up = main/active slice.=0D=0A=0D=0A=0D=0ADomagoj Smol=E8i=E6