X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=simple-cdd%2Fprofiles%2Ftrc6500.postinst;h=a6b1e32d6a8d86266a1f2709351c40a67d0c16c7;hb=f5f2b8a06300ad05c882d2db9fbcfab2dad7fa06;hp=43bb17857bf44ab4bc6394149adeb96df978884b;hpb=4e3ad0da046dbd2ab977fae9ddd677fab9e8e2fd;p=debian6500.git diff --git a/simple-cdd/profiles/trc6500.postinst b/simple-cdd/profiles/trc6500.postinst index 43bb178..a6b1e32 100755 --- a/simple-cdd/profiles/trc6500.postinst +++ b/simple-cdd/profiles/trc6500.postinst @@ -10,7 +10,7 @@ mount /dev/cdrom /media/cdrom # first we install the packages we couldn't install automatically echo 'Installing additional package : firmware-bnx2...' -dpkg -i /media/cdrom/simple-cdd/firmware-bnx2_0.36+wheezy.1_all.deb +dpkg -i /media/cdrom/simple-cdd/firmware-bnx2_20230210-5_all.deb echo 'Additional packages installed' #debugging @@ -28,7 +28,7 @@ echo 'Key added' echo 'Removing exim packages...' dpkg -l | awk '/exim/ {print $2}' | xargs dpkg --remove bsd-mailx find /media/cdrom0 -name libgnutls-openssl\*_\* -o -name ssmtp_\* -o -name bsd-mailx_\* | xargs dpkg --install -echo 'Exim remove +echo 'Exim remove' # our interfaces file gets written over for some reason, we'll copy it and restore it on first boot # note : after install, we'll be executing our own rc.local on first boot