How Do I Add a BCM ISO as an APT Repository on BCM Ubuntu Clusters?
First, mount the BCM ISO on the head node. For example: # mount -o loop,ro bcm-11.0-ubuntu2404.iso /mnt For installing updates to the head node, you can create a .list file under /etc/apt/sources.list.d/. For example: # cat /etc/apt/sources.list.d/bcm-dvd.list deb [trusted=yes] file:///mnt/data/packages/11.25.04/ubuntu/2404/ ./ deb [trusted=yes] file:///mnt/data/packages/dist/ubuntu/2404/ ./ The second line isn’t necessary…