[debian-edu-commits] debian-edu/ 01/01: Save some time during installation by not creating file system on the "debianedufreespace" LVM volume used to reserve some free space in the volume group. Use new file system type 'keep' to do this.

Petter Reinholdtsen pere at moszumanska.debian.org
Sat Sep 6 06:52:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository debian-edu-install.

commit bd3e39291a83fd2c5a36229094a3a3f96ff91254
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sat Sep 6 08:51:10 2014 +0200

    Save some time during installation by not creating file system on the "debianedufreespace" LVM volume used to reserve some free space in the volume group.  Use new file system type 'keep' to do this.
---
 debian/changelog                   | 3 +++
 lib/partman/common/90edumain       | 2 +-
 lib/partman/common/91edumain+ltsp  | 2 +-
 lib/partman/common/92edumain+ws    | 2 +-
 lib/partman/common/94edultsp       | 2 +-
 lib/partman/common/96eduwork       | 2 +-
 lib/partman/common/97minimal       | 2 +-
 lib/partman/common/98edustandalone | 2 +-
 8 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a530b3d..60fd082 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ debian-edu-install (1.728) UNRELEASED; urgency=low
 
   * Drop preseeding of shared/default-x-display-manager to kdm, as xfce
     and lxde want to use lightdm.
+  * Save some time during installation by not creating file system on the
+    "debianedufreespace" LVM volume used to reserve some free space in the
+    volume group.  Use new file system type 'keep' to do this.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sat, 06 Sep 2014 00:15:28 +0200
 
diff --git a/lib/partman/common/90edumain b/lib/partman/common/90edumain
index 53ce258..7ffa878 100644
--- a/lib/partman/common/90edumain
+++ b/lib/partman/common/90edumain
@@ -78,5 +78,5 @@ debian-edu-install/text/partman-debian-edu-main ::
 	method{ format }
 	format{ }
 	use_filesystem{ }
-	filesystem{ ext4 }
+	filesystem{ keep }
 	mountpoint{ /debianedufreespace } .
diff --git a/lib/partman/common/91edumain+ltsp b/lib/partman/common/91edumain+ltsp
index 6da626b..5767bc8 100644
--- a/lib/partman/common/91edumain+ltsp
+++ b/lib/partman/common/91edumain+ltsp
@@ -93,5 +93,5 @@ debian-edu-install/text/partman-debian-edu-main+ltsp ::
         method{ format }
         format{ }
         use_filesystem{ }
-        filesystem{ ext4 }
+        filesystem{ keep }
         mountpoint{ /debianedufreespace } .
diff --git a/lib/partman/common/92edumain+ws b/lib/partman/common/92edumain+ws
index 56aec37..6834841 100644
--- a/lib/partman/common/92edumain+ws
+++ b/lib/partman/common/92edumain+ws
@@ -69,6 +69,6 @@ debian-edu-install/text/partman-debian-edu-main+ws ::
         method{ format }
         format{ }
         use_filesystem{ }
-        filesystem{ ext4 }
+        filesystem{ keep }
         mountpoint{ /debianedufreespace } .
 
diff --git a/lib/partman/common/94edultsp b/lib/partman/common/94edultsp
index f1010a5..cfbd35e 100644
--- a/lib/partman/common/94edultsp
+++ b/lib/partman/common/94edultsp
@@ -69,5 +69,5 @@ debian-edu-install/text/partman-debian-edu-ltsp ::
         method{ format }
         format{ }
         use_filesystem{ }
-        filesystem{ ext4 }
+        filesystem{ keep }
         mountpoint{ /debianedufreespace } .
diff --git a/lib/partman/common/96eduwork b/lib/partman/common/96eduwork
index bb18ec1..7661359 100644
--- a/lib/partman/common/96eduwork
+++ b/lib/partman/common/96eduwork
@@ -37,5 +37,5 @@ debian-edu-install/text/partman-debian-edu-workstation ::
 	method{ format }
 	format{ }
 	use_filesystem{ }
-	filesystem{ ext4 }
+	filesystem{ keep }
 	mountpoint{ /debianedufreespace } .
diff --git a/lib/partman/common/97minimal b/lib/partman/common/97minimal
index 6ffccf4..fde6c89 100644
--- a/lib/partman/common/97minimal
+++ b/lib/partman/common/97minimal
@@ -45,5 +45,5 @@ debian-edu-install/text/partman-debian-edu-minimal ::
 	method{ format }
 	format{ }
 	use_filesystem{ }
-	filesystem{ ext4 }
+	filesystem{ keep }
 	mountpoint{ /debianedufreespace } .
diff --git a/lib/partman/common/98edustandalone b/lib/partman/common/98edustandalone
index 2b5e4fb..8c35193 100644
--- a/lib/partman/common/98edustandalone
+++ b/lib/partman/common/98edustandalone
@@ -45,5 +45,5 @@ debian-edu-install/text/partman-debian-edu-standalone ::
 	method{ format }
 	format{ }
 	use_filesystem{ }
-	filesystem{ ext4 }
+	filesystem{ keep }
 	mountpoint{ /debianedufreespace } .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-install.git



More information about the debian-edu-commits mailing list