r80397 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80396‎ | r80397 | r80398 >
Date:14:19, 15 January 2011
Author:mark
Status:deferred
Tags:
Comment:
Use ext3, not 4
Modified paths:
  • /trunk/ubuntu/autoinstall/raid1-lvm.cfg (modified) (history)
  • /trunk/ubuntu/autoinstall/raid1.cfg (modified) (history)

Diff [purge]

Index: trunk/ubuntu/autoinstall/raid1-lvm.cfg
@@ -29,7 +29,7 @@
3030 # <raidtype> <devcount> <sparecount> <fstype> <mountpoint> \
3131 # <devices> <sparedevices>
3232 d-i partman-auto-raid/recipe string \
33 - 1 2 0 ext4 / \
 33+ 1 2 0 ext3 / \
3434 /dev/sda1#/dev/sdb1 \
3535 . \
3636 1 2 0 lvm - \
Index: trunk/ubuntu/autoinstall/raid1.cfg
@@ -22,13 +22,13 @@
2323 # <raidtype> <devcount> <sparecount> <fstype> <mountpoint> \
2424 # <devices> <sparedevices>
2525 d-i partman-auto-raid/recipe string \
26 - 1 2 0 ext4 / \
 26+ 1 2 0 ext3 / \
2727 /dev/sda1#/dev/sdb1 \
2828 . \
2929 1 2 0 swap - \
3030 /dev/sda2#/dev/sdb2 \
3131 . \
32 - 1 2 0 ext4 /srv \
 32+ 1 2 0 ext3 /srv \
3333 /dev/sda3#/dev/sdb3 \
3434 .
3535

Status & tagging log