1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
nslu2-utils (0.10+r58-7) unstable; urgency=low
The kernel flashing code has moved from nslu2-flashkernel into
the flash-kernel program in the package of the same name. nslu2-flashkernel
will run flash-kernel for now, but will eventually be removed. You should
update your system to use flash-kernel directly, by editing
/etc/kernel-img.conf to look as follows:
do_symlinks = Yes
do_initrd = Yes
postinst_hook = flash-kernel
For instructions to upgrade to a new version of the kernel that works with
this system, see this page: http://cyrius.com/debian/nslu2/upgrade.html
The /etc/nslu2.conf file has been removed from this version of the package.
-- Joey Hess <joeyh@debian.org> Fri, 14 Apr 2006 11:23:49 +0200
nslu2-utils (0.10+r58-2) unstable; urgency=low
If you installed your NSLU2 using using etch beta 2, then you will
need to do the following to enable support for flashing Debian kernels
on upgrade:
* Edit /etc/kernel-img.conf to look as follows:
do_symlinks = yes
postinst_hook = /usr/sbin/nslu2-flashkernel
* Install initramfs-tools.
* If you want to use the internal ethernet, you will need to download
the non-free ixp400 modules from http://www.slug-firmware.net/ and install
them into /lib/modules. If you do not want to use those modules, then
edit /etc/mkinitramfs/nslu2.conf and set NSLU2_IXP400_REQUIRED=false
See /usr/share/doc/nslu2-utils/README.Debian for details.
-- Joey Hess <joeyh@debian.org> Fri, 14 Apr 2006 11:23:49 +0200
|