From 44c37d4a0629e6bcdfff091721de83b08f0528be Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 19 Oct 2016 13:56:07 +0200 Subject: Add console=ttyS0 kernel parameter to easily access the guest's console from the host. --- preseed-cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/preseed-cfg b/preseed-cfg index f27c58b..34bdd07 100644 --- a/preseed-cfg +++ b/preseed-cfg @@ -62,6 +62,7 @@ cat <<- EOF # Install GRUB to the master boot record grub-installer grub-installer/bootdev string default grub-installer grub-installer/only_debian boolean true + d-i debian-installer/add-kernel-opts string console=ttyS0 # Avoid that last message about the install being complete finish-install finish-install/reboot_in_progress note -- cgit v1.2.3