From owner-freebsd-current@FreeBSD.ORG Sun Aug 24 23:10:23 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E67B1724; Sun, 24 Aug 2014 23:10:23 +0000 (UTC) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 455503E96; Sun, 24 Aug 2014 23:10:23 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id mc6so11857995lab.20 for ; Sun, 24 Aug 2014 16:10:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=pn2Lwd8ttbhrlQu6T6cd+5CBHz8//0uDF6ia8nxZLPE=; b=DPuvTrYVUyi3lhZ2P4LYy49yTP+wIhX5hpgcIae1/8FH8WbZpOGTJ3DGXVbV4ZNZ6x pDV46tuu6WNSLllyeyj+Typr19bLZXsVcTcZ8Z4bzTHMPyX6R08EDQ9U1hw4qHkoxByf 2KfWqEWsjp7X+Qc/xtQKNTHVL2UJXoVRpFw5U0gdeqOXqJese9FElJvLTQmhshEZeJM9 NunPtmCIK0V6ox2cfFYEUEboKx4LlJTocJFCGiMXClxkB4wEYoh5j5k65Dzh4Ac2GTmh 7aIKs80T6TfPHs/FLwRPhrauduGLc/QGlg7t8IEtlIgRbcpvsGNy4TshubyHLR5u3V6W g8Hw== MIME-Version: 1.0 X-Received: by 10.152.9.170 with SMTP id a10mr4423885lab.79.1408921821206; Sun, 24 Aug 2014 16:10:21 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Sun, 24 Aug 2014 16:10:21 -0700 (PDT) Date: Sun, 24 Aug 2014 16:10:21 -0700 X-Google-Sender-Auth: DdTX38kZjTDuyYCMui0lEuugcf0 Message-ID: Subject: "make installworld" commands used to generate manifest for makefs? From: Craig Rodrigues To: freebsd-current Current Content-Type: text/plain; charset=ISO-8859-1 Cc: Brooks Davis X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 23:10:24 -0000 Hi, Is there an easy way to take most of the commands performed during "make installworld" and create a manifest file which is compatible with makefs? That would be very handy for creating file system images. -- Craig