| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | --- a/block.c |
| 2 | +++ b/block.c | ||||
| 3 | @@ -730,7 +730,7 @@ static int print_block_uci(struct probe_ | ||||
| 4 | printf("\toption\tuuid\t'%s'\n", pr->uuid); | ||||
| 5 | else | ||||
| 6 | printf("\toption\tdevice\t'%s'\n", pr->dev); | ||||
| 7 | - printf("\toption\tenabled\t'0'\n\n"); | ||||
| 8 | + printf("\toption\tenabled\t'1'\n\n"); | ||||
| 9 | |||||
| 10 | return 0; | ||||
| 11 | } | ||||