summaryrefslogtreecommitdiffstats
path: root/d-i-preseed-cfgs
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-11-12 01:41:16 +0100
committerHolger Levsen <holger@layer-acht.org>2014-11-12 02:26:56 +0100
commit7d8843e904cc3c57e10040bcd9b703bbd729974c (patch)
tree02cdb7f791297ca30cddeb3a1df9f53c18bfb327 /d-i-preseed-cfgs
parentffc2a08a51120089e6b4a0090bf5ad43c5986afb (diff)
downloadjenkins.debian.net-7d8843e904cc3c57e10040bcd9b703bbd729974c.tar.xz
g-i hurd: Remove halt hack
ACPI has been supported for months now
Diffstat (limited to 'd-i-preseed-cfgs')
-rw-r--r--d-i-preseed-cfgs/debian_sid_daily_hurd_lxde_preseed.cfg2
1 files changed, 0 insertions, 2 deletions
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 a7fb11e7..b8d822c5 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,8 +362,6 @@ 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 -i '/^$CMD/i echo "In tight loop: hit ctl-alt-del to reboot" >/dev/com0' /lib/debian-installer/exit
-
# 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).