From patchwork Fri Apr 6 16:19:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephan Hoffmann X-Patchwork-Id: 151209 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 91624B7085 for ; Sat, 7 Apr 2012 02:20:18 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3119BA0529; Fri, 6 Apr 2012 16:20:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xGLoABMovbXk; Fri, 6 Apr 2012 16:20:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 1F0AFA0514; Fri, 6 Apr 2012 16:20:14 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id BBC668F753 for ; Fri, 6 Apr 2012 16:20:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 795488FE53 for ; Fri, 6 Apr 2012 16:20:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E-mYxtE7vQwJ for ; Fri, 6 Apr 2012 16:20:06 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.9]) by whitealder.osuosl.org (Postfix) with ESMTP id 571218FFC0 for ; Fri, 6 Apr 2012 16:20:06 +0000 (UTC) Received: from stephan-desktop (p549A6953.dip.t-dialin.net [84.154.105.83]) by mrelayeu.kundenserver.de (node=mreu3) with ESMTP (Nemesis) id 0LeWGw-1SYUna3LMk-00qQzn; Fri, 06 Apr 2012 18:20:05 +0200 Received: by stephan-desktop (Postfix, from userid 1000) id 34BC85008CE; Fri, 6 Apr 2012 18:20:03 +0200 (CEST) From: Stephan Hoffmann To: buildroot@busybox.net Date: Fri, 6 Apr 2012 18:19:40 +0200 Message-Id: <1333729180-18218-2-git-send-email-sho@relinux.de> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1333729180-18218-1-git-send-email-sho@relinux.de> References: <1333729180-18218-1-git-send-email-sho@relinux.de> X-Provags-ID: V02:K0:ik2CAlQHd0PHh1rLBrrPoSdQl9M9ofSVINzvj4b8lTC Y8WI8dEHjpT+7GHjJ+2TLxelmO7ZJq6JxM9gfyjQmOaALstcEM N+l7/GTDcuZ3Yi/YoJKQYbal20bYCmIqfijluhHwP2CaMWm5HA jHEOk/fuubi+lOB1+HZfszi34scNlNRzrQqcxfY4UAzRNNE6Px GvdLSed+gfJuxQPdbMHgoIUNs8gy0Pvqoy+fgUBaXNYp+B9lx9 vfqltmWzz11Fx128WnKQHGtJnIMvQntJLGNzW8C8GTBRQHp0q1 MQ8Q4J16jS0sPriAWeSXZQKurku6URU5W0aZRzQFZNfgmUZsGL KG/cw5GIohnxFC/QFzqciTbXQPeRB/7n1nE6p4VwOGt8XhBh9D rFbN2D5U/YAzg== Subject: [Buildroot] [PATCH 2/2] qemu/x86_64: Adapted qemu command line in readme file X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Stephan Hoffmann --- board/qemu/x86_64/readme.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/qemu/x86_64/readme.txt b/board/qemu/x86_64/readme.txt index c06d24f..70f28d8 100644 --- a/board/qemu/x86_64/readme.txt +++ b/board/qemu/x86_64/readme.txt @@ -1,5 +1,5 @@ Run the emulation with: - qemu-system-x86_64 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=ide -append root=/dev/sda + qemu-system-x86_64 -M pc -kernel images/bzImage -drive file=images/rootfs.ext2,if=ide -append root=/dev/sda The login prompt will appear in the graphical window.