aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-10-07 13:44:26 +0200
committerDmitry Vyukov <dvyukov@google.com>2016-10-07 13:44:26 +0200
commit13813fd6f62352e8139e97ed101e92569cb52d2f (patch)
tree5df10d555f2c0792dba8c2aad050bfddee4e1cac /tools
parentafb08bdd3c3c1ad00599e438fcc86318451d64cb (diff)
tools: fix package name in a comment
Diffstat (limited to 'tools')
-rwxr-xr-xtools/create-gce-image.sh2
1 files changed, 1 insertions, 1 deletions
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)