2005-07-01 22:04  vagrant

	* distrib/debian/changelog: theoretically, this is the 0.7.0b
	  release...

2005-07-01 19:16  vagrant

	* TODO: reorganized nfsroot fallbacks

2005-07-01 18:44  vagrant

	* makepackage, tests/autobuild.dput.cf, tests/checksyntax,
	  tests/test-makepackage: add makepackage and autobuild tests

2005-06-30 22:13  vagrant

	* distrib/debian/: changelog, control: revert versioned dependency
	  on initrd-tools, mention recent changes.

2005-06-30 21:56  vagrant

	* distrib/debian/: copyright, initrd-netboot-tools.postinst,
	  initrd-netboot-tools.templates: bugfixen: lessdisks ->
	  initrd-netboot, put /bin/hostname in debconf templates.

2005-06-30 21:40  vagrant

	* netboot, distrib/debian/initrd-netboot-tools.install,
	  scripts/netboot: put netboot back into /etc, only run if package
	  is still installed, remove dummy upgrading file.

2005-06-27 03:59  vagrant

	* distrib/debian/: initrd-netboot-tools.config,
	  updateDebconfValues: improved support for upgrades from older
	  versions.

2005-06-26 21:45  vagrant

	* distrib/debian/: initrd-netboot-tools.postinst: improved
	  configuration file handling.

2005-06-26 20:16  vagrant

	* TODO, distrib/debian/initrd-netboot-tools.install,
	  distrib/debian/initrd-netboot-tools.postinst,
	  distrib/debian/initrd-netboot-tools.postrm: comply with
	  debian-policy 3.6.1.1 section 10.7.3

2005-06-18 01:16  jonas

	* TODO: Add TODO: Avoid distributing debconf-controlled configfile
	  (mixing automation and conffiles is not allowed by Debian Policy
	  10.7.3).

2005-06-18 01:00  jonas

	* TODO: Add TODO: Avoid lessdisks-specific nfspath hack.

2005-06-18 00:03  jonas

	* initrd-netboot.conf: Include hostname binary (bug#292986 and
	  patch#106 in official lessdisks/sarge).

2005-06-13 18:35  vagrant

	* netboot, distrib/debian/changelog, distrib/debian/control,
	  distrib/debian/initrd-netboot-tools.install, scripts/netboot:
	  relocate "netboot" script to /usr/share/initrd-tools/scripts to
	  properly handle package removal (and depend on initrd-tools >=
	  0.1.50), include dummy netboot script in /etc/mkinitrd/scripts/
	  to properly handle upgrades, add discover_modules to
	  initrd-netboot.conf at initrd build time

2005-06-13 18:29  vagrant

	* network_script: minor whitespace corrections and coding
	  consistancy issues

2005-06-13 18:28  vagrant

	* install_scripts/: 05_mount_proc, 05_mounts, 06_cmdline,
	  07_cmdline, 10_load_modules, 70_dhcp, 90_mount_nfs_root: renamed
	  05_mount_proc to 05_mounts and 06_cmdline to 07_cmdline,
	  consistantly umount before exiting using umount_all function,
	  issue warning if rarp protocol is specified, set autoconf_type
	  appropriately when ip/nfsaddrs set to off or none, drop extra
	  getCmdline call, add discover_modules to list of modules to
	  probe, exit 1 when root != /dev/nfs, add ERROR and WARNING
	  messages as appropriate.

2005-06-12 00:20  vagrant

	* distrib/debian/po/de.po: updated german debconf translation
	  (again!)

2005-06-11 23:07  vagrant

	* distrib/debian/: initrd-netboot-tools.templates, po/de.po,
	  po/templates.pot: minor changes to the debconf templates

2005-06-09 23:28  vagrant

	* distrib/debian/changelog: mention new translation and credit
	  wolfgang

2005-06-09 23:25  vagrant

	* distrib/debian/po/de.po: added german debconf translation

2005-06-09 22:48  vagrant

	* distrib/debian/: changelog, initrd-netboot-tools.install, rules:
	  bugfixen regarding version file generation and installation,
	  increment package version

2005-06-09 22:27  vagrant

	* distrib/debian/initrd-netboot-tools.install,
	  distrib/debian/rules, scripts/netboot: generate version file at
	  package build time, instead of trying to determine from
	  changelog.

2005-06-01 22:11  vagrant

	* distrib/debian/changelog: preparing 0.7.0 release

2005-05-24 14:02  vagrant

	* TODO, initrd-netboot-tools, distrib/debian/changelog,
	  distrib/debian/control, distrib/debian/initrd-netboot-tools.docs,
	  distrib/debian/initrd-netboot-tools.install,
	  distrib/debian/initrd-netboot-tools.templates,
	  distrib/debian/rules, distrib/debian/po/POTFILES.in,
	  distrib/debian/po/templates.pot, install_scripts/06_cmdline,
	  install_scripts/10_load_modules, install_scripts/70_dhcp,
	  install_scripts/90_mount_nfs_root, scripts/netboot: switch to
	  using cdbs(and simplify packaging scripts), support debconf
	  translations (po-debconf), install_scripts are now sourced
	  instead of executed(which also greatly simplifies the scripts),
	  use run-parts to include scripts, drop date from version.

2005-05-21 21:19  vagrant

	* TODO: hope to run on amd64 someday

2005-05-19 19:33  vagrant

	* TODO, distrib/debian/initrd-netboot-tools.docs: added todo file
	  and include ChangeLog and TODO in initrd-netboot-tools package.

2005-05-19 19:24  vagrant

	* distrib/debian/changelog: increase version so that it's bigger
	  than an experimental release from lessdisks.

2005-05-18 20:22  vagrant

	* distrib/debian/changelog: increment version a little.

2005-05-05 18:06  vagrant

	* bugs/control, distrib/debian/changelog, distrib/debian/control,
	  distrib/debian/copyright,
	  distrib/debian/initrd-netboot-tools.config,
	  distrib/debian/initrd-netboot-tools.dirs,
	  distrib/debian/initrd-netboot-tools.install,
	  distrib/debian/initrd-netboot-tools.postinst,
	  distrib/debian/initrd-netboot-tools.postrm,
	  distrib/debian/initrd-netboot-tools.templates,
	  distrib/debian/kernel-image-netbootable.install,
	  distrib/debian/rules, distrib/debian/updateDebconfValues: added
	  packaging files and bug reporting file

2005-05-05 16:48  vagrant

	* initrd-netboot.conf, network_script,
	  install_scripts/05_mount_proc, install_scripts/06_cmdline,
	  install_scripts/10_load_modules, install_scripts/70_dhcp,
	  install_scripts/90_mount_nfs_root, scripts/netboot: Initial
	  revision

2005-05-05 16:48  vagrant

	* initrd-netboot.conf, network_script,
	  install_scripts/05_mount_proc, install_scripts/06_cmdline,
	  install_scripts/10_load_modules, install_scripts/70_dhcp,
	  install_scripts/90_mount_nfs_root, scripts/netboot: initial
	  attempt to move initrd-netboot out of lessdisks and into it's own
	  project

