commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20100926


From: Samuel Thibault
Subject: [SCM] Debian GNU Hurd packaging branch, master, updated. debian/20100926-1-17-g6d8c7c1
Date: Mon, 24 Jan 2011 01:39:47 +0000

The following commit has been merged in the master branch:
commit 6d8c7c1dad83a344bb47b1ef464143efff3e8130
Author: Samuel Thibault <address@hidden>
Date:   Mon Jan 24 02:39:30 2011 +0100

    200MiB memory is a bit tight in some cases, round up to 256MiB

diff --git a/debian/changelog b/debian/changelog
index 82c007c..5afc194 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ 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: Don't let d-i start if there is less then 200MiB
+  * debian/local/runsystem: Don't let d-i start if there is less then 256MiB
     memory.  Tell the user he needs to be patient while the d-i templates get
     loaded.
 
diff --git a/debian/local/runsystem b/debian/local/runsystem
index ea01447..9019d19 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

-- 
Debian GNU Hurd packaging



reply via email to

[Prev in Thread] Current Thread [Next in Thread]