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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288
|
nslu2-utils (20080403-3) unstable; urgency=low
[ Martin Michlmayr ]
* Don't call flash-kernel in the postinst because update-initramfs
(which is also called in the postinst) calls flash-kernel now.
Closes: #498987
[ Gordon Farquharson ]
* Find the input device via /sys instead of hardcoding it. Closes: #481535
* Update the disk LED udev rule to work with USB 1.x and 2.0 devices.
Closes: #497305
-- Martin Michlmayr <tbm@cyrius.com> Mon, 29 Sep 2008 18:31:33 +0300
nslu2-utils (20080403-2) unstable; urgency=low
* zleds: Fix bashism. Closes: #481545
-- Joey Hess <joeyh@debian.org> Tue, 15 Jul 2008 12:32:04 -0400
nslu2-utils (20080403-1) unstable; urgency=low
[ Martin Michlmayr ]
* Remove the initramfs hook that sets the root filesystem because
this is done in flash-kernel (1.8 and higher) now.
[ Joey Hess ]
* Updated to current slugos-init snapshot, supporting 2.6.25 led names.
* This drops use of the cpu-idle heartbeat, and will just turn
the status led on in single user mode.
* Updated the README.Debian.
* Fix leds script to not pass "user" to led_set, since the user
default code is gone.
* Beep using /dev/input/event1, not event0. This seems right with
both kernel versions I tested (2.6.24 and 2.6.25).
* Add support for "leds disk-n on/off" for 2.6.25 kernel.
-- Joey Hess <joeyh@debian.org> Sat, 19 Apr 2008 16:54:53 -0400
nslu2-utils (0.10+r71-14) unstable; urgency=low
* Improve firmware check. The ethernet module might be loaded but not
used, with no firmware present. So check if the ethernet interface
carrying the default route is ixp4xx_mac.
* Add support for the ixp4xx_eth driver in 2.6.24. (Patch from Gordon
Farquharson)
-- Joey Hess <joeyh@debian.org> Sat, 02 Feb 2008 13:48:25 -0500
nslu2-utils (0.10+r71-13) unstable; urgency=low
* Add a hint about dropbear.
* Split slugimage out to its own source package.
* Use new copyright file format.
-- Joey Hess <joeyh@debian.org> Wed, 06 Jun 2007 23:41:26 -0400
nslu2-utils (0.10+r71-12) unstable; urgency=low
* Remove old manual udev rules symlinking code from postinst.
-- Joey Hess <joeyh@debian.org> Wed, 09 May 2007 13:42:27 -0400
nslu2-utils (0.10+r71-11) unstable; urgency=low
* Rebuilt with debhelper 5.0.49, udev rules files will stop being symlinks
and will be directly in /etc/udev/rules.d, with transition code.
* Correct naming and installation of the leds udev rules file, which was not
included in the deb in the previous release.
-- Joey Hess <joeyh@debian.org> Mon, 07 May 2007 14:59:08 -0400
nslu2-utils (0.10+r71-10) unstable; urgency=low
* Add udev rules to turn the leds on and off as USB drives are plugged and
unplugged. Thanks to Brendan O'Dea. Closes: #413093
* Applied tbm's patch to put ROOT setting into conf.d/default_root instead
of conf/param.conf, to allow it to be overridden from APEX.
Closes: #405857
-- Joey Hess <joeyh@debian.org> Mon, 5 Mar 2007 16:16:00 -0500
nslu2-utils (0.10+r71-9) unstable; urgency=low
* Add armel architecture.
-- Joey Hess <joeyh@debian.org> Fri, 16 Feb 2007 14:18:30 -0500
nslu2-utils (0.10+r71-8) unstable; urgency=low
* List LED names in leds.8. Closes: #406560
* Correct a misparse of /etc/fstab if it contains nfs mount points with a
source directory ending in a "/". (Ie, "foo:/home/")
-- Joey Hess <joeyh@debian.org> Sat, 10 Feb 2007 01:29:05 -0500
nslu2-utils (0.10+r71-7) unstable; urgency=medium
* Make /etc/fstab parsing more robust:
- Parse LABEL and UUID strings and convert them to a device.
Closes: #403012
- Prompt the user if the device doesn't exist.
-- Martin Michlmayr <tbm@cyrius.com> Mon, 05 Feb 2007 22:48:49 +0100
nslu2-utils (0.10+r71-6) unstable; urgency=low
* Fix fstab parsing to ignore comments. Closes: #405566
-- Joey Hess <joeyh@debian.org> Thu, 4 Jan 2007 11:20:56 -0500
nslu2-utils (0.10+r71-5) unstable; urgency=low
* Make initramfs-tools hook scripts executable; since they're patched in,
the executability isn't preserved when autobuilding.
-- Joey Hess <joeyh@debian.org> Sat, 25 Nov 2006 18:03:58 -0500
nslu2-utils (0.10+r71-4) unstable; urgency=low
* Fix typoed NSLU2. Closes: #399568
-- Joey Hess <joeyh@debian.org> Mon, 20 Nov 2006 16:16:15 -0500
nslu2-utils (0.10+r71-3) unstable; urgency=low
* Patch from Daniel Kahn Gillmor correcting inverted speeds in "leds fast"
and "leds slow". Closes: #397744
-- Joey Hess <joeyh@debian.org> Thu, 9 Nov 2006 18:33:20 -0500
nslu2-utils (0.10+r71-2) unstable; urgency=low
* Fix leds beep to use /dev/input/event0 and correct path to beep
program.
* Suggest beep package.
-- Joey Hess <joeyh@debian.org> Wed, 8 Nov 2006 14:54:16 -0500
nslu2-utils (0.10+r71-1) unstable; urgency=low
[ Joey Hess ]
* Add note to README.Debian about using avahi-autoipd.
* Since initramfs-tools ignores hook script nonzero exit codes, deal with
errors differently -- print a warning message, instruct the user to hit
ctrl-c, and pause for user input.
* Remove NSLU2_IXP400_REQUIRED and /etc/nslu2.conf, since the user can just
hit enter to force building an initramfs missing the kernel module.
* Depend on flash-kernel, replace nslu2-flashkernel with a wrapper that
calls it; nslu2-flashkernel is deprecated and /etc/kernel-img.conf
should be modified to use flash-kernel.
* Support the debian 2.6.18-1-ixp4xx kernel, which as of version 2.6.18-4,
includes a free IXP ethernet driver, that needs only some non-free
firmware. Add code to check for the firmware if building an initramfs for
this version of the kernel.
[ Martin Michlmayr ]
* In nslu2-flashkernel check whether the APEX flash partition exists,
otherwise give a link to upgrade instructions.
[ Joey Hess ]
* Add code to the postinst to run flash-kernel on upgrade, IFF the APEX
flash partition exists. It's not necessary to run it on fresh install
since flash-kernel-installer in d-i will handle that.
* Update slugos-init files to r71.
* Add udev rule file to create /dev/rtc0 -> /dev/rtc symlink.
* Add /etc/rcS.d/S10nslu2-rtc.sh, which modprobes rtc-dev before hwclock.sh
runs.
* Use the heartbeat led trigger for cpu-idle.
* For the user led state, set ready to on, and status to cpu-idle, this
looks better than the upstream setting of ready to cpu-idle and status to
off.
* Fix an unnecessary nonzero exit from the leds program.
* Include leds.8 in the package.
* Modified zleds startup script to turn on the disk led. For now
it always turns on disk 1.
* Document led states in README.Debian.
-- Joey Hess <joeyh@debian.org> Sun, 5 Nov 2006 13:52:48 -0500
nslu2-utils (0.10+r58-6) unstable; urgency=low
* Update slugimage to SVN revision 73.
-- Martin Michlmayr <tbm@cyrius.com> Sat, 30 Sep 2006 15:13:25 +0200
nslu2-utils (0.10+r58-5) unstable; urgency=high
* Don't run nslu2-flashkernel in the postinst until I can clarify the
interaction with initramfs-tools in order to make sure this script
is only run if initramfs generation was successful. Closes: #382767
-- Martin Michlmayr <tbm@cyrius.com> Sun, 13 Aug 2006 18:27:43 +0200
nslu2-utils (0.10+r58-4) unstable; urgency=low
[ Martin Michlmayr ]
* Fix the path of the config file printed in a warning of the initramfs
hook.
* When this package is upgraded, run nslu2-flashkernel after updating the
initramfs.
* nslu2-flashkernel: Print an error if /proc is not mounted.
-- Martin Michlmayr <tbm@cyrius.com> Wed, 26 Jul 2006 14:14:05 +0200
nslu2-utils (0.10+r58-3) unstable; urgency=low
[ Joey Hess]
* Use new feature of initramfs-tools 0.60 that allows overriding the root
device more cleanly.
* Typo fix in description. Closes: #365789
* New svn location for slugimage repo.
[ Martin Michlmayr ]
* Improve fstab parsing.
* Typo fix in nslu2-flashkernel.8 man page.
-- Martin Michlmayr <tbm@cyrius.com> Thu, 13 Jul 2006 14:05:31 +0200
nslu2-utils (0.10+r58-2) unstable; urgency=low
* Add initramfs-tools integration based on scripts originally by tbm:
- Include ixp ethernet modules in initramfs if they're available.
- Add hook script to handle the root=/dev/ram mess with the slug
bootloader.
* Split slugimage out into its own arch indep package since it can be used
on other architectures.
* Build-depend on debhelper 5.0.30, which is needed to support building this
package on !arm !armeb architectures.
* Remove postinst code to create obsolete /dev/leds file.
* Add call to update-initramfs in postinst.
* Add nslu2-flashkernel.
* Add NEWS.Debian file documenting upgrade process from d-i beta2 installs.
-- Joey Hess <joeyh@debian.org> Fri, 14 Apr 2006 11:48:56 -0400
nslu2-utils (0.10+r58-1) unstable; urgency=low
* Updated slugimage to CVS version 1.65:
- don't require a RedBoot and SysConf partition (simply make it empty, the
upgrade won't touch it anyway) or a Trailer.
- Abort much earlier if there's no output file and --pack is specified
- remove tmp files also in case of errors
- Only put in an empty RedBoot/Sysconf or a specified Trailer when the
default files (RedBoot, SysConf, Trailer) don't exist -- otherwise we're
modifying expected behaviour of this script.
- Abort if no input file is given with --unpack
* Updated slugos-init to monotone r58, which requires the led support from
kernel 2.6.17 to drive leds. (Untested since that kernel isn't in Debian
yet though.)
* Updated leds man page to document new syntax of the rewritten program.
* Comment out rcS sourcing in leds program, since it's not appropriate to
Debian, and add a hack to avoid needing to install the functions file for
leds to work.
-- Joey Hess <joeyh@debian.org> Thu, 13 Apr 2006 09:05:32 -0400
nslu2-utils (0.10-3) unstable; urgency=low
* Add the slugimage utility. (Although this might do better in a separate
binary package so it's not packaged with the initscripts and so it's
available on non-arm systems. Feedback welcome..)
* Wrote a man page for slugimage.
* Set tbm and rwhitby as co-maintainers.
-- Joey Hess <joeyh@debian.org> Fri, 27 Jan 2006 18:56:26 -0500
nslu2-utils (0.10-2) unstable; urgency=low
* Add example of how to set up a predefined lease file to README.Debian
* Minor improvements to README.Debian.
-- Joey Hess <joeyh@debian.org> Tue, 24 Jan 2006 16:58:04 -0500
nslu2-utils (0.10-1) unstable; urgency=low
* Initial release.
* Wrote a man page for the leds command.
* Fix typo in leds usage message.
* Add a debian-specific fix for the missing rtc0 -> rtc link with udev
that doesn't use links.conf (since as that file notes, it does not
exist).
* Modified leds startup script to turn on the disk led, so that the leds
can be used to differentiate booting debian and booting openslug. For now
it always turns on disk 1.
* Add postinst to create the leds device for systems not using udev.
-- Joey Hess <joeyh@debian.org> Sat, 7 Jan 2006 13:37:07 -0500
|