From 13813fd6f62352e8139e97ed101e92569cb52d2f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 7 Oct 2016 13:44:26 +0200 Subject: tools: fix package name in a comment --- tools/create-gce-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/create-gce-image.sh b/tools/create-gce-image.sh index 382da3d37..7332bf834 100755 --- a/tools/create-gce-image.sh +++ b/tools/create-gce-image.sh @@ -9,7 +9,7 @@ # - you need a user-space system, a basic Debian system can be created with: # sudo debootstrap --include=openssh-server,curl,tar,time,strace stable debian # - you need qemu-nbd, grub and maybe something else: -# sudo apt-get install qemu-system-x86 grub +# sudo apt-get install qemu-utils grub # - you need nbd support in kernel, if it's compiled as module do: # sudo modprobe nbd # - you need kernel to use with image (e.g. arch/x86/boot/bzImage) -- cgit mrf-deployment