File tree Expand file tree Collapse file tree
bosh-stemcell/spec/support
image-metalinks/ubuntu-jammy
stemcell_builder/stages/system_kernel_modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 its ( :content ) { should match "install algif_aead /bin/true" }
9090 end
9191 end
92+
93+ context "prevent esp4 module from being loaded" do
94+ describe file ( "/etc/modprobe.d/blacklist.conf" ) do
95+ its ( :content ) { should match "install esp4 /bin/true" }
96+ end
97+ end
98+
99+ context "prevent esp6 module from being loaded" do
100+ describe file ( "/etc/modprobe.d/blacklist.conf" ) do
101+ its ( :content ) { should match "install esp6 /bin/true" }
102+ end
103+ end
104+
105+ context "prevent rxrpc module from being loaded" do
106+ describe file ( "/etc/modprobe.d/blacklist.conf" ) do
107+ its ( :content ) { should match "install rxrpc /bin/true" }
108+ end
109+ end
92110end
Original file line number Diff line number Diff line change 11<metalink xmlns="urn:ietf:params:xml:ns:metalink">
22 <file name="ubuntu-jammy.tgz">
3- <hash type="sha-512">303ec6a50529b061bd4d2a449001c0ff350d0e94b0f8844639039ec3fec67c26108958f0c094ddbd133617b1acbaee819c1f387aa4978e7234316241fe67bef1 </hash>
4- <hash type="sha-256">af498b1ff41d475ceae06a1af333311eb21ee69b6034e6e8ac97a89b411be2ad </hash>
5- <hash type="sha-1">3cdfd1eb3fb82eb1beee7ab632f43924aa081105 </hash>
6- <hash type="md5">da60dff146fd66482caa4547643f35b4 </hash>
7- <size>434925866 </size>
3+ <hash type="sha-512">1c94ae1cd886d8436f8480efee46e7f167aeb16899613c81cb708ddd5a52a59c137c6646aa63d4533d1c02207175b710e35e5169d0e57b4a278246c75da9f1b5 </hash>
4+ <hash type="sha-256">80e3ec16a9df4a5c5a75089ffa10f868b7cfb9b32ba87a27a6f8800daf3639c0 </hash>
5+ <hash type="sha-1">d899f9ede9fddfd5a3743a3f8da367b1b11f98d6 </hash>
6+ <hash type="md5">ebf810fd9f704a56b60ac839aa6e344f </hash>
7+ <size>434926013 </size>
88 <url>https://storage.googleapis.com/bosh-os-images/ubuntu-jammy/ubuntu-jammy.tgz</url>
9- <version>1048 .0.0</version>
9+ <version>1051 .0.0</version>
1010 </file>
1111 <file name="usn-log.json">
1212 <hash type="sha-512">d9378b3a430af3ce967861b570ad77af08528260c4812231ff56329936c66a52c64b1c2876caae3ce5775713312dd9e26632d0252468553c1c25d0146c5d8645</hash>
1515 <hash type="md5">f2d841b3ccbd4dc7386e7e7b59fb72ce</hash>
1616 <size>7477</size>
1717 <url>https://storage.googleapis.com/bosh-os-images/ubuntu-jammy/usn-log.json</url>
18- <version>1048 .0.0</version>
18+ <version>1051 .0.0</version>
1919 </file>
2020 <generator>metalink-repository-resource/0.0.0</generator>
21- <published>2026-05-06T14:34:08.518246102Z </published>
21+ <published>2026-05-08T04:03:52.380958953Z </published>
2222</metalink>
Original file line number Diff line number Diff line change @@ -20,7 +20,11 @@ install squashfs /bin/true
2020install udf /bin/true
2121install rds /bin/true
2222install floppy /bin/true
23- install algif_aead /bin/true' >> $chroot /etc/modprobe.d/blacklist.conf
23+ install algif_aead /bin/true
24+ install esp4 /bin/true
25+ install esp6 /bin/true
26+ install rxrpc /bin/true
27+ ' >> $chroot /etc/modprobe.d/blacklist.conf
2428
2529echo ' # prevent nouveau from loading
2630blacklist nouveau
You can’t perform that action at this time.
0 commit comments