diff options
| -rwxr-xr-x | debian/local/runsystem | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/runsystem b/debian/local/runsystem index 9019d191..0610d7c7 100755 --- a/debian/local/runsystem +++ b/debian/local/runsystem @@ -12,7 +12,7 @@ mem=`vmstat-hurd --size -k` if [ "$mem" -lt 240000 ] then echo "You only have ${mem}KiB memory." - echo "Debian GNU/Hurd installation currently needs at least 256MiB memory, sorry." + echo "Debian GNU/Hurd installation has not been optimized for memory usage yet, and thus currently needs at least 256MiB memory, sorry." while true do sleep 60 |
