flash-kernel (2.28ubuntu42.2) precise-proposed; urgency=low * Fix typo and escaping error on Highbank to allow it to load a ramdisk (LP: #1004018) -- Michael Casadevall Thu, 19 Jul 2012 06:20:19 -0700 flash-kernel (2.28ubuntu42.1) precise-proposed; urgency=low [ Michael Casadevall ] * Fix highbank support (LP: #1004018) * Merge in ogra's patch for single SRU [ Oliver Grawert ] * fix handling of linaro kernels on omap4 (LP: #1023952), thanks to David Cullen for the patch -- Michael Casadevall Wed, 18 Jul 2012 21:05:12 -0700 flash-kernel (2.28ubuntu42) precise; urgency=low * Add Calxeda highbank support to flash-kernel and flash-kernel-installer. -- dann frazier Mon, 12 Mar 2012 22:18:47 -0600 flash-kernel (2.28ubuntu41) precise; urgency=low * Fix for a potential no-mtd and no /etc/flash-kernel.conf issue on mx5. Thanks to Tobin Davis for that fix. -- Oliver Grawert Mon, 05 Mar 2012 17:41:22 +0100 flash-kernel (2.28ubuntu40) precise; urgency=low * set defaults for UBOOT_PART on various OMAP4 platforms if it is not set, thanks to Tobin Davis for that fix (LP: 626749) -- Oliver Grawert Mon, 05 Mar 2012 14:41:03 +0100 flash-kernel (2.28ubuntu39) precise; urgency=low * Change from Tobin Davis to define ArmadaXP as a non-flash device. -- Adam Conrad Tue, 31 Jan 2012 16:28:26 -0700 flash-kernel (2.28ubuntu38) precise; urgency=low * Incorporate changes from Tobin Davis to enable support for the armadaxp subarch used by the Marvell Armada XP Development Board -- Adam Conrad Mon, 30 Jan 2012 11:56:25 -0700 flash-kernel (2.28ubuntu37) precise; urgency=low * Add Freescale i.MX6 support. * Add update dtb file (DeviceTree support) for i.MX*. -- Ying-Chun Liu Fri, 27 Jan 2012 13:17:13 +0000 flash-kernel (2.28ubuntu36) precise; urgency=low * Transition OMAP3 to using the MLO provided from the u-boot package. -- Adam Conrad Wed, 25 Jan 2012 22:22:38 -0700 flash-kernel (2.28ubuntu35) precise; urgency=low * Build for armhf. -- Matthias Klose Mon, 05 Dec 2011 15:33:56 +0100 flash-kernel (2.28ubuntu34) oneiric; urgency=low * Avoid races between umount and rm of the mountpoint with umount -l -- Adam Conrad Wed, 28 Sep 2011 15:32:57 -0600 flash-kernel (2.28ubuntu33) oneiric; urgency=low * Fix syntax error. -- Evan Dandrea Mon, 19 Sep 2011 19:29:19 +0100 flash-kernel (2.28ubuntu32) oneiric; urgency=low * Install the actual OMAP3 x-loader package -- Michael Casadevall Thu, 15 Sep 2011 23:19:04 -0700 flash-kernel (2.28ubuntu31) oneiric; urgency=low * Make flash-kernel-installer properly install uboot on OMAP3 (LP: #820621) -- Michael Casadevall Mon, 12 Sep 2011 14:59:31 -0700 flash-kernel (2.28ubuntu30) oneiric; urgency=low * remove spurious development shellscript * add /etc/initramfs/post-update.d/ script to move the flash-kernel call out of update-initramfs -- Oliver Grawert Fri, 09 Sep 2011 12:07:06 +0200 flash-kernel (2.28ubuntu29) oneiric; urgency=low * make sure flash-kernel-installer uses the right MLO when installing -- Oliver Grawert Tue, 30 Aug 2011 18:59:48 +0200 flash-kernel (2.28ubuntu28) oneiric; urgency=low * add an /etc/kernel/postinst.d script to work around (LP: #701698) and finally make upgrades to newer kernel versions work. -- Oliver Grawert Fri, 15 Jul 2011 18:59:09 +0200 flash-kernel (2.28ubuntu27) oneiric; urgency=low * add Toshiba AC100 / Dynabook AZ support (requires abootimg) -- Oliver Grawert Thu, 14 Jul 2011 14:14:13 +0200 flash-kernel (2.28ubuntu26) oneiric; urgency=low * Dropping appending the root to /etc/flash-kernel.conf as its not needed -- Michael Casadevall Thu, 30 Jun 2011 08:27:19 -0700 flash-kernel (2.28ubuntu25) oneiric; urgency=low * Set the root partition for Panda -- Michael Casadevall Thu, 30 Jun 2011 06:15:22 -0700 flash-kernel (2.28ubuntu24) oneiric; urgency=low * Build a *working* boot.scr for Panda -- Michael Casadevall Thu, 30 Jun 2011 06:08:39 -0700 flash-kernel (2.28ubuntu23) oneiric; urgency=low * Extend f-k-i to properly write out the create the boot script * Make flash-kernel --update-bootloader on OMAP also install a kernel+ramdisk * Correctly handle a lack of boot.scr on the boot partition * Properly unmount the FAT partition after bootloader update -- Michael Casadevall Wed, 29 Jun 2011 04:31:41 -0700 flash-kernel (2.28ubuntu22) oneiric; urgency=low * Add omap4 to the subarchitecture list for the udeb -- Michael Casadevall Mon, 27 Jun 2011 08:28:58 -0700 flash-kernel (2.28ubuntu21) oneiric; urgency=low * Add flash-kernel-installer support for OMAP4 * Revert last upload due to brokeness -- Michael Casadevall Mon, 27 Jun 2011 10:39:24 +0000 flash-kernel (2.28ubuntu20) natty-proposed; urgency=low * Omit the check_subarch check for OMAP boards if linaro kernels are in use (LP: #721147) -- Oliver Grawert Fri, 20 May 2011 15:53:30 +0200 flash-kernel (2.28ubuntu19) natty; urgency=low * IMX: Replace imx5 subarch with mx5; matches upstream kernel more closely and seems to be what Debian will be using. It's easier to do the change now, before there is any in archive kernel with the "imx5" subarch name. * IMX: Use proper location for boot.script ($TMPMOUNT rather than /boot); it wasn't possible to use this functionality with the incorrect directory. -- Ying-Chun Liu (PaulLiu) Fri, 15 Apr 2011 15:11:40 +0800 flash-kernel (2.28ubuntu18) natty; urgency=low * match omap4 hardware on "OMAP4 Panda board" as well (LP: #744862) -- Oliver Grawert Wed, 30 Mar 2011 11:55:56 +0200 flash-kernel (2.28ubuntu17) natty; urgency=low * IMX51: transition from redboot -> uboot * IMX53: Add imx53 loco board support -- Ying-Chun Liu (PaulLiu) Tue, 08 Mar 2011 02:53:43 +0800 flash-kernel (2.28ubuntu16) natty; urgency=low * Don't check any subarch for the EfikaMX case, install whatever kernel is apt-get install-ed; we can't get to a consensus on how to solve this cleanly, so at least this will allow installation for people who know what they are doing; LP: #671027. -- Loïc Minier Mon, 07 Mar 2011 12:15:26 +0100 flash-kernel (2.28ubuntu15) natty; urgency=low * Fix tabs vs. spaces. * Uncomment check_subarch call for EfikaMX and replace "$running_subarch" with "mx51" which seems more consistent and is similar to other boards; see LP #671027. * efikamx_flash_kernel(): remove $tmp. -- Loïc Minier Mon, 28 Feb 2011 16:10:02 +0100 flash-kernel (2.28ubuntu14) natty; urgency=low [ Marcin Juszkiewicz ] * Add Efika MX Smartbook/Smarttop support based on work done by Genesi. (LP: #671027) -- Oliver Grawert Thu, 17 Feb 2011 16:01:42 +0100 flash-kernel (2.28ubuntu13) natty; urgency=low * Add --update-bootloader argument which triggers updating x-loader and u-boot files. The only supported boards for now are IGEPv2, Beagle and Panda. -- Jani Monoses Wed, 26 Jan 2011 14:10:17 +0200 flash-kernel (2.28ubuntu12) natty; urgency=low * Update to final package name for mkimage: u-boot-tools. -- Loïc Minier Sat, 08 Jan 2011 12:33:59 +0100 flash-kernel (2.28ubuntu11) natty; urgency=low * mkimage moved from the uboot-mkimage to the u-boot package: - update control to suggest u-boot | uboot-mkimage. - update flash-kernel-installer.postinst to use a common function to install mkimage and try installing u-boot in-target first. -- Loïc Minier Mon, 20 Dec 2010 10:47:49 +0100 flash-kernel (2.28ubuntu10) maverick; urgency=low * merge versatile espress support from Matt Waddel to close (LP: #646141) -- Oliver Grawert Fri, 24 Sep 2010 13:44:19 +0200 flash-kernel (2.28ubuntu9) maverick; urgency=low * merge Loïcs patch from bug 645659 to add IGEP2 support (not autoclosing that yet since jasper-initramfs fix is also pending) -- Oliver Grawert Thu, 23 Sep 2010 10:49:08 +0200 flash-kernel (2.28ubuntu8) maverick; urgency=low * Drop Vcs-Bzr; I've moved this to the package-import branch. -- Loïc Minier Thu, 26 Aug 2010 16:43:26 +0200 flash-kernel (2.28ubuntu7) maverick; urgency=low * chmod +x flash-kernel in the source package, as in Debian. * Don't try to make backup of uImage or uInitrd if they don't exist (i.e. flash-kernel gets installed into the chroot, but the udeb logic never ran). -- Loïc Minier Thu, 26 Aug 2010 16:02:44 +0200 flash-kernel (2.28ubuntu6) maverick; urgency=low * skip flash-kernel with exit 0 if FLASH_KERNEL_SKIP env is set; in turn make --supported fail with exit 1 if FLASH_KERNEL_SKIP is set (LP: #623276) -- Alexander Sack Tue, 24 Aug 2010 12:58:10 +0200 flash-kernel (2.28ubuntu5) maverick; urgency=low * changes to omap_flash_kernel() - add quotes around ${UBOOT_PART} -n test - use $kfile and $ifile instead of hardcoded /boot/vmlinuz and /boot/initrd.img -- John Rigby Wed, 04 Aug 2010 19:58:39 -0600 flash-kernel (2.28ubuntu4) maverick; urgency=medium * Implement generic subarchitecture support (LP: #607723) * Implement initial OMAP4 installation support * Add OMAP4 Blaze Board to whitelists -- Michael Casadevall Tue, 20 Jul 2010 09:48:01 +0000 flash-kernel (2.28ubuntu3) maverick; urgency=low * use /boot/boot.script if it exists as input for boot.scr on OMAP -- Oliver Grawert Fri, 09 Jul 2010 14:08:17 +0200 flash-kernel (2.28ubuntu2) maverick; urgency=low * add support for OMAP4 pandaboard -- Oliver Grawert Thu, 08 Jul 2010 18:33:06 +0200 flash-kernel (2.28ubuntu1) maverick; urgency=low * Merge from debian unstable. Remaining changes: - Use XS-Debian-Vcs-Svn instead of commenting Vcs-Svn out - Add Suggests: on redboot-tools for the fis command. - Add Suggests: on uboot-envtools for fw_setenv command - Implement support for OMAP3 Beagle Board - Implement support for Marvell dove board - Implement support for Freescale MX51 Babbage Board - Add above architectures to README file - Change descriptions from Debian kernel/initramfs to Ubuntu kernel/initramfs - Create /target/etc/flash-kernel.conf from flash-kernel-installer.postinst - Source /etc/flash-kernel.conf if present. - Detect UUID of /target and set proper cmdline upon install - Adjust versioned initramfs-tools dependency to ubuntu version -- Oliver Grawert Wed, 06 May 2010 14:34:14 +0200 flash-kernel (2.28) unstable; urgency=low [ John Holland ] * Add support for the eSATA SheevaPlug. [ Updated translations ] * Belarusian (be.po) by Pavel Piatruk * Bengali (bn.po) by Israt Jahan * German (de.po) by Holger Wansing * Slovenian (sl.po) by Vanja Cvelbar -- Martin Michlmayr Tue, 16 Mar 2010 16:15:19 +0000 flash-kernel (2.27) unstable; urgency=low [ Martin Michlmayr ] * Add support for the QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS. * Mention that the QNAP TS-110 and TS-210 Turbo NAS are supported. -- Martin Michlmayr Tue, 03 Nov 2009 17:28:08 +0000 flash-kernel (2.26) unstable; urgency=low [ Martin Michlmayr ] * Add an option --machine to specify the device but leave this option undocumented since it only has limited use. -- Martin Michlmayr Mon, 02 Nov 2009 21:43:08 +0000 flash-kernel (2.25) unstable; urgency=low [ Colin Watson ] * Use the EXIT trap instead of ERR, which is a bashism. -- Martin Michlmayr Mon, 19 Oct 2009 17:16:14 +0100 flash-kernel (2.24) unstable; urgency=low [ Martin Michlmayr ] * Move back flash-kernel to its original location upon failure of the udeb postinst, otherwise the postinst will fail when run another time. * Don't hardcode the machine ID for Marvell SheevaPlug, OpenRD-Base and OpenRD-Client since the boot loader will (or can be configured to) use the correct machine ID. This allows installed disks to be shared between these devices. -- Martin Michlmayr Sun, 18 Oct 2009 18:29:05 +0100 flash-kernel (2.23) unstable; urgency=low [ Colin Watson ] * Upgrade to debhelper v7. [ Martin Michlmayr ] * Add support for the Marvell OpenRD-Base and OpenRD-Client. -- Martin Michlmayr Mon, 28 Sep 2009 21:53:22 +0100 flash-kernel (2.22) unstable; urgency=low [ Martin Michlmayr ] * Add the Intel SS4000-E to the README file as a supported device. * Fix syntax error in the postinst of the udeb. -- Martin Michlmayr Thu, 30 Jul 2009 08:18:55 +0200 flash-kernel (2.21) unstable; urgency=low * debian/flash-kernel-installer.postinst: run update-initramfs -u in case of Lanner EM7210, so as to override root= kernel argument. * debian/rules: add "-X.svn" line to dh_install call, so that subversion directories aren't needlessly copied -- Wouter Verhelst Sat, 25 Jul 2009 14:37:49 +0200 flash-kernel (2.20) unstable; urgency=low * Add support for Lanner EM7210 and compatibles (e.g., Intel SS4000-e) -- Wouter Verhelst Sat, 06 Jun 2009 14:42:34 +0200 flash-kernel (2.19) unstable; urgency=low * Add support for the SheevaPlug. -- Martin Michlmayr Mon, 25 May 2009 21:12:05 +0200 flash-kernel (2.18) unstable; urgency=low [ Colin Watson ] * Make findfs use the last of any mounts found, in case there's more than one due to pilot error in the partitioner. [ Martin Michlmayr ] * No longer add a kernel postinst hook that calls flash-kernel. Closes: #526640 * Add a NEWS file telling people that they can remove the postinst hook. * Depend on initramfs-tools (>= 0.92f), which was the first version that called flash-kernel. -- Martin Michlmayr Tue, 19 May 2009 12:56:10 +0200 flash-kernel (2.17) unstable; urgency=low * Add kirkwood as a supported subarchitecture, but only activate flash-kernel on the QNAP TS-119/TS-219 so far. -- Martin Michlmayr Tue, 31 Mar 2009 21:31:12 +0200 flash-kernel (2.16) unstable; urgency=low [ Otavio Salvador ] * Apply patch from Per Andersson to update the manpage to describe the behaviour of the subarch check and the new naming conventions. Closes: #521356 -- Martin Michlmayr Tue, 31 Mar 2009 17:29:26 +0200 flash-kernel (2.15) unstable; urgency=low [ Colin Watson ] * Remove unused cruft from debian/rules, pointed out by Loïc Minier. * Add lots of defensive shell quoting, also pointed out by Loïc Minier. [ Martin Michlmayr ] * Add support for QNAP TS-119 and TS-219 Turbo NAS. * Remove some code duplication in the initramfs hook. -- Martin Michlmayr Tue, 24 Mar 2009 20:03:24 +0100 flash-kernel (2.14) unstable; urgency=low * Display a message when the generation of the u-boot image for the D-Link DNS-323 is done. [ Updated translations ] * Galician (gl.po) by marce villarino * Hindi (hi.po) by Kumar Appaiah * Kazakh (kk.po) by daur88 * Malayalam (ml.po) by Praveen Arimbrathodiyil -- Martin Michlmayr Sun, 08 Mar 2009 22:03:02 +0100 flash-kernel (2.13ubuntu17) lucid; urgency=low * add "fixrtc" option to default cmdline for OMAP3 Beagle, this fixes the fsck issues on this board which has no rtc battery by setting the clock to the last mount time of the disk during boot. -- Oliver Grawert Sat, 24 Apr 2010 09:46:10 +0200 flash-kernel (2.13ubuntu16) lucid; urgency=low * move uboot-envtools to a suggests, having it on the images will be handled via seeding -- Oliver Grawert Fri, 16 Apr 2010 11:37:35 +0200 flash-kernel (2.13ubuntu15) lucid; urgency=low * add support for OMAP3 Beagle Board NAND flashing to flash-kernel * add default setup for beagle uboot NAND booting to flash-kernel-installer * add dependency on uboot-envtools for fw_setenv command * add omap to supported subarch in flash-kernel-installer.isinstallable and debian/control -- Oliver Grawert Thu, 15 Apr 2010 14:03:27 +0200 flash-kernel (2.13ubuntu14) lucid; urgency=low * rebuild rest of main for armel armv7/thumb2 optimization; UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2 -- Alexander Sack Fri, 05 Mar 2010 04:15:09 +0100 flash-kernel (2.13ubuntu13) karmic; urgency=low * Drop hardcoded mem= arg on Dove; LP: #435151. -- Loïc Minier Mon, 19 Oct 2009 14:42:52 +0200 flash-kernel (2.13ubuntu12) karmic; urgency=low [ Michael Casadevall ] * Misc updates and bug fixes to Dove implementation (LP: #430344) - Update kernel cmdline to include splash, quiet, and ro, and to drop console=tty0 since it is the default. - Update boot script to remove partition scanning in boot script in order to increase boot speed; try to obtain fs/interface/deveice/prefix from caller and limit scan to the first two usb and ide partitions. - Add a test to prevent booting of old images in memory. -- Loïc Minier Tue, 06 Oct 2009 00:16:15 +0200 flash-kernel (2.13ubuntu11) karmic; urgency=low [ Loïc Minier ] * Use XS-Debian-Vcs-Svn instead of commenting Vcs-Svn out; thanks Colin Watson. [ Oliver Grawert ] * drop video= option from cmdline in flash-kernel-installer.postinst, we should not need it anymore -- Oliver Grawert Wed, 21 Sep 2009 08:48:26 +0200 flash-kernel (2.13ubuntu10) karmic; urgency=low [ Loïc Minier ] * Replace Vcs-Svn with Vcs-Bzr in control. [ Michael Casadevall ] * Change descriptions from Debian kernel/initramfs to Ubuntu kernel/initramfs * Added support for dove (LP: #409238) * Added imx51 to subarchitecture line in control file [ Loïc Minier ] * Misc fixes to dove support. -- Loïc Minier Wed, 16 Sep 2009 00:14:54 +0200 flash-kernel (2.13ubuntu9) karmic; urgency=low * add video=mxcfb:1024x768@60 to default cmdline options for babbage boards in flash-kernel-installer.postinst else the mxcfb driver will not display anything. * default to use splash on imx51 babbage systems -- Oliver Grawert Sat, 29 Aug 2009 11:42:10 +0200 flash-kernel (2.13ubuntu8) karmic; urgency=low * Use block-attr from di-utils 1.68. -- Colin Watson Tue, 12 May 2009 17:33:02 +0100 flash-kernel (2.13ubuntu7) jaunty; urgency=low * anna-install redboot-tools-udeb in flash-kernel-installer.postinst to ensure the udeb is installed. * flash-kernel-installer.postinst: for MX51 Babbage call update-initramfs at the end of the install. -- Loic Minier Tue, 14 Apr 2009 11:24:22 +0200 flash-kernel (2.13ubuntu6) jaunty; urgency=low * add checks for kernel and initramfs fis partitions * allow more flexibility in naming kernel and initramfs fis partitions * add final newline to exec redboot command, so we dont produce garbage in serial terminal output * quieten down teh fconfig write of the script -- Oliver Grawert Wed, 08 Apr 2009 14:40:28 +0200 flash-kernel (2.13ubuntu5) jaunty; urgency=low * add support for Freescale MX51 Babbage Board to flash-kernel-installer.postinst (LP: #345534) * create /target/etc/flash-kernel.conf from flash-kernel-installer.postinst (LP: #352260) * detect UUID of /target and set proper cmdline upon install with flash-kernel-installer.postinst -- Oliver Grawert Tue, 31 Mar 2009 20:47:01 +0200 flash-kernel (2.13ubuntu4) jaunty; urgency=low * Used named signals for "trap". * Source /etc/flash-kernel.conf if present. * Babbage: rename $dev to $fis_dev. * Babbage: don't hardcode $fis_dev, $fis_offset_hex, and $fis_size_hex but read them from /etc/flash-kernel.conf instead. -- Loic Minier Tue, 31 Mar 2009 17:45:02 +0200 flash-kernel (2.13ubuntu3) jaunty; urgency=low * flash-kernel: fix generation of padded initramfs for imx51. - Generate a padded initramfs file; this is needed as just doing the padding on the initrd data will let the "fis" command write a datalength equal to the real initramfs length instead of using the length of the initramfs partition (which is the length we want to pass to RedBoot in exec -s). - Add a cleanup mechanism via "trap"; cleanup the padded initramfs file. - Remove previous hacks. -- Loic Minier Tue, 31 Mar 2009 17:07:07 +0200 flash-kernel (2.13ubuntu2) jaunty; urgency=low * flash-kernel: Move Freescale MX51 Babbage Board around to be in its alphabetical place. * flash-kernel-installer.isinstallable, .postinst: mark imx51 as installable and just run "update-initramfs -u" to install for now. -- Loic Minier Tue, 31 Mar 2009 11:19:22 +0200 flash-kernel (2.13ubuntu1) jaunty; urgency=low * flash-kernel: add support for Freescale MX51 Babbage Board; depend on redboot-tools for the fis command. -- Loic Minier Tue, 31 Mar 2009 11:09:10 +0200 flash-kernel (2.13) unstable; urgency=high * Map LVM devices in the form of /dev/vg/lv to /dev/mapper/..., otherwise initramfs-tools won't initialize them. Closes: #513504 -- Martin Michlmayr Thu, 29 Jan 2009 23:10:16 +0100 flash-kernel (2.12) unstable; urgency=high * Rebuild with fixed Danish translation -- Martin Michlmayr Fri, 09 Jan 2009 22:26:38 +0100 flash-kernel (2.11) unstable; urgency=low [ Updated translations ] * Bengali (bn.po) by Mahay Alam Khan (মাহে আলম খান) * Bosnian (bs.po) by Armin Besirovic * Danish (da.po) * Latvian (lv.po) by Peteris Krisjanis * Macedonian (mk.po) by Arangel Angov * Albanian (sq.po) by Elian Myftiu * Serbian (sr.po) by Veselin Mijušković * Ukrainian (uk.po) by Євгеній Мещеряков -- Frans Pop Tue, 23 Sep 2008 05:29:36 +0200 flash-kernel (2.10) unstable; urgency=low * Temporarily move flash-kernel out of the way in the udeb postinst so update-initramfs won't call flash-kernel; otherwise we'd call it twice. [ Updated translations ] * Catalan (ca.po) by Jordi Mallach * Spanish (es.po) by Javier Fernández-Sanguino Peña * Hebrew (he.po) by Lior Kaplan * Hindi (hi.po) by Kumar Appaiah * Croatian (hr.po) by Josip Rodin * Hungarian (hu.po) by SZERVÁC Attila * Indonesian (id.po) by Arief S Fitrianto * Georgian (ka.po) by Aiet Kolkhi * Central Khmer (km.po) by KHOEM Sokhem * Malayalam (ml.po) by പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍ * Nepali (ne.po) by Shiva Prasad Pokharel * Norwegian Nynorsk (nn.po) by Håvard Korsvoll * Panjabi (pa.po) by Amanpreet Singh Alam * Polish (pl.po) by Bartosz Fenski * Tamil (ta.po) by Dr.T.Vasudevan * Wolof (wo.po) by Mouhamadou Mamoune Mbacke * Simplified Chinese (zh_CN.po) by Deng Xiyue -- Martin Michlmayr Mon, 15 Sep 2008 13:24:21 +0300 flash-kernel (2.9) unstable; urgency=low * Pause again when an unknown root is found. * Print a better warning when the LABEL is not found. -- Martin Michlmayr Sun, 24 Aug 2008 21:31:20 +0300 flash-kernel (2.8) unstable; urgency=low * Make sure that ROOT in the initramfs is properly quoted. * Support disk LABELs that contain / (inspired by #489008). -- Martin Michlmayr Sun, 24 Aug 2008 17:56:31 +0300 flash-kernel (2.7) unstable; urgency=low * Fix UUID warning to refer to the correct directory. * Improve warning shown when LABEL doesn't exist in /dev/disk/by-label. * Use sda2 rather than sda1 as root device (when parsing of /etc/fstab fails) since this is what the installer will use by default. * Move GLAN Tank support from glantank-utils/glantank-installer to this package. * Put in one more step in the progress bar (typically before the long update-initramfs call). * Stop the progress bar when an error occurs, thanks Frans Pop. [ Updated translations ] * Greek, Modern (1453-) (el.po) -- Martin Michlmayr Sun, 24 Aug 2008 16:37:17 +0300 flash-kernel (2.6) unstable; urgency=low * Set FSCKFIX=yes in /etc/default/rcS to stop fsck from prompting the user for input since most users don't have a serial console. -- Martin Michlmayr Sun, 17 Aug 2008 16:31:53 +0300 flash-kernel (2.5) unstable; urgency=low [ Joey Hess ] * Add a --supported option that can be used to check if flash-kernel should be used. [ Martin Michlmayr ] * Add support for Buffalo Linkstation Pro/Live based on existing Kurobox support. Thanks to Tim Small for testing the change. * Add support for D-Link DNS-323 (not tested on real hardware). [ Updated translations ] * French (fr.po) by Christian Perrier * Croatian (hr.po) by Josip Rodin * Norwegian Bokmål (nb.po) by Hans Fredrik Nordhaug * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw) * Traditional Chinese (zh_TW.po) by Tetralet -- Martin Michlmayr Sun, 10 Aug 2008 16:35:22 +0300 flash-kernel (2.4) unstable; urgency=low * Add support for the Buffalo Kurobox Pro. Patch from Per Andersson as part of his Google Summer of Code project. [ Updated translations ] * Arabic (ar.po) by Ossama M. Khayat -- Martin Michlmayr Mon, 21 Jul 2008 12:55:53 +0300 flash-kernel (2.3) unstable; urgency=low * Update the man page to say that flash-kernel now also supports devices that require a special boot image on disk. * Improve the package description and README. * Install mv2120-utils on the HP mv2120 if it's available but don't fail if it's not (since the package is not essential for operation). [ Updated translations ] * German (de.po) by Jens Seidel -- Martin Michlmayr Mon, 14 Jul 2008 23:01:27 +0300 flash-kernel (2.2) unstable; urgency=low * mv2120: Don't fail when the "boot" symlink exists already. [ Updated translations ] * Czech (cs.po) by Miroslav Kure * Korean (ko.po) by Changwoo Ryu * Swedish (sv.po) by Daniel Nylander -- Martin Michlmayr Sun, 13 Jul 2008 15:35:32 +0300 flash-kernel (2.1.1) unstable; urgency=low [ Updated translations ] * Bulgarian (bg.po) by Damyan Ivanov * Basque (eu.po) by Piarres Beobide * Finnish (fi.po) by Esko Arajärvi * Galician (gl.po) by Jacobo Tarrio * Gujarati (gu.po) by Kartik Mistry * Lithuanian (lt.po) by Kęstutis Biliūnas * Marathi (mr.po) by Sampada * Dutch (nl.po) by Frans Pop * Portuguese (pt.po) by Miguel Figueiredo * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw) * Russian (ru.po) by Yuri Kozlov * Slovak (sk.po) by Ivan Masár * Thai (th.po) by Theppitak Karoonboonyanan * Vietnamese (vi.po) by Clytie Siddall -- Martin Michlmayr Tue, 08 Jul 2008 09:09:49 +0300 flash-kernel (2.1) unstable; urgency=low * Check whether /dev/mtdblockX is a block device before writing to it since the device might not exist when a user has disabled udev. Closes: #488565 [ Updated translations ] * Arabic (ar.po) by Ossama M. Khayat * Belarusian (be.po) by Pavel Piatruk * Bulgarian (bg.po) by Damyan Ivanov * Czech (cs.po) by Miroslav Kure * German (de.po) by Jens Seidel * Dzongkha (dz.po) by Jurmey Rabgay(Bongop) (DIT,BHUTAN) * Esperanto (eo.po) by Esperanto * Spanish (es.po) by Javier Fernández-Sanguino Peña * Basque (eu.po) by Iñaki Larrañaga Murgoitio * Finnish (fi.po) by Esko Arajärvi * French (fr.po) by Christian Perrier * Galician (gl.po) by Jacobo Tarrio * Indonesian (id.po) by Arief S Fitrianto * Italian (it.po) by Milo Casagrande * Japanese (ja.po) by Kenshi Muto * Korean (ko.po) by Changwoo Ryu * Lithuanian (lt.po) by Kęstutis Biliūnas * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ * Marathi (mr.po) by Sampada * Norwegian Bokmål (nb.po) by Hans Fredrik Nordhaug * Dutch (nl.po) by Frans Pop * Portuguese (pt.po) by Miguel Figueiredo * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw) * Romanian (ro.po) by Eddy Petrișor * Russian (ru.po) by Yuri Kozlov * Slovak (sk.po) by Ivan Masár * Slovenian (sl.po) by Matej Kovacic * Swedish (sv.po) by Daniel Nylander * Thai (th.po) by Theppitak Karoonboonyanan * Tagalog (tl.po) by Eric Pareja * Turkish (tr.po) by Mert Dirik * Vietnamese (vi.po) by Clytie Siddall * Wolof (wo.po) by Mouhamadou Mamoune Mbacke * Simplified Chinese (zh_CN.po) by Kov Chai -- Martin Michlmayr Mon, 30 Jun 2008 13:36:24 +0200 flash-kernel (2.0) unstable; urgency=low [ Joey Hess ] * Try to install the new ixp4xx-microcode package, falling back to copying microcode files only if the installation fails. * Remove code to copy ixp4xx-microcode files from d-i to target. This is handled more generically by hw-detect version 1.64. [ Martin Michlmayr ] * Add support for HP Media Vault mv2120 (this machine actually boots from disk rather then flash; but it makes sense to use the infrastructure provided by flash-kernel). * Update the package description and README to say that flash-kernel makes embedded devices bootable (either by putting the kernel and ramdisk in flash or by constructing a specific boot image). * Update the debconf notes accordingly, thanks Christian Perrier. * Increase the version number to reflect these changes in purpose. * Add an ellipsis to progress bar indicators as recommended by Christian Perrier. -- Martin Michlmayr Sun, 29 Jun 2008 14:33:17 +0200 flash-kernel (1.11) unstable; urgency=low * Add support for QNAP TS-409. -- Martin Michlmayr Sun, 11 May 2008 09:35:11 +0200 flash-kernel (1.10) unstable; urgency=low * Add orion5x to XB-Subarchitecture, thanks Frans Pop. -- Martin Michlmayr Sat, 10 May 2008 19:55:09 +0200 flash-kernel (1.9) unstable; urgency=low [ Martin Michlmayr ] * Add a Depends on initramfs-tools, thanks Tim Froidcoeur. [ Updated translations ] * Marathi (mr.po) by Sampada * Panjabi (pa.po) by Amanpreet Singh Alam -- Martin Michlmayr Sat, 10 May 2008 07:53:48 +0200 flash-kernel (1.8) unstable; urgency=low [ Martin Michlmayr ] * Add support for QNAP TS-109/TS-209. * Sync the Thecus initramfs-tools hook with the one from nslu2-utils: - Support LABEL and UUID in /etc/fstab. - Fix fstab parsing to ignore comments. * Make the initramfs-tools hook to set the root partition more generic and run it on Thecus N2100, QNAP TS-109/TS-209 and Linksys NSLU2. * Improve the initramfs-tools hook (to set the root partition): - Handle quoted LABELs and UUIDs. Closes: #471390 - Check if the specified UUID actually exists. Closes: #471393 - Accept multiple = characters in a string. * Remove support for the old Intel IXP4xx Ethernet driver. -- Martin Michlmayr Tue, 25 Mar 2008 19:36:14 +0100 flash-kernel (1.7) unstable; urgency=low [ Joey Hess ] * Copy nslu2 firmware idempotently. [ Updated translations ] * Amharic (am.po) by tegegne tefera * Indonesian (id.po) by Arief S Fitrianto * Korean (ko.po) by Changwoo Ryu * Kurdish (ku.po) by Erdal Ronahi * Latvian (lv.po) by Viesturs Zarins * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ * Panjabi (pa.po) by A S Alam * Traditional Chinese (zh_TW.po) by Tetralet -- Martin Michlmayr Fri, 15 Feb 2008 10:03:39 +0100 flash-kernel (1.6) unstable; urgency=low * Check whether kernel and ramdisk fit into flash before writing them. * Use the whole partition available for the ramdisk on NSLU2 (6 MB), not just the first 4 MB. In order to be actually able to use ramdisks larger than 4 MB, a new version of APEX is needed though (see #451882). * Remove Iomega NAS 100d support at the request of Rod Whitby since the firmware does CRC checks and this isn't handled yet. -- Martin Michlmayr Tue, 20 Nov 2007 09:41:57 +0100 flash-kernel (1.5) unstable; urgency=low * Missed in the menu item number transition. Multiply menu item number by 1000. -- Joey Hess Sun, 28 Oct 2007 15:10:12 -0400 flash-kernel (1.4) unstable; urgency=low * Convert the error about subarchitecture mismatches to a warning (but still don't write the bogus kernel to flash). [ Updated translations ] * Italian (it.po) by Stefano Canepa * Vietnamese (vi.po) by Clytie Siddall -- Martin Michlmayr Fri, 28 Sep 2007 15:04:46 +0200 flash-kernel (1.3) unstable; urgency=low [ Otavio Salvador ] * Replace 'base-installer' dependency by 'installed-base' virtual package. Needs base-installer 1.81. -- Joey Hess Mon, 18 Jun 2007 17:19:29 -0400 flash-kernel (1.2) unstable; urgency=low [ Martin Michlmayr ] * Make the parsing code more robust so searching for "foo" won't match "foo2". Thanks, Rod Whitby. * Print an error when the subarchitecture of the kernel doesn't match that of the device. Closes: #411551. [ Rod Whitby ] * Add support for Iomega NAS 100d. Closes: #403017. [ Gordon Farquharson ] * Reduce the running time of flash-kernel on the NSLU2 by almost 30 seconds. Closes: #413373. [ Updated translations ] * Basque (eu.po) by Piarres Beobide -- Martin Michlmayr Wed, 25 Apr 2007 13:51:12 +0200 flash-kernel (1.1) unstable; urgency=low [ Joey Hess ] * Add armel and armeb architectures. [ Updated translations ] * Hebrew (he.po) by Lior Kaplan * Malayalam (ml.po) by Praveen A -- Martin Michlmayr Tue, 27 Feb 2007 19:51:03 +0000 flash-kernel (1.0) unstable; urgency=low * Fix comment about the Sercomm header. Closes: #402142. [ Updated translations ] * Arabic (ar.po) by Ossama M. Khayat * Danish (da.po) by Claus Hindsgaul * Esperanto (eo.po) by Serge Leblanc * Kurdish (ku.po) by rizoye-xerzi * Latvian (lv.po) by Aigars Mahinovs * Malayalam (ml.po) by Praveen A * Norwegian Nynorsk (nn.po) by Håvard Korsvoll * Panjabi (pa.po) by A S Alam * Romanian (ro.po) by Eddy Petrișor * Slovenian (sl.po) by Matej Kovačič -- Martin Michlmayr Thu, 01 Feb 2007 16:28:02 +0100 flash-kernel (0.8) unstable; urgency=low [ Martin Michlmayr ] * Speed up flash-kernel on NSLU2 by reading the second part of the kernel in one go rather than byte by byte. * Write the kernel first, followed by the initramfs on Thecus N2100 (for comsmetics reasons only). [ Updated translations ] * Bulgarian (bg.po) by Damyan Ivanov * Bosnian (bs.po) by Safir Secerovic * Polish (pl.po) by Bartosz Fenski -- Martin Michlmayr Fri, 10 Nov 2006 08:15:06 +0000 flash-kernel (0.7) unstable; urgency=high * Copy the ixp400 modules to target if they exist. This code got lost in the transition from nslu2-firmware-installer to this package. -- Martin Michlmayr Sun, 29 Oct 2006 11:41:34 +0100 flash-kernel (0.6) unstable; urgency=low * Provide an initramfs-tools hook for Thecus N2100/N4100 so the right root paramater is given to the kernel. -- Martin Michlmayr Mon, 23 Oct 2006 22:49:32 +0100 flash-kernel (0.5) unstable; urgency=low * Install the NSLU2 microcode to the target if it's found on the d-i image. * Changed the priority of flash-kernel-installer to standard so d-i will load it by default. -- Martin Michlmayr Mon, 23 Oct 2006 12:03:41 +0100 flash-kernel (0.4) unstable; urgency=low * Add ixp4xx to XB-Subarchitecture. -- Martin Michlmayr Wed, 18 Oct 2006 10:59:25 +0100 flash-kernel (0.3) unstable; urgency=low * Install nslu2-utils and apex-nslu2 on NSLU2 devices. * Update flash-kernel-installer.isinstallable to list NSLU2. [ Updated translations ] * Bengali (bn.po) by Mahay Alam Khan (মাহে আলম) * Catalan (ca.po) by Jordi Mallach * Czech (cs.po) by Miroslav Kure * Danish (da.po) by Claus Hindsgaul * Esperanto (eo.po) by Serge Leblanc * Spanish (es.po) by Javier Fernández-Sanguino Peña * Estonian (et.po) by Siim Põder * Basque (eu.po) by Piarres Beobide * Finnish (fi.po) by Tapio Lehtonen * French (fr.po) by Christian Perrier * Galician (gl.po) by Jacobo Tarrio * Hebrew (he.po) by Lior Kaplan * Hindi (hi.po) by Nishant Sharma * Hungarian (hu.po) by SZERVÁC Attila * Italian (it.po) by Stefano Canepa * Japanese (ja.po) by Kenshi Muto * Khmer (km.po) by Khoem Sokhem * Portuguese (pt.po) by Miguel Figueiredo * Portuguese (Brazil) (pt_BR.po) by André Luís Lopes * Romanian (ro.po) by Eddy Petrişor * Russian (ru.po) by Yuri Kozlov * Slovak (sk.po) by Peter Mann * Swedish (sv.po) by Daniel Nylander * Turkish (tr.po) by Recai Oktaş * Ukrainian (uk.po) by Eugeniy Meshcheryakov -- Martin Michlmayr Fri, 06 Oct 2006 10:17:27 +0100 flash-kernel (0.2) unstable; urgency=low [ Martin Michlmayr ] * Make the isinstallable script of flash-kernel-installer executable. * Add support for Linksys NSLU2. [ Christian Perrier ] * Correct debconf templates to fit the D-I writing style and add i18n stuff [ Joey Hess ] * Only build the deb for the architectures that it supports (currently only arm). [ Updated translations ] * Czech (cs.po) by Miroslav Kure * Danish (da.po) by Claus Hindsgaul * Greek (el.po) by quad-nrg.net * Spanish (es.po) by Javier Fernández-Sanguino Peña * Basque (eu.po) by Piarres Beobide * Finnish (fi.po) by Tapio Lehtonen * French (fr.po) by Christian Perrier * Galician (gl.po) by Jacobo Tarrio * Hebrew (he.po) by Lior Kaplan * Hindi (hi.po) by Nishant Sharma * Lithuanian (lt.po) by Kęstutis Biliūnas * Dutch (nl.po) by Bart Cornelis * Portuguese (pt.po) by Miguel Figueiredo * Romanian (ro.po) by Eddy Petrişor * Russian (ru.po) by Yuri Kozlov * Swedish (sv.po) by Daniel Nylander * Thai (th.po) by Theppitak Karoonboonyanan * Tagalog (tl.po) by Eric Pareja -- Martin Michlmayr Sat, 30 Sep 2006 16:26:00 +0200 flash-kernel (0.1) unstable; urgency=low [ Martin Michlmayr ] * Initial release. * Add support for Thecus N2100. [ Joey Hess ] * Remove hardcoded path from kernel-image.conf, should not be necessary. * Fix i386 build issue. -- Martin Michlmayr Tue, 26 Sep 2006 15:14:51 +0200