summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-04-18 13:44:02 +0200
committermaximilian attems <maks@debian.org>2006-04-18 13:44:02 +0200
commitc29d49d84418075e1887c965d978c7cc0e07a95f (patch)
tree96a6978e388412b3c121a4fde773dc60474602e4 /debian
parent7f7832004e1fe8b9a13afb2ac765f4f611ffc6ed (diff)
downloadinitramfs-tools-c29d49d84418075e1887c965d978c7cc0e07a95f.tar.gz
initramfs-tools-c29d49d84418075e1887c965d978c7cc0e07a95f.zip
0.60:
- bug script - cryptoroot support - change exported variables - nfsopts, rootflags support - warn lilo+grub install - doc fixes
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/bug3
-rw-r--r--debian/changelog32
-rw-r--r--debian/initramfs-tools.install1
3 files changed, 36 insertions, 0 deletions
diff --git a/debian/bug b/debian/bug
new file mode 100755
index 0000000..fda2017
--- /dev/null
+++ b/debian/bug
@@ -0,0 +1,3 @@
+cat /proc/cmdline >&3
+grep -v nodev /proc/filesystems >&3
+lsmod >&3
diff --git a/debian/changelog b/debian/changelog
index 757a015..4c773aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,35 @@
+initramfs-tools (0.60) unstable; urgency=low
+
+ "E ho trovato l'invasor"
+
+ * scripts/functions: Allow boot scripts to modify exported boot parameters.
+ Thanks David Härdeman <david@2gen.com> for the patch. (closes: 348147)
+ This allows the inclusion of cryptoroot hooks to cryptsetup!
+
+ * init: add cryptopts parsing and export.
+
+ * init: Move parse_numeric down to the "mounting root" block.
+
+ * init, scripts/local: Allow rootflags to be passed in kernel cmdline.
+ Thanks Thomas Luzat <thomas.luzat@gmx.net> for the patch. (closes: #358917)
+
+ * init: Allow passing nfs root mount option in kernel cmdline. Thanks
+ Brian Brunswick <bdb@forbidden.co.uk> for the patch. (closes: #358649)
+
+ * update-initramfs: s/ALL/all/, fix it to actually run on update in non
+ verbose mode. (closes: #362568)
+
+ * update-initramfs: Warn in big letters about grub and lilo installs.
+ (closes: #362816)
+
+ * debian/bug: Add reportbug script with info about cmdline, fs and lsmod.
+
+ * initramfs-tools(8): Document the /conf/param.conf feature.
+
+ * mkinitramfs-kpkg(8): Spell out, why the wrapper script is needed.
+
+ -- maximilian attems <maks@sternwelten.at> Tue, 18 Apr 2006 13:33:18 +0200
+
initramfs-tools (0.59b) unstable; urgency=low
* mkinitramfs-kpkg: Intialialize the variables.
diff --git a/debian/initramfs-tools.install b/debian/initramfs-tools.install
index b722d90..9a4f31e 100644
--- a/debian/initramfs-tools.install
+++ b/debian/initramfs-tools.install
@@ -6,3 +6,4 @@ conf/initramfs.conf etc/mkinitramfs
hooks usr/share/initramfs-tools
hook-functions usr/share/initramfs-tools
update-initramfs usr/sbin
+debian/bug usr/share/bug/initramfs-tools