diff options
author | https://www.google.com/accounts/o8/id?id=AItOawk8U-kaH7ownaGCAkyGkf83A-T_l6d_QQ0 <Jacopo@web> | 2014-03-01 21:28:07 +0100 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2014-03-01 21:28:07 +0100 |
commit | 4001b2cbe3a17a7f82de5cbba0ab51179dd9adb5 (patch) | |
tree | 3fee99a1d43c135f9307696e39171f70d546dc9a /contributing.mdwn | |
parent | 6e2fa7360e54b1b36ab2e343c5143797af82fd87 (diff) |
A lot of people have been asked for keyboard layout settings so I suppose this could be added as optional.
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 08c11041..fa3a2bee 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -170,6 +170,7 @@ I'll have to think about it some more. * Unpack it: `tar xf debian-hurd.img.tar.gz` * Run it: `qemu-kvm -m 512 -no-kvm-irqchip -drive cache=writeback,index=0,media=disk,file=debian-hurd.img` # …irq… is a currently necessary fix due to some changes in Linux. Optionally use `--curses` to keep your keyboard layout. If need be modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much faster). See also: [kvm FAQ](http://www.linux-kvm.org/page/FAQ). * login as root +* `dpkg-reconfigure keyboard-configuration` (optional) * `apt-get update` * `apt-get install -y git mercurial emacs vim` * `apt-get build-dep -y hurd gnumach` |