diff options
Diffstat (limited to 'debian/local/runsystem')
-rwxr-xr-x | debian/local/runsystem | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/local/runsystem b/debian/local/runsystem index ea014477..9019d191 100755 --- a/debian/local/runsystem +++ b/debian/local/runsystem @@ -9,10 +9,10 @@ export PATH /hurd/mach-defpager mem=`vmstat-hurd --size -k` -if [ "$mem" -lt 190000 ] +if [ "$mem" -lt 240000 ] then echo "You only have ${mem}KiB memory." - echo "Debian GNU/Hurd installation currently needs at least 200MiB memory, sorry." + echo "Debian GNU/Hurd installation currently needs at least 256MiB memory, sorry." while true do sleep 60 |