aboutsummaryrefslogtreecommitdiffstats
path: root/debian/hyperv-daemons.README.Debian
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2015-07-13 00:12:58 +0000
committerBen Hutchings <benh@debian.org>2015-07-13 00:12:58 +0000
commitc8ccbe988289a13300821091c5bbd4eb549d8907 (patch)
tree0e4955249ca7e49dd0c5879926959f94145fbbe0 /debian/hyperv-daemons.README.Debian
parent7d26874efa16338c350ff0d3f41a47036ce0508b (diff)
downloadkernel_replicant_linux-c8ccbe988289a13300821091c5bbd4eb549d8907.tar.gz
kernel_replicant_linux-c8ccbe988289a13300821091c5bbd4eb549d8907.tar.bz2
kernel_replicant_linux-c8ccbe988289a13300821091c5bbd4eb549d8907.zip
Rename README.Debian.hyperv-daemon so dh_installdocs finds it
svn path=/dists/trunk/linux-tools/; revision=22831
Diffstat (limited to 'debian/hyperv-daemons.README.Debian')
-rw-r--r--debian/hyperv-daemons.README.Debian14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/hyperv-daemons.README.Debian b/debian/hyperv-daemons.README.Debian
new file mode 100644
index 000000000000..8fff2afd3424
--- /dev/null
+++ b/debian/hyperv-daemons.README.Debian
@@ -0,0 +1,14 @@
+hyperv-daemon for Debian
+------------------------
+
+ If you want to change screen resolution on Linux guest,
+ plese update kernel parameter.
+
+ 1. edit /etc/default/grub file
+ - add 'video=hyperv_fb:"horizontal"x"vertical"' to
+ 'GRUB_CMDLINE_LINUX_DEFAULT=' or 'GRUB_CMDLINE_LINUX=' line
+ (e.g. GRUB_CMDLINE_LINUX=video=hyperv_fb:1280x1024)
+ 2. then, exec update-grub
+ 3. reboot Linux guest
+
+ -- Hideki Yamane <henrich@debian.org> Thu, 28 May 2015 10:23:52 +0900