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:
parent
0ff3fc1882
commit
8881c10ca4
@ -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)\"
|
||||
|
@ -48,7 +48,7 @@ Section "Monitor"
|
||||
Option "DPMS"
|
||||
# HorizSync 28-49
|
||||
# VertRefresh 43-75
|
||||
@extraMonitorSettings@
|
||||
@extraMonitorSettings@
|
||||
EndSection
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user