View | Details | Raw Unified | Return to bug 350540
Collapse All | Expand All

(-)OSRFsck.ycp (-1 / +1 lines)
Lines 361-367 Link Here
361
   */
361
   */
362
  define boolean check_ext2fs() ``{
362
  define boolean check_ext2fs() ``{
363
363
364
    string command	= sformat("/sbin/fsck.ext2 -n -f %1", check_partition );
364
    string command	= sformat("/sbin/fsck.ext2 -n -v -f %1", check_partition );
365
    boolean checkext2fs = OSRExecute::Command (.local.bash,command);
365
    boolean checkext2fs = OSRExecute::Command (.local.bash,command);
366
    last_check_return	= OSRExecute::result;
366
    last_check_return	= OSRExecute::result;
367
367

Return to bug 350540