r18449 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r18448‎ | r18449 | r18450 >
Date:15:32, 19 December 2006
Author:mark
Status:old
Tags:
Comment:
Let's see if this expert_recipe without format{ } maybe keeps data
Modified paths:
  • /trunk/ubuntu/autoinstall/db.cfg (modified) (history)
  • /trunk/ubuntu/autoinstall/squid.cfg (modified) (history)

Diff [purge]

Index: trunk/ubuntu/autoinstall/db.cfg
@@ -8,5 +8,6 @@
99 d-i partman/confirm boolean true
1010
1111 # Note, expert_recipe wants to fill up the entire disk
12 -d-i partman-auto/expert_recipe string db : 3000 5000 8000 ext3 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ / } . 1000 1000 1000 linux-swap method{ swap } format{ } . 64 1000 10000000 jfs method{ keep } use_filesystem { } filesystem{ jfs } mountpoint { /a } .
 12+# See http://d-i.alioth.debian.org/svn/debian-installer/installer/doc/devel/partman-auto-recipe.txt
 13+d-i partman-auto/expert_recipe string db : 3000 5000 8000 ext3 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ / } . 1000 1000 1000 linux-swap method{ swap } format{ } . 64 1000 10000000 jfs method{ format } use_filesystem { } filesystem{ jfs } mountpoint { /a } .
1314 d-i partman-auto/choose_recipe db
Index: trunk/ubuntu/autoinstall/squid.cfg
@@ -18,6 +18,7 @@
1919 d-i partman-basicmethods/method_only boolean false
2020
2121 # Note, expert_recipe wants to fill up the entire disk
 22+# See http://d-i.alioth.debian.org/svn/debian-installer/installer/doc/devel/partman-auto-recipe.txt
2223 d-i partman-auto/expert_recipe string squid : 3000 5000 8000 ext3 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ / } . 1000 1500 120% linux-swap method{ swap } format{ } . 64 1000 10000000 linux-swap method{ keep } .
2324 d-i partman-auto/choose_recipe squid
2425