diff options
| author | Guilhem Moulin <guilhem@libreoffice.org> | 2016-10-19 13:56:07 +0200 |
|---|---|---|
| committer | Guilhem Moulin <guilhem@libreoffice.org> | 2016-10-19 13:56:14 +0200 |
| commit | 44c37d4a0629e6bcdfff091721de83b08f0528be (patch) | |
| tree | 25a4efdf812bfa9e82b64bbf204a399b3464ead8 | |
| parent | 34aa0693b2604ea5e6692c4cfe60a24236aa8f94 (diff) | |
Add console=ttyS0 kernel parameter to easily access the guest's console from the host.
| -rw-r--r-- | preseed-cfg | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
