diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/local/runsystem | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c6668196..3da9b80e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ hurd (20101029-1) UNRELEASED; urgency=low * debian/local/setup-translators: Add inet6 -> 26 symlink. * debian/local/finish-install.d/51hurd_config-target-network: Set pfinet translator on /servers/socket/26 too. + * debian/local/runsystem: Tell the user he needs to be patient while the + d-i templates get loaded. -- Samuel Thibault <sthibault@debian.org> Fri, 29 Oct 2010 22:16:06 +0000 diff --git a/debian/local/runsystem b/debian/local/runsystem index daff8a0b..87003531 100755 --- a/debian/local/runsystem +++ b/debian/local/runsystem @@ -48,7 +48,7 @@ then # Switch over envvars="$envvars TERM=hurd" exec < /dev/tty1 > /dev/tty1 2>&1 - echo "Console started." + echo "Console started, initializing installer environment, please wait..." # Set the console device used by /sbin/reopen-console echo /dev/tty1 >/var/run/console-device |