Forum archive
How do you add NIC drivers to a Turnkey USB
Hello, I'm trying to add specific NIC drivers (https://packages.debian.org/squeeze-backports/firmware-bnx2) for my server on a Turnkey distro called MineOS (http://minecraft.codeemo.com/). I burned(rufus) the ISO to my usb and tried adding the drivers via 7zip but it wont work, it seems it compressed with squashfs. Could someone guide me (I'm a linux noob) on how to add these drivers properly on this usb so I can install it on my server. Because currently it won't detect my network settings like with this guy (http://discourse.codeemo.com/t/error-obtaining-ip-adress-instalation/132)
If MineOS is available as build source code then it's as simple as adding that package name to the plan and then rebuilding the ISO. It will then be pre-installed and will just work.
Otherwise you should be able to extract the ISO; enter it as a chroot and install the package. Then rebundle back into an ISO. TBH I don't recall the exact steps/commands involved but I am sure that there should be plenty of info about via google.