config: CONFIG_LOOP=y (instead of =m)
We pass max_loop=255 via kernel argument, so for this to work the loop device must be compiled in.
This commit is contained in:
parent
68e14237cb
commit
4a7126e793
@ -1323,7 +1323,7 @@ CONFIG_CISS_SCSI_TAPE=y
|
||||
CONFIG_BLK_DEV_DAC960=m
|
||||
CONFIG_BLK_DEV_UMEM=m
|
||||
# CONFIG_BLK_DEV_COW_COMMON is not set
|
||||
CONFIG_BLK_DEV_LOOP=m
|
||||
CONFIG_BLK_DEV_LOOP=y
|
||||
CONFIG_BLK_DEV_CRYPTOLOOP=m
|
||||
CONFIG_BLK_DEV_DRBD=m
|
||||
# CONFIG_DRBD_FAULT_INJECTION is not set
|
||||
|
Loading…
Reference in New Issue
Block a user