From c5747bd43637efb81485866e1fade3bb55f6d726 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 8 Dec 2010 12:11:53 +0000 Subject: [PATCH] rescue: Add note about using virt-rescue as root/non-root. --- rescue/virt-rescue.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rescue/virt-rescue.pod b/rescue/virt-rescue.pod index df4fb30..0c24471 100755 --- a/rescue/virt-rescue.pod +++ b/rescue/virt-rescue.pod @@ -73,6 +73,9 @@ want to partition that file (although we would recommend using L instead as it is more suitable for this purpose). You can even use virt-rescue on things like SD cards. +Virt-rescue does not require root. You only need to run it as root if +you need root to open the disk image. + This tool is just designed for quick interactive hacking on a virtual machine. For more structured access to a virtual machine disk image, you should use L. To get a structured shell that you can -- 1.8.3.1