From 40a6457a1c9d445c4f9a65afd372c3ce69dbc5d5 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 13 Nov 2014 09:27:35 +0100 Subject: g-i hurd: redirect kernel and syslog to serial port --- d-i-preseed-cfgs/debian_sid_daily_hurd_lxde_preseed.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'd-i-preseed-cfgs') diff --git a/d-i-preseed-cfgs/debian_sid_daily_hurd_lxde_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_hurd_lxde_preseed.cfg index b8d822c5..9cb53f7e 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_hurd_lxde_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_hurd_lxde_preseed.cfg @@ -362,6 +362,7 @@ d-i debian-installer/exit/poweroff boolean true # This first command is run as early as possible, just after # preseeding is read. #d-i preseed/early_command string anna-install some-udeb +d-i preseed/early_command string sed -ie s/tty4/com0/ /etc/inittab ; kill -HUP 1 # This command is run immediately before the partitioner starts. It may be # useful to apply dynamic partitioner preseeding that depends on the state # of the disks (which may not be visible when preseed/early_command runs). -- cgit v1.2.3-54-g00ecf