Things to remember when trying to do the same with your slug:
- running make menuconfig (somehow) with the debian/arch/arm/config-ixp4xx file as config will, most definitely disable the compilation of the internal driver
- before flashing a new linux image, check that the drivers for the network interfaces you expect to be up after reboot are present in the deb
- arm iptables will fail with an eabi kernel, even if it has oabi compat support, you will need to install iptables in the armel chroot; so if you use iptables at all, you need to pass that invocation to the iptables binary from the armel chroot
Instead of:
I got:
Some complaints:
- migrating to armel will probably be a pain, if care is not taken to migrate settings, scripts and everything in /etc
- the load spikes up just to make these graphs :-(
2 comments:
I don't suppose you remember how you changed arm to armel?
@David: I didn't. I kept most of my settings, /etc and personal scripts on a partition and reinstalled on another, then applied the old settings, where possible.
Post a Comment