[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#257373: Support for UML ubd devices



Package: initrd-tools
Version: 0.1.71
Severity: wishlist
Tags: patch

This trivial patch adds support for user mode linux ubd devices to mkinitrd.

-- System Information:
Debian Release: unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.6-deb1-skas3
Locale: LANG=en_US, LC_CTYPE=en_US.UTF-8

Versions of packages initrd-tools depends on:
ii  coreutils [fileutils]         5.0.91-2   The GNU core utilities
ii  cpio                          2.5-1.1    GNU cpio -- a program to manage ar
ii  cramfsprogs                   1.1-6      Tools for CramFs (Compressed ROM F
ii  dash                          0.4.26-3   The Debian Almquist Shell
ii  fileutils                     5.0.91-2   The GNU file management utilities 
ii  util-linux                    2.12-7     Miscellaneous system utilities

-- no debconf information

-- 
 - mdz
--- /usr/sbin/mkinitrd	2004-07-01 08:03:41.000000000 -0700
+++ /tmp/mkinitrd	2004-07-02 17:24:40.000000000 -0700
@@ -543,6 +543,9 @@
 		echo dasd_eckd_mod
 		echo dasd_fba_mod
 		;;
+	98)
+		echo ubd
+		;;
 	*)
 		type=
 		case $(awk '

Reply to: