3
0
Fork 0
forked from mirrors/nixpkgs

Dont let the 'normal' fsck check a ext3cow partitions anymore since it thinks it fixes inodes but it will actually cause ext3cow to loose data .....

svn path=/nixos/trunk/; revision=9537
This commit is contained in:
Wouter den Breejen 2007-10-27 13:04:00 +00:00
parent 0ff3fc1882
commit 8881c10ca4
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ script
if echo \"$device\" | grep -q '^LABEL='; then isLabel=1; fi
isPseudo=
if test \"$fsType\" = \"nfs\"; then isPseudo=1; fi
if test \"$fsType\" = \"nfs\" || test \"$fsType\" = \"ext3cow\"; then isPseudo=1; fi
if ! test -n \"$isLabel\" -o -n \"$isPseudo\" -o -e \"$device\"; then
echo \"skipping $device, doesn't exist (yet)\"

View file

@ -48,7 +48,7 @@ Section "Monitor"
Option "DPMS"
# HorizSync 28-49
# VertRefresh 43-75
@extraMonitorSettings@
@extraMonitorSettings@
EndSection