On Sun, 29 May 2016 12:22:54 +0900 Roger Shimizu <[email protected]> wrote:
> I guess it's because of kernel size, described in: > > > https://anonscm.debian.org/cgit/kernel/linux.git/tree/debian/config/armel/defines > > ==== > ## Maximum kernel size for supported devices (64 bytes is the u-boot > header) # SheevaPlug: 4194304 - 64 = 4194240 > # QNAP TS-119/TS-219: 2097152 - 64 = 2097088 > # D-Link DNS-323: 1572864 - 8 - 64 = 1572792 (too small, no longer > supported) # HP Media Vault mv2120: 2097152 - 8 - 64 = 2097080 > # QNAP TS-109/TS-209 & TS-409: 2097152 - 8 - 64 = 2097080 > check-size: 2097080 > ==== > > The marvell kernel need to be less than 2097080 to fit u-boot > limitation of QNAP TS-109/TS-209 & TS-409. > > So it's by spec, not a bug. > > Cheers, Ok, thanks for the answer. I will try with SELinux. Cheers, -- Aitor Fraile Azcue <[email protected]>

