fix rootflags for subvolumes

This commit is contained in:
Tobias Powalowski 2010-07-15 22:40:14 +02:00
parent ae3ee6d12e
commit da6bb29f42

View file

@ -2997,7 +2997,7 @@ ROOTFS="$(blkid -c /dev/null $PART_ROOT -o value -s TYPE)"
}
getrootflags() {
ROOTFLAGS="$(findmnt -m -n -o options $PART_ROOT)"
ROOTFLAGS="$(findmnt -m -n -o options -T $DESTDIR)"
}
getraidarrays() {