Add the boot test to release-small.nix

+4
+4
nixos/release-small.nix
··· 50 separateBoot 51 simple; 52 }; 53 }; 54 }; 55
··· 50 separateBoot 51 simple; 52 }; 53 + boot = { 54 + inherit (nixos'.tests.boot) 55 + biosCdrom; 56 + }; 57 }; 58 }; 59