summaryrefslogtreecommitdiff
path: root/gnu/build/vm.scm
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2018-03-16 22:59:28 +0100
committerDanny Milosavljevic <dannym@scratchpost.org>2018-03-16 22:59:28 +0100
commit363be0c6db8f70be8f1b17a6003fa949c3d7104a (patch)
tree10ac21318b3b4f41a2767fa0149832f469be37bd /gnu/build/vm.scm
parent593681f613816a046ea3c0dd17b11d72bb8275ec (diff)
downloadpatches-363be0c6db8f70be8f1b17a6003fa949c3d7104a.tar
patches-363be0c6db8f70be8f1b17a6003fa949c3d7104a.tar.gz
vm: Pass "-append ..." only once.
* gnu/build/vm.scm (load-in-linux-vm): Pass "-append ..." only once.
Diffstat (limited to 'gnu/build/vm.scm')
-rw-r--r--gnu/build/vm.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/build/vm.scm b/gnu/build/vm.scm
index 7817507269..7f6801b9dd 100644
--- a/gnu/build/vm.scm
+++ b/gnu/build/vm.scm
@@ -147,8 +147,6 @@ the #:references-graphs parameter of 'derivation'."
",security_model=none,mount_tag=xchg")
"-kernel" linux
"-initrd" initrd
- "-append" (string-append "console=ttyS0 --load="
- builder)
(append
(if make-disk-image?
`("-device" "virtio-blk,drive=myhd"