From owner-freebsd-doc@FreeBSD.ORG Mon Mar 24 09:28:01 2014 Return-Path: Delivered-To: freebsd-doc@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 AC6676B8 for ; Mon, 24 Mar 2014 09:28:01 +0000 (UTC) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4BF668C6 for ; Mon, 24 Mar 2014 09:28:01 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hr14so708477wib.4 for ; Mon, 24 Mar 2014 02:27:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=DjN2B1zsscFAgmp4a7imc20gLUc3f3BZmF+1Z/SUC+I=; b=q65EnTzowYpoJBG7wOQHpPVzcbLaibSetPIw3h+jotyAF2dl8Zc05b2m/qP8XtHsga 9rT95b/pyzlS7jh2ytdzXvkWQ0uYhO/uYatY8U6X6KK2jrbo6GGQhQKYdKE3pEmnCV5/ hd7ztLSUK31TAZlStROX9ZxFiq/IaFbIQU29BvVM8QDluZ4Vsv4wyrPhBuMvR6/vDY6h Ona6PwKqE0X82Mua5bE4TktMmbeOYpqRJ41gB49a3Oe4k37ec6pyia2E5+dQWYN57uLf qFVSNzxlqr1zC6HHG7j42YbXSQHI6Qbi+TAjKJvmTfyEokQ8x0kD0ABP2Kfsf5oinnSv t3pg== MIME-Version: 1.0 X-Received: by 10.180.103.134 with SMTP id fw6mr13326946wib.8.1395653279751; Mon, 24 Mar 2014 02:27:59 -0700 (PDT) Received: by 10.227.68.195 with HTTP; Mon, 24 Mar 2014 02:27:59 -0700 (PDT) Date: Mon, 24 Mar 2014 10:27:59 +0100 Message-ID: Subject: Please update handbook part 11.2.3 From: David Demelier To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 09:28:01 -0000 Hello there, Can you please update the 11.2.3 [1] chapter from the handbook ? It is specified that rpm2cpio is the command but actual installed command is rpm2cpio.pl. Also the -q option does not exist. In short, update to: rpm2cpio.pl < /path/to/linux.archive.rpm | cpio -id Thanks! [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu-lbc-install.html -- Demelier David