From dc3296c19e84370e714f522e033cfee5407ea029 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Wed, 25 Mar 2009 12:10:56 +0100 Subject: some debugging to help FS#13700 - grub menu.lst updating is broken --- src/core/libs/lib-blockdevices-filesystems.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/libs/lib-blockdevices-filesystems.sh') diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh index e86fbc4..596d7a9 100644 --- a/src/core/libs/lib-blockdevices-filesystems.sh +++ b/src/core/libs/lib-blockdevices-filesystems.sh @@ -692,6 +692,7 @@ process_filesystem () mount -t $fs_type $part $dst >$LOG 2>&1 || ( show_warning 'Mount' "Error mounting $part on $dst" ; return 1 ) if [ "$fs_mount" = target -a $fs_mountpoint = '/' ] then + debug FS "setting \$PART_ROOT to $part" PART_ROOT=$part fi fi -- cgit v1.2.3-54-g00ecf