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

Bug#353299: installation-reports: Inconsistant HDD assignment booting from CD or with USB connected



Package: installation-reports
Followup-For: Bug #353299


Booted from CD to install debian. During the installation my boot SATA HDD was identified as /dev/sda. Once the install 
completed the system tried to boot, but failed.  The hard disk the assignment for the same drive was now /dev/sdc. I was 
able to modify my menu.lst file to bring the system up normally. 

Now, when I boot my system with a USB cable modem (Motorola 5101) connected, the system is again assigning my SATA boot drive to /dev/sda. This causes the boot to fail.

The cable modem was not connected during the installation.

I am assuming that during the installation, since I booted from the CDRom, that the BIOS assigned a different order to the 
drives installed in the system. Once the installation finished and PC restarted, the BIOS used a different disk order. Now, 
for some reason, the BIOS is seeing the USB cable modem and changing the drive assignment order.

There must be some way for the system to memorize hardware ID's instead of relying on possibly flaky BIOS assignments.

-- Package-specific info:

Boot method: grub
Image version: Linux debian 2.6.22-2-686 #1 SMP Fri Aug 31 00:24:01 UTC 2007 i686 GNU/Linux
Date: Oct 21, 2007 5:30am

Machine: Asus P4C800E-Dlx, Intel Northwood 2.6Ghz P4 with Hyperthreading enabled, 1gig DDR, boot disk=320gig Maxtor SATA 
(Currently /dev/sdc)

Partitions:
major minor  #blocks  name

   8     0  488386584 sda
   8     1  488384001 sda1
   8    16  390711384 sdb
   8    17    2931831 sdb1
   8    18  387776970 sdb2
   8    32  312571224 sdc
   8    33    1004062 sdc1
   8    34  311564610 sdc2
   8    48  488386584 sdd
   8    49  488384001 sdd1
   3     0  120060864 hda
   3     1  120053713 hda1


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:           [O]
Detect network card:    [O]
Configure network:      [O]
Detect CD:              [O]
Load installer modules: [O]
Detect hard drives:     [O]
Partition hard drives:  [O]
Install base system:    [O]
Clock/timezone setup:   [O]
User/password setup:    [O]
Install tasks:          [O]
Install boot loader:    [O]
Overall install:        [E]

Comments/Problems:

As per my description above, the hard disk assignments were different during installation than at the first boot. Editing 
menu.lst resolved the issue.

* Relevent section of dmesg when cable modem connected (boot fails): ***************

Probing IDE interface ide0...
sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support 
DPO or FUA
sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support 
DPO or FUA
 sda:hda: Maxtor 4R120L0, ATA DISK drive
hdb: AOPEN DUW1616/ARR, ATAPI CD/DVD-ROM drive
 sda1 sda2
sd 0:0:0:0: [sda] Attached SCSI disk
....
sd 2:0:0:0: [sdc] 976773168 512-byte hardware sectors (500108 MB)
sd 2:0:0:0: [sdc] Write Protect is off
sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support 
DPO or FUA
sd 2:0:0:0: [sdc] 976773168 512-byte hardware sectors (500108 MB)
sd 2:0:0:0: [sdc] Write Protect is off
sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support 
DPO or FUA
 sdc: sdc1
sd 2:0:0:0: [sdc] Attached SCSI disk

* Relevent section of dmesg when cable modem disconnected:***********

root@debian:/proc # dmesg | grep sdc
Kernel command line: root=/dev/sdc2 ro quiet vga=791
sd 3:0:0:0: [sdc] 625142448 512-byte hardware sectors (320073 MB)
sd 3:0:0:0: [sdc] Write Protect is off
sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support 
DPO or FUA
sd 3:0:0:0: [sdc] 625142448 512-byte hardware sectors (320073 MB)
sd 3:0:0:0: [sdc] Write Protect is off
sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support 
DPO or FUA
 sdc: sdc1 sdc2
sd 3:0:0:0: [sdc] Attached SCSI disk
EXT3 FS on sdc2, internal journal
....
root@debian:/boot/grub #dmesg | grep sda
sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors (500108 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support 
DPO or FUA
sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors (500108 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support 
DPO or FUA
 sda: sda1
sd 0:0:0:0: [sda] Attached SCSI disk
EXT3 FS on sda1, internal journal


* Relevent section of /boot/grub/menu.lst: *******************

title  Debian GNU/Linux, kernel 2.6.22-2-686
root  (hd0,0)
kernel  /vmlinuz-2.6.22-2-686 root=/dev/sdc2 ro quiet vga=791
initrd  /initrd.img-2.6.22-2-686
savedefault


* /boot/grub/device.map: *********************

(hd0) /dev/hda
(hd1) /dev/sda
(hd2) /dev/sdb
(hd3) /dev/sdc
(hd4) /dev/sdd


-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to submit@bugs.debian.org.

==============================================
Installer lsb-release:
==============================================
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="lenny (installer build 20071018-19:02)"
X_INSTALLATION_MEDIUM=cdrom

==============================================
Installer hardware-summary:
==============================================
umame -a: Linux debian 2.6.22-2-486 #1 Thu Aug 30 23:45:36 UTC 2007 i686 unknown
lspci -nn: 00:00.0 Host bridge [0600]: Intel Corporation 82875P/E7210 Memory Controller Hub [8086:2578] (rev 02)
lspci -nn: 00:01.0 PCI bridge [0604]: Intel Corporation 82875P Processor to AGP Controller [8086:2579] (rev 02)
lspci -nn: 00:03.0 PCI bridge [0604]: Intel Corporation 82875P/E7210 Processor to PCI to CSA Bridge [8086:257b] (rev 02)
lspci -nn: 00:1d.0 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 [8086:24d2] (rev 02)
lspci -nn: 00:1d.1 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 [8086:24d4] (rev 02)
lspci -nn: 00:1d.2 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 [8086:24d7] (rev 02)
lspci -nn: 00:1d.3 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 [8086:24de] (rev 02)
lspci -nn: 00:1d.7 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller [8086:24dd] (rev 02)
lspci -nn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev c2)
lspci -nn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge [8086:24d0] (rev 02)
lspci -nn: 00:1f.1 IDE interface [0101]: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller [8086:24db] (rev 02)
lspci -nn: 00:1f.2 IDE interface [0101]: Intel Corporation 82801EB (ICH5) SATA Controller [8086:24d1] (rev 02)
lspci -nn: 00:1f.3 SMBus [0c05]: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller [8086:24d3] (rev 02)
lspci -nn: 00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller [8086:24d5] (rev 02)
lspci -nn: 01:00.0 VGA compatible controller [0300]: nVidia Corporation NV40 [GeForce 6800 GS] [10de:0047] (rev a1)
lspci -nn: 02:01.0 Ethernet controller [0200]: Intel Corporation 82547EI Gigabit Ethernet Controller [8086:1019]
lspci -nn: 03:03.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. IEEE 1394 Host Controller [1106:3044] (rev 46)
lspci -nn: 03:04.0 RAID bus controller [0104]: Promise Technology, Inc. PDC20378 (FastTrak 378/SATA 378) [105a:3373] (rev 02)
lspci -nn: 03:0b.0 Ethernet controller [0200]: Intel Corporation 82557/8/9 [Ethernet Pro 100] [8086:1229] (rev 04)
lspci -nn: 03:0c.0 Multimedia video controller [0400]: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [14f1:8800] (rev 05)
lspci -nn: 03:0c.1 Multimedia controller [0480]: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] [14f1:8801] (rev 05)
lspci -nn: 03:0d.0 Communication controller [0780]: Conexant Unknown device [14f1:10b6] (rev 89)
lspci -vnn: 00:00.0 Host bridge [0600]: Intel Corporation 82875P/E7210 Memory Controller Hub [8086:2578] (rev 02)
lspci -vnn: 	Subsystem: ASUSTeK Computer Inc. Unknown device [1043:80f6]
lspci -vnn: 	Flags: bus master, fast devsel, latency 0
lspci -vnn: 	Memory at f0000000 (32-bit, prefetchable) [size=128M]
lspci -vnn: 	Capabilities: [e4] Vendor Specific Information
lspci -vnn: 	Capabilities: [a0] AGP version 3.0
lspci -vnn: 
lspci -vnn: 00:01.0 PCI bridge [0604]: Intel Corporation 82875P Processor to AGP Controller [8086:2579] (rev 02)
lspci -vnn: 	Flags: bus master, 66MHz, fast devsel, latency 64
lspci -vnn: 	Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
lspci -vnn: 	Memory behind bridge: e7800000-eb8fffff
lspci -vnn: 	Prefetchable memory behind bridge: c7600000-e75fffff
lspci -vnn: 
lspci -vnn: 00:03.0 PCI bridge [0604]: Intel Corporation 82875P/E7210 Processor to PCI to CSA Bridge [8086:257b] (rev 02)
lspci -vnn: 	Flags: bus master, 66MHz, fast devsel, latency 64
lspci -vnn: 	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
lspci -vnn: 	I/O behind bridge: 0000c000-0000cfff
lspci -vnn: 	Memory behind bridge: eb900000-eb9fffff
lspci -vnn: 
lspci -vnn: 00:1d.0 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 [8086:24d2] (rev 02)
lspci -vnn: 	Subsystem: ASUSTeK Computer Inc. Unknown device [1043:80a6]
lspci -vnn: 	Flags: bus master, medium devsel, latency 0, IRQ 16
lspci -vnn: 	I/O ports at eec0 [size=32]
lspci -vnn: 
lspci -vnn: 00:1d.1 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 [8086:24d4] (rev 02)
lspci -vnn: 	Subsystem: ASUSTeK Computer Inc. Unknown device [1043:80a6]
lspci -vnn: 	Flags: bus master, medium devsel, latency 0, IRQ 17
lspci -vnn: 	I/O ports at ef00 [size=32]
lspci -vnn: 
lspci -vnn: 00:1d.2 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 [8086:24d7] (rev 02)
lspci -vnn: 	Subsystem: ASUSTeK Computer Inc. Unknown device [1043:80a6]
lspci -vnn: 	Flags: bus master, medium devsel, latency 0, IRQ 18
lspci -vnn: 	I/O ports at ef20 [size=32]
lspci -vnn: 
lspci -vnn: 00:1d.3 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 [8086:24de] (rev 02)
lspci -vnn: 	Subsystem: ASUSTeK Computer Inc. Unknown device [1043:80a6]
lspci -vnn: 	Flags: bus master, medium devsel, latency 0, IRQ 16
lspci -vnn: 	I/O ports at ef40 [size=32]
lspci -vnn: 
lspci -vnn: 00:1d.7 USB Controller [0c03]: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller [8086:24dd] (rev 02) (prog-if 20)
lspci -vnn: 	Subsystem: ASUSTeK Computer Inc. Unknown device [1043:80a6]
lspci -vnn: 	Flags: bus master, medium devsel, latency 0, IRQ 19
lspci -vnn: 	Memory at effff800 (32-bit, non-prefetchable) [size=1K]
lspci -vnn: 	Capabilities: [50] Power Management version 2
lspci -vnn: 	Capabilities: [58] Debug port
lspci -vnn: 
lspci -vnn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev c2)
lspci -vnn: 	Flags: bus master, fast devsel, latency 0
lspci -vnn: 	Bus: primary=00, secondary=03, subordinate=03, sec-latency=64
lspci -vnn: 	I/O behind bridge: 0000d000-0000dfff
lspci -vnn: 	Memory behind bridge: eba00000-efefffff
lspci -vnn: 	Prefetchable memory behind bridge: e7600000-e76fffff
lspci -vnn: 
lspci -vnn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge [8086:24d0] (rev 02)
lspci -vnn: 	Flags: bus master, medium devsel, latency 0
lspci -vnn: 
lspci -vnn: 00:1f.1 IDE interface [0101]: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller [8086:24db] (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
lspci -vnn: 	Subsystem: ASUSTeK Computer Inc. Unknown device [1043:80a6]
lspci -vnn: 	Flags: bus master, medium devsel, latency 0, IRQ 18
lspci -vnn: 	I/O ports at efe0 [size=8]
lspci -vnn: 	I/O ports at efac [size=4]
lspci -vnn: 	I/O ports at efa0 [size=8]
lspci -vnn: 	I/O ports at efa8 [size=4]
lspci -vnn: 	I/O ports at ef90 [size=16]
lspci -vnn: 	Memory at 50000000 (32-bit, non-prefetchable) [size=1K]
lspci -vnn: 
lspci -vnn: 00:1f.2 IDE interface [0101]: Intel Corporation 82801EB (ICH5) SATA Controller [8086:24d1] (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
lspci -vnn: 	Subsystem: ASUSTeK Computer Inc. Unknown device [1043:80a6]
lspci -vnn: 	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 18
lspci -vnn: 	I/O ports at ef88 [size=8]
lspci -vnn: 	I/O ports at ef84 [size=4]
lspci -vnn: 	I/O ports at ef68 [size=8]
lspci -vnn: 	I/O ports at ef80 [size=4]
lspci -vnn: 	I/O ports at ee60 [size=16]
lspci -vnn: 
lspci -vnn: 00:1f.3 SMBus [0c05]: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller [8086:24d3] (rev 02)
lspci -vnn: 	Subsystem: ASUSTeK Computer Inc. Unknown device [1043:80a6]
lspci -vnn: 	Flags: medium devsel, IRQ 14
lspci -vnn: 	I/O ports at 0400 [size=32]
lspci -vnn: 
lspci -vnn: 00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller [8086:24d5] (rev 02)
lspci -vnn: 	Subsystem: ASUSTeK Computer Inc. Unknown device [1043:80f3]
lspci -vnn: 	Flags: bus master, medium devsel, latency 0, IRQ 14
lspci -vnn: 	I/O ports at e800 [size=256]
lspci -vnn: 	I/O ports at ee80 [size=64]
lspci -vnn: 	Memory at effff400 (32-bit, non-prefetchable) [size=512]
lspci -vnn: 	Memory at effff000 (32-bit, non-prefetchable) [size=256]
lspci -vnn: 	Capabilities: [50] Power Management version 2
lspci -vnn: 
lspci -vnn: 01:00.0 VGA compatible controller [0300]: nVidia Corporation NV40 [GeForce 6800 GS] [10de:0047] (rev a1)
lspci -vnn: 	Subsystem: nVidia Corporation Unknown device [10de:0304]
lspci -vnn: 	Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 10
lspci -vnn: 	Memory at ea000000 (32-bit, non-prefetchable) [size=16M]
lspci -vnn: 	Memory at d0000000 (32-bit, prefetchable) [size=256M]
lspci -vnn: 	Memory at e9000000 (32-bit, non-prefetchable) [size=16M]
lspci -vnn: 	Expansion ROM at eb8e0000 [disabled] [size=128K]
lspci -vnn: 	Capabilities: [60] Power Management version 2
lspci -vnn: 	Capabilities: [44] AGP version 3.0
lspci -vnn: 
lspci -vnn: 02:01.0 Ethernet controller [0200]: Intel Corporation 82547EI Gigabit Ethernet Controller [8086:1019]
lspci -vnn: 	Subsystem: ASUSTeK Computer Inc. Unknown device [1043:80f7]
lspci -vnn: 	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 18
lspci -vnn: 	Memory at eb9e0000 (32-bit, non-prefetchable) [size=128K]
lspci -vnn: 	I/O ports at cf80 [size=32]
lspci -vnn: 	Capabilities: [dc] Power Management version 2
lspci -vnn: 
lspci -vnn: 03:03.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. IEEE 1394 Host Controller [1106:3044] (rev 46) (prog-if 10)
lspci -vnn: 	Subsystem: ASUSTeK Computer Inc. Unknown device [1043:808a]
lspci -vnn: 	Flags: bus master, medium devsel, latency 64, IRQ 20
lspci -vnn: 	Memory at efefe800 (32-bit, non-prefetchable) [size=2K]
lspci -vnn: 	I/O ports at dc00 [size=128]
lspci -vnn: 	Capabilities: [50] Power Management version 2
lspci -vnn: 
lspci -vnn: 03:04.0 RAID bus controller [0104]: Promise Technology, Inc. PDC20378 (FastTrak 378/SATA 378) [105a:3373] (rev 02)
lspci -vnn: 	Subsystem: ASUSTeK Computer Inc. Unknown device [1043:80f5]
lspci -vnn: 	Flags: bus master, 66MHz, medium devsel, latency 96, IRQ 19
lspci -vnn: 	I/O ports at df00 [size=64]
lspci -vnn: 	I/O ports at dfa0 [size=16]
lspci -vnn: 	I/O ports at d880 [size=128]
lspci -vnn: 	Memory at efeff000 (32-bit, non-prefetchable) [size=4K]
lspci -vnn: 	Memory at efec0000 (32-bit, non-prefetchable) [size=128K]
lspci -vnn: 	Capabilities: [60] Power Management version 2
lspci -vnn: 
lspci -vnn: 03:0b.0 Ethernet controller [0200]: Intel Corporation 82557/8/9 [Ethernet Pro 100] [8086:1229] (rev 04)
lspci -vnn: 	Subsystem: Intel Corporation Unknown device [8086:0009]
lspci -vnn: 	Flags: bus master, medium devsel, latency 64, IRQ 19
lspci -vnn: 	Memory at e76ff000 (32-bit, prefetchable) [size=4K]
lspci -vnn: 	I/O ports at df80 [size=32]
lspci -vnn: 	Memory at efd00000 (32-bit, non-prefetchable) [size=1M]
lspci -vnn: 	Expansion ROM at eba00000 [disabled] [size=1M]
lspci -vnn: 	Capabilities: [dc] Power Management version 1
lspci -vnn: 
lspci -vnn: 03:0c.0 Multimedia video controller [0400]: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [14f1:8800] (rev 05)
lspci -vnn: 	Subsystem: Micro-Star International Co., Ltd. Unknown device [1462:8606]
lspci -vnn: 	Flags: bus master, medium devsel, latency 64, IRQ 5
lspci -vnn: 	Memory at ed000000 (32-bit, non-prefetchable) [size=16M]
lspci -vnn: 	Capabilities: [44] Vital Product Data
lspci -vnn: 	Capabilities: [4c] Power Management version 2
lspci -vnn: 
lspci -vnn: 03:0c.1 Multimedia controller [0480]: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] [14f1:8801] (rev 05)
lspci -vnn: 	Subsystem: Micro-Star International Co., Ltd. Unknown device [1462:8606]
lspci -vnn: 	Flags: bus master, medium devsel, latency 64, IRQ 5
lspci -vnn: 	Memory at ee000000 (32-bit, non-prefetchable) [size=16M]
lspci -vnn: 	Capabilities: [4c] Power Management version 2
lspci -vnn: 
lspci -vnn: 03:0d.0 Communication controller [0780]: Conexant Unknown device [14f1:10b6] (rev 89)
lspci -vnn: 	Subsystem: AOPEN Inc. Unknown device [a0a0:00c2]
lspci -vnn: 	Flags: bus master, medium devsel, latency 64, IRQ 10
lspci -vnn: 	Memory at efee0000 (32-bit, non-prefetchable) [size=64K]
lspci -vnn: 	I/O ports at dfe0 [size=8]
lspci -vnn: 	Capabilities: [40] Power Management version 2
lspci -vnn: 
modulemap: 8086:24d2 uhci_hcd
modulemap: 8086:24d4 uhci_hcd
modulemap: 8086:24d7 uhci_hcd
modulemap: 8086:24de uhci_hcd
modulemap: 8086:24dd ehci_hcd
modulemap: 8086:24db piix
modulemap: 8086:24d1 ata_piix
modulemap: 8086:1019 e1000
modulemap: 1106:3044 firewire_ohci
modulemap: 105a:3373 sata_promise
modulemap: 8086:1229 e100
lsmod: Module                  Size  Used by
lsmod: ufs                    70020  0 
lsmod: qnx4                   10756  0 
lsmod: ntfs                  198848  0 
lsmod: xfs                   491412  0 
lsmod: reiserfs              216704  0 
lsmod: jfs                   163292  0 
lsmod: ext3                  118408  6 
lsmod: jbd                    49832  1 ext3
lsmod: vfat                   11648  0 
lsmod: fat                    47772  1 vfat
lsmod: e100                   33804  0 
lsmod: mii                     5376  1 e100
lsmod: e1000                 112320  0 
lsmod: nls_iso8859_1           4096  0 
lsmod: rsrc_nonstatic         11904  0 
lsmod: pcmcia_core            36880  1 rsrc_nonstatic
lsmod: firewire_sbp2          12164  0 
lsmod: isofs                  32056  0 
lsmod: ide_generic             1280  0 [permanent]
lsmod: rz1000                  2688  0 [permanent]
lsmod: hpt34x                  4864  0 [permanent]
lsmod: jmicron                 3584  0 [permanent]
lsmod: cmd64x                  8988  0 [permanent]
lsmod: cs5535                  4096  0 [permanent]
lsmod: atiixp                  5648  0 [permanent]
lsmod: amd74xx                13596  0 [permanent]
lsmod: pdc202xx_old            7936  0 [permanent]
lsmod: opti621                 4100  0 [permanent]
lsmod: alim15x3               11020  0 [permanent]
lsmod: it821x                  7300  0 [permanent]
lsmod: ns87415                 4296  0 [permanent]
lsmod: hpt366                 15488  0 [permanent]
lsmod: triflex                 3456  0 [permanent]
lsmod: delkin_cb               3456  0 
lsmod: siimage                10624  0 [permanent]
lsmod: cs5530                  5248  0 [permanent]
lsmod: cy82c693                4356  0 [permanent]
lsmod: sc1200                  6656  0 [permanent]
lsmod: sis5513                11912  0 [permanent]
lsmod: serverworks             7560  0 [permanent]
lsmod: trm290                  4228  0 [permanent]
lsmod: via82cxxx               8580  0 [permanent]
lsmod: pdc202xx_new            7168  0 [permanent]
lsmod: aec62xx                 6528  0 [permanent]
lsmod: cs5520                  4736  0 [permanent]
lsmod: slc90e66                4864  0 [permanent]
lsmod: tc86c001                4352  0 [permanent]
lsmod: usb_storage            75712  0 
lsmod: vga16fb                13068  0 
lsmod: vgastate                8320  1 vga16fb
lsmod: thermal                13320  0 
lsmod: processor              23724  1 thermal
lsmod: fan                     4868  0 
lsmod: sd_mod                 27024  10 
lsmod: ide_cd                 36384  0 
lsmod: cdrom                  32672  1 ide_cd
lsmod: ide_disk               16256  2 
lsmod: evdev                   9344  3 
lsmod: usbhid                 25440  0 
lsmod: hid                    24192  1 usbhid
lsmod: ata_piix               13316  3 
lsmod: piix                    8836  0 [permanent]
lsmod: parport_pc             33316  0 
lsmod: parport                32840  1 parport_pc
lsmod: floppy                 54404  0 
lsmod: psmouse                35600  0 
lsmod: sata_promise           12164  3 
lsmod: generic                 4868  0 [permanent]
lsmod: ide_core              111784  34 ide_generic,rz1000,hpt34x,jmicron,cmd64x,cs5535,atiixp,amd74xx,pdc202xx_old,opti621,alim15x3,it821x,ns87415,hpt366,triflex,delkin_cb,siimage,cs5530,cy82c693,sc1200,sis5513,serverworks,trm290,via82cxxx,pdc202xx_new,aec62xx,cs5520,slc90e66,tc86c001,usb_storage,ide_cd,ide_disk,piix,generic
lsmod: libata                115696  2 ata_piix,sata_promise
lsmod: scsi_mod              136460  4 firewire_sbp2,usb_storage,sd_mod,libata
lsmod: firewire_ohci          16512  0 
lsmod: firewire_core          39104  2 firewire_sbp2,firewire_ohci
lsmod: crc_itu_t               2176  1 firewire_core
lsmod: ehci_hcd               30348  0 
lsmod: uhci_hcd               22544  0 
lsmod: usbcore               122776  5 usb_storage,usbhid,ehci_hcd,uhci_hcd
df: Filesystem           1k-blocks      Used Available Use% Mounted on
df: tmpfs                   453284        56    453228   0% /dev
df: tmpfs                   453284        56    453228   0% /dev
df: tmpfs                   453284        56    453228   0% /.dev
df: /dev/sdc2            306674160    472672 290623260   0% /target
df: /dev/sdc1               988244     25392    912652   3% /target/boot
df: /dev/sdd1            480719056    202804 456097052   0% /target/mnt/audio
df: /dev/hda1            118169876  19678044  92489148  18% /target/mnt/backup
df: /dev/sdb2            381691564    199240 362103476   0% /target/mnt/data
df: /dev/sda1            480719056 277870976 178428880  61% /target/mnt/video
free:               total         used         free       shared      buffers
free:   Mem:       906568       398588       507980            0        28824
free:  Swap:      2931820            0      2931820
free: Total:      3838388       398588      3439800
cardctl status: /usr/bin/report-hw: /usr/bin/report-hw: 50: cardctl: not found
cardctl ident: /usr/bin/report-hw: /usr/bin/report-hw: 51: cardctl: not found
/proc/cpuinfo: processor	: 0
/proc/cpuinfo: vendor_id	: GenuineIntel
/proc/cpuinfo: cpu family	: 15
/proc/cpuinfo: model		: 2
/proc/cpuinfo: model name	: Intel(R) Pentium(R) 4 CPU 2.60GHz
/proc/cpuinfo: stepping	: 9
/proc/cpuinfo: cpu MHz		: 3158.259
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: fdiv_bug	: no
/proc/cpuinfo: hlt_bug		: no
/proc/cpuinfo: f00f_bug	: no
/proc/cpuinfo: coma_bug	: no
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 2
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr
/proc/cpuinfo: bogomips	: 6320.36
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: 
/proc/ioports: 0000-001f : dma1
/proc/ioports: 0020-0021 : pic1
/proc/ioports: 0040-0043 : timer0
/proc/ioports: 0050-0053 : timer1
/proc/ioports: 0060-006f : keyboard
/proc/ioports: 0080-008f : dma page reg
/proc/ioports: 00a0-00a1 : pic2
/proc/ioports: 00c0-00df : dma2
/proc/ioports: 00f0-00ff : fpu
/proc/ioports: 0290-0297 : pnp 00:09
/proc/ioports: 02f8-02ff : serial
/proc/ioports: 0378-037a : parport0
/proc/ioports: 037b-037f : parport0
/proc/ioports: 03c0-03df : vesafb
/proc/ioports: 03f2-03f5 : floppy
/proc/ioports: 03f6-03f6 : pnp 00:0b
/proc/ioports: 03f7-03f7 : floppy DIR
/proc/ioports: 03f8-03ff : serial
/proc/ioports: 0400-041f : 0000:00:1f.3
/proc/ioports: 0480-04bf : 0000:00:1f.0
/proc/ioports: 0680-06ff : pnp 00:09
/proc/ioports: 0778-077a : parport0
/proc/ioports: 0800-087f : 0000:00:1f.0
/proc/ioports:   0800-0803 : ACPI PM1a_EVT_BLK
/proc/ioports:   0804-0805 : ACPI PM1a_CNT_BLK
/proc/ioports:   0808-080b : ACPI PM_TMR
/proc/ioports:   0828-082f : ACPI GPE0_BLK
/proc/ioports: 0cf8-0cff : PCI conf1
/proc/ioports: c000-cfff : PCI Bus #02
/proc/ioports:   cf80-cf9f : 0000:02:01.0
/proc/ioports:     cf80-cf9f : e1000
/proc/ioports: d000-dfff : PCI Bus #03
/proc/ioports:   d880-d8ff : 0000:03:04.0
/proc/ioports:   dc00-dc7f : 0000:03:03.0
/proc/ioports:   df00-df3f : 0000:03:04.0
/proc/ioports:   df80-df9f : 0000:03:0b.0
/proc/ioports:     df80-df9f : e100
/proc/ioports:   dfa0-dfaf : 0000:03:04.0
/proc/ioports:   dfe0-dfe7 : 0000:03:0d.0
/proc/ioports: e800-e8ff : 0000:00:1f.5
/proc/ioports: ee60-ee6f : 0000:00:1f.2
/proc/ioports:   ee60-ee6f : libata
/proc/ioports: ee80-eebf : 0000:00:1f.5
/proc/ioports: eec0-eedf : 0000:00:1d.0
/proc/ioports:   eec0-eedf : uhci_hcd
/proc/ioports: ef00-ef1f : 0000:00:1d.1
/proc/ioports:   ef00-ef1f : uhci_hcd
/proc/ioports: ef20-ef3f : 0000:00:1d.2
/proc/ioports:   ef20-ef3f : uhci_hcd
/proc/ioports: ef40-ef5f : 0000:00:1d.3
/proc/ioports:   ef40-ef5f : uhci_hcd
/proc/ioports: ef68-ef6f : 0000:00:1f.2
/proc/ioports:   ef68-ef6f : libata
/proc/ioports: ef80-ef83 : 0000:00:1f.2
/proc/ioports:   ef80-ef83 : libata
/proc/ioports: ef84-ef87 : 0000:00:1f.2
/proc/ioports:   ef84-ef87 : libata
/proc/ioports: ef88-ef8f : 0000:00:1f.2
/proc/ioports:   ef88-ef8f : libata
/proc/ioports: ef90-ef9f : 0000:00:1f.1
/proc/ioports:   ef90-ef97 : ide0
/proc/ioports:   ef98-ef9f : ide1
/proc/ioports: efa0-efa7 : 0000:00:1f.1
/proc/ioports: efa8-efab : 0000:00:1f.1
/proc/ioports: efac-efaf : 0000:00:1f.1
/proc/ioports:   efae-efae : ide0
/proc/ioports: efe0-efe7 : 0000:00:1f.1
/proc/ioports:   efe0-efe7 : ide0
/proc/iomem: 00000000-0009fbff : System RAM
/proc/iomem:   00000000-00000000 : Crash kernel
/proc/iomem: 0009fc00-0009ffff : reserved
/proc/iomem: 000a0000-000bffff : Video RAM area
/proc/iomem: 000c0000-000cefff : Video ROM
/proc/iomem: 000cf000-000d23ff : Adapter ROM
/proc/iomem: 000f0000-000fffff : System ROM
/proc/iomem: 00100000-3ff2ffff : System RAM
/proc/iomem:   00100000-0029e5da : Kernel code
/proc/iomem:   0029e5db-00340cc3 : Kernel data
/proc/iomem: 3ff30000-3ff3ffff : ACPI Tables
/proc/iomem: 3ff40000-3ffeffff : ACPI Non-volatile Storage
/proc/iomem: 3fff0000-3fffffff : reserved
/proc/iomem: 50000000-500003ff : 0000:00:1f.1
/proc/iomem: c7600000-e75fffff : PCI Bus #01
/proc/iomem:   d0000000-dfffffff : 0000:01:00.0
/proc/iomem:     d0000000-dfffffff : vesafb
/proc/iomem: e7600000-e76fffff : PCI Bus #03
/proc/iomem:   e76ff000-e76fffff : 0000:03:0b.0
/proc/iomem:     e76ff000-e76fffff : e100
/proc/iomem: e7800000-eb8fffff : PCI Bus #01
/proc/iomem:   e9000000-e9ffffff : 0000:01:00.0
/proc/iomem:   ea000000-eaffffff : 0000:01:00.0
/proc/iomem:   eb8e0000-eb8fffff : 0000:01:00.0
/proc/iomem: eb900000-eb9fffff : PCI Bus #02
/proc/iomem:   eb9e0000-eb9fffff : 0000:02:01.0
/proc/iomem:     eb9e0000-eb9fffff : e1000
/proc/iomem: eba00000-efefffff : PCI Bus #03
/proc/iomem:   eba00000-ebafffff : 0000:03:0b.0
/proc/iomem:   ed000000-edffffff : 0000:03:0c.0
/proc/iomem:   ee000000-eeffffff : 0000:03:0c.1
/proc/iomem:   efd00000-efdfffff : 0000:03:0b.0
/proc/iomem:     efd00000-efdfffff : e100
/proc/iomem:   efec0000-efedffff : 0000:03:04.0
/proc/iomem:   efee0000-efeeffff : 0000:03:0d.0
/proc/iomem:   efefe800-efefefff : 0000:03:03.0
/proc/iomem:     efefe800-efefefff : firewire_ohci
/proc/iomem:   efeff000-efefffff : 0000:03:04.0
/proc/iomem:     efeff000-efefffff : sata_promise
/proc/iomem: effff000-effff0ff : 0000:00:1f.5
/proc/iomem: effff400-effff5ff : 0000:00:1f.5
/proc/iomem: effff800-effffbff : 0000:00:1d.7
/proc/iomem:   effff800-effffbff : ehci_hcd
/proc/iomem: f0000000-f7ffffff : 0000:00:00.0
/proc/iomem: fec00000-fec00fff : pnp 00:0c
/proc/iomem: fed20000-fed8ffff : pnp 00:0a
/proc/iomem: fee00000-fee00fff : pnp 00:0c
/proc/iomem: ffb80000-ffffffff : reserved
/proc/interrupts:            CPU0       
/proc/interrupts:   0:         63   IO-APIC-edge      timer
/proc/interrupts:   1:          2   IO-APIC-edge      i8042
/proc/interrupts:   6:        148   IO-APIC-edge      floppy
/proc/interrupts:   7:          0   IO-APIC-edge      parport0
/proc/interrupts:   9:          0   IO-APIC-fasteoi   acpi
/proc/interrupts:  12:          4   IO-APIC-edge      i8042
/proc/interrupts:  16:          0   IO-APIC-fasteoi   uhci_hcd:usb1, uhci_hcd:usb4
/proc/interrupts:  17:       1155   IO-APIC-fasteoi   uhci_hcd:usb2
/proc/interrupts:  18:      49321   IO-APIC-fasteoi   uhci_hcd:usb3, ide0, libata, eth0
/proc/interrupts:  19:        850   IO-APIC-fasteoi   ehci_hcd:usb5, sata_promise
/proc/interrupts:  20:         15   IO-APIC-fasteoi   firewire_ohci
/proc/interrupts: NMI:          0 
/proc/interrupts: LOC:      64712 
/proc/interrupts: ERR:          0
/proc/interrupts: MIS:          1
/proc/meminfo: MemTotal:       906568 kB
/proc/meminfo: MemFree:        507804 kB
/proc/meminfo: Buffers:         28824 kB
/proc/meminfo: Cached:         320244 kB
/proc/meminfo: SwapCached:          0 kB
/proc/meminfo: Active:         208616 kB
/proc/meminfo: Inactive:       150864 kB
/proc/meminfo: SwapTotal:     2931820 kB
/proc/meminfo: SwapFree:      2931820 kB
/proc/meminfo: Dirty:             812 kB
/proc/meminfo: Writeback:           0 kB
/proc/meminfo: AnonPages:       10448 kB
/proc/meminfo: Mapped:           7180 kB
/proc/meminfo: Slab:            27168 kB
/proc/meminfo: SReclaimable:    20560 kB
/proc/meminfo: SUnreclaim:       6608 kB
/proc/meminfo: PageTables:        252 kB
/proc/meminfo: NFS_Unstable:        0 kB
/proc/meminfo: Bounce:              0 kB
/proc/meminfo: CommitLimit:   3385104 kB
/proc/meminfo: Committed_AS:    56476 kB
/proc/meminfo: VmallocTotal:   122572 kB
/proc/meminfo: VmallocUsed:     11076 kB
/proc/meminfo: VmallocChunk:   110672 kB
/proc/bus/input/devices: I: Bus=0003 Vendor=046d Product=c505 Version=0110
/proc/bus/input/devices: N: Name="Logitech USB Receiver"
/proc/bus/input/devices: P: Phys=usb-0000:00:1d.1-2/input0
/proc/bus/input/devices: S: Sysfs=/class/input/input0
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd event0 
/proc/bus/input/devices: B: EV=120003
/proc/bus/input/devices: B: KEY=10000 7 ff800000 7ff febeffdf ffefffff ffffffff fffffffe
/proc/bus/input/devices: B: LED=ff1f
/proc/bus/input/devices: 
/proc/bus/input/devices: I: Bus=0003 Vendor=046d Product=c505 Version=0110
/proc/bus/input/devices: N: Name="Logitech USB Receiver"
/proc/bus/input/devices: P: Phys=usb-0000:00:1d.1-2/input1
/proc/bus/input/devices: S: Sysfs=/class/input/input1
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd mouse0 event1 
/proc/bus/input/devices: B: EV=20007
/proc/bus/input/devices: B: KEY=ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff 0 0 1878 d800d100 1e0000 0 0 0
/proc/bus/input/devices: B: REL=103
/proc/bus/input/devices: B: LED=ff00
/proc/bus/input/devices: 
dmidecode: /usr/bin/report-hw: /usr/bin/report-hw: 65: dmidecode: not found
/proc/fb: 0 VESA VGA
/proc/fb: 1 VGA16 VGA
/etc/directfbrc: no-hardware
/etc/directfbrc: bg-color=ffdcdad5
/etc/directfbrc: screenshot-dir=/var/log
/etc/directfbrc: disable-module=keyboard
/etc/directfbrc: disable-module=ps2mouse
/etc/directfbrc: #disable-module=linux_input
dfbinfo: (*) DirectFB/Config: Parsing config file '/etc/directfbrc'.
dfbinfo: 
dfbinfo:        ---------------------- DirectFB v0.9.25 ---------------------
dfbinfo:              (c) 2000-2002  convergence integrated media GmbH  
dfbinfo:              (c) 2002-2004  convergence GmbH                   
dfbinfo:         -----------------------------------------------------------
dfbinfo: 
dfbinfo: (*) DirectFB/Core: Single Application Core. (2007-06-07 03:42) 
dfbinfo: (*) Direct/Memcpy: Using libc memcpy()
dfbinfo: (*) Direct/Thread: Running 'VT Switcher' (CRITICAL, 26662)...
dfbinfo: (*) Direct/Modules: suppress module 'ps2mouse'
dfbinfo: (*) Direct/Modules: suppress module 'keyboard'
dfbinfo: (*) Direct/Thread: Running 'Linux Input' (INPUT, 26663)...
dfbinfo:  (!!!)  *** UNIMPLEMENTED [fusion_reactor_set_lock] *** [../../../lib/fusion/reactor.c:853]
dfbinfo: (*) DirectFB/Input: Logitech USB Receiver (1) 0.1 (convergence integrated media GmbH)
dfbinfo: (*) Direct/Thread: Running 'Linux Input' (INPUT, 26664)...
dfbinfo: (*) DirectFB/Input: Logitech USB Receiver (2) 0.1 (convergence integrated media GmbH)
dfbinfo: (*) DirectFB/Graphics: Generic Software Rasterizer 0.6 (convergence integrated media GmbH)
dfbinfo: (*) DirectFB/Core/WM: Default 0.2 (Convergence GmbH)
dfbinfo: 
dfbinfo: 
dfbinfo: Screen (00) FBDev Primary Screen            (primary screen)
dfbinfo:    Caps: VSYNC POWER_MANAGEMENT 
dfbinfo: 
dfbinfo:      Layer (00) FBDev Primary Layer             (primary layer)
dfbinfo:         Type:    GRAPHICS 
dfbinfo:         Caps:    SURFACE BRIGHTNESS CONTRAST SATURATION 
dfbinfo: 
dfbinfo: 
dfbinfo: Input (00) Logitech USB Receiver           (primary keyboard)
dfbinfo:    Type: KEYBOARD 
dfbinfo:    Caps: KEYS 
dfbinfo: 
dfbinfo: Input (03) Logitech USB Receiver           (primary remote control)
dfbinfo:    Type: MOUSE REMOTE 
dfbinfo:    Caps: KEYS AXES BUTTONS 
dfbinfo:    Max. Axis: 2
dfbinfo:    Max. Button: 15
dfbinfo: 

==============================================
Installer status:
==============================================
Package: ttf-thai-tlwg-udeb
Status: install ok unpacked
Version: 1:0.4.7-1
Description: Thai fonts in TrueType format for D-I use

Package: preseed-common
Status: install ok unpacked
Version: 1.31
Depends: cdebconf-udeb, di-utils (>= 1.14)
Description: common files for preseeding

Package: udpkg
Status: install ok unpacked
Version: 1.06
Depends: libc6 (>= 2.5-5), libdebian-installer4-udeb (>= 0.51)
Description: tiny dpkg clone

Package: localechooser
Status: install ok installed
Version: 1.41
Depends: cdebconf-udeb, iso-3166-udeb, di-utils (>= 1.15)
Description: choose language/country/locale
Installer-Menu-Item: 1000

Package: libnss-dns-udeb
Status: install ok unpacked
Version: 2.6.1-5
Description: GNU C Library: NSS helper for DNS - udeb

Package: cdrom-checker
Status: install ok unpacked
Version: 1.12
Depends: cdrom-detect, cdebconf-udeb (>= 0.31)
Description: Verify the cd contents
Installer-Menu-Item: 94000

Package: lowmemcheck
Status: install ok unpacked
Version: 1.27
Depends: cdebconf-udeb (>= 0.75), main-menu (>= 1.03)
Description: detect low-memory systems and enter lowmem mode

Package: cdrom-retriever
Status: install ok installed
Version: 1.15
Provides: retriever
Depends: cdebconf-udeb, cdrom-detect
Description: Fetch modules from a CDROM

Package: serial-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: serial-modules
Depends: kernel-image-2.6.22-2-486-di, pcmcia-modules-2.6.22-2-486-di
Description: Serial drivers

Package: main-menu
Status: install ok unpacked
Version: 1.21
Depends: libc6 (>= 2.6.1-1), libdebconfclient0-udeb, libdebian-installer4-udeb (>= 0.52), cdebconf-udeb
Description: Debian installer main menu

Package: ttf-khmeros-udeb
Status: install ok unpacked
Version: 5.0-1
Provides: ttf-installer
Description: Debian-Installer font for the Khmer language of Cambodia

Package: di-utils-shell
Status: install ok unpacked
Version: 1.49
Depends: cdebconf-udeb, di-utils (>= 1.18)
Description: Execute a shell
Installer-Menu-Item: 95000

Package: ttf-dejavu-udeb
Status: install ok unpacked
Version: 2.20-1
Description: Vera font family derivate with additional characters

Package: di-utils
Status: install ok installed
Version: 1.49
Depends: libc6 (>= 2.5-5), libdebian-installer4-udeb (>= 0.52), cdebconf-udeb
Description: Miscellaneous utilities for the debian installer

Package: pcmcia-storage-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: pcmcia-storage-modules
Depends: kernel-image-2.6.22-2-486-di, ide-core-modules-2.6.22-2-486-di, cdrom-core-modules-2.6.22-2-486-di, pcmcia-modules-2.6.22-2-486-di, ata-modules-2.6.22-2-486-di
Description: PCMCIA storage drivers

Package: ttf-cjk-compact-udeb
Status: install ok unpacked
Version: 1.11
Description: Shrinked CJK TrueType fonts for GUI d-i.

Package: core-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: core-modules
Depends: kernel-image-2.6.22-2-486-di
Description: Core modules

Package: parport-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: parport-modules
Depends: kernel-image-2.6.22-2-486-di
Description: Parallel port support

Package: cdebconf-newt-udeb
Status: install ok unpacked
Version: 0.125
Depends: cdebconf-udeb, di-utils-terminfo, libc6 (>= 2.6.1-1), libnewt0.52, libslang2-udeb (>= 2.0.7-1)
Description: Newt frontend for Debian Configuration Management System

Package: ttf-freefont-udeb
Status: install ok unpacked
Version: 20060501cvs-12
Provides: ttf-installer
Description: Freefont Sans fonts for the graphical installer

Package: cdrom-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: cdrom-modules
Depends: kernel-image-2.6.22-2-486-di, ide-modules-2.6.22-2-486-di, cdrom-core-modules-2.6.22-2-486-di
Description: Esoteric CDROM drivers

Package: module-init-tools-udeb
Status: install ok unpacked
Version: 3.3-pre11-4
Depends: libc6 (>= 2.5-5)
Description: tools for managing Linux kernel modules

Package: rootskel
Status: install ok installed
Version: 1.55
Depends: di-utils (>= 1.43), cdebconf-udeb
Description: Skeleton root filesystem used by debian-installer

Package: ata-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: ata-modules
Depends: kernel-image-2.6.22-2-486-di, scsi-core-modules-2.6.22-2-486-di
Description: ATA disk modules

Package: libgtk-directfb-2.0-0-udeb
Status: install ok unpacked
Version: 2.12.0-3
Provides: gtk2.0-binver-2.10.0
Depends: libatk1.0-udeb (>= 1.20.0), libc6 (>= 2.6.1-1), libcairo-directfb2-udeb (>= 1.4.0), libdirectfb-0.9-25-udeb, libglib2.0-udeb (>= 2.14.0), libpango1.0-udeb (>= 1.18.2), libpng12-0-udeb (>= 1.2.13-4)
Description: The GTK+ graphical user interface library - minimal runtime

Package: udev-udeb
Status: install ok unpacked
Version: 0.114-2
Depends: libc6 (>= 2.6-1)
Description: /dev/ and hotplug management daemon

Package: scsi-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: scsi-modules
Depends: kernel-image-2.6.22-2-486-di, scsi-core-modules-2.6.22-2-486-di, parport-modules-2.6.22-2-486-di, cdrom-core-modules-2.6.22-2-486-di, core-modules-2.6.22-2-486-di
Description: SCSI drivers

Package: mouse-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: mouse-modules
Depends: kernel-image-2.6.22-2-486-di, input-modules-2.6.22-2-486-di, usb-modules-2.6.22-2-486-di
Description: Mouse support

Package: libpng12-0-udeb
Status: install ok unpacked
Version: 1.2.15~beta5-3
Depends: libc6 (>= 2.6.1-1), zlib1g-udeb (>= 1:1.2.3.3.dfsg-1)
Description: PNG library - minimal runtime library

Package: libnss-files-udeb
Status: install ok unpacked
Version: 2.6.1-5
Description: GNU C Library: NSS helper for files - udeb

Package: brltty-udeb
Status: install ok unpacked
Version: 3.9-1
Depends: libc6 (>= 2.6.1-1)
Description: Access software for a blind person using a braille display

Package: libfribidi0-udeb
Status: install ok unpacked
Version: 0.10.7-4
Depends: libc6 (>= 2.3.6-6)
Description: Free Implementation of the Unicode BiDi algorithm

Package: libcairo-directfb2-udeb
Status: install ok unpacked
Version: 1.4.10-1
Depends: fontconfig-udeb (>= 2.4.0), libc6 (>= 2.5-5), libdirectfb-0.9-25-udeb, libfreetype6-udeb (>= 2.2), libpng12-0-udeb (>= 1.2.13-4), zlib1g-udeb (>= 1:1.2.1)
Description: The Cairo 2D vector graphics library DirectFB build

Package: libtextwrap1-udeb
Status: install ok installed
Version: 0.1-5
Depends: libc6 (>= 2.3.6-6)
Description: text-wrapping library with i18n - runtime udeb

Package: gtk2-engines-udeb
Status: install ok unpacked
Version: 1:2.12.1-1
Depends: gtk2.0-binver-2.10.0, libc6 (>= 2.6.1-1), libcairo-directfb2-udeb (>= 1.4.0), libglib2.0-udeb (>= 2.14.0), libgtk-directfb-2.0-0-udeb (>= 2.12.0)
Description: theme engines for GTK+ 2.x in the Debian installer

Package: auto-install
Status: install ok unpacked
Version: 1.2
Depends: cdebconf-udeb, netcfg, preseed-common (>= 1.18)
Description: Support for automatic installs
Installer-Menu-Item: 1900

Package: usb-serial-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: usb-serial-modules
Depends: kernel-image-2.6.22-2-486-di, usb-modules-2.6.22-2-486-di
Description: USB serial drivers

Package: rescue-check
Status: install ok unpacked
Version: 1.12
Depends: cdebconf-udeb (>= 0.75), main-menu (>= 1.03), di-utils (>= 1.18)
Description: enter d-i rescue mode if requested

Package: nano-udeb
Status: install ok unpacked
Version: 2.0.6-2
Provides: editor
Depends: libc6 (>= 2.5-5), libslang2-udeb (>= 2.0.6-3)
Description: free Pico clone with some new features - tiny build

Package: ide-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: ide-modules
Depends: kernel-image-2.6.22-2-486-di, ide-core-modules-2.6.22-2-486-di
Description: IDE drivers

Package: rootskel-gtk
Status: install ok unpacked
Version: 1.07
Depends: cdebconf-udeb, rootskel, mouse-modules, gtk2-engines-udeb
Description: Additions for graphical installs to skeleton root filesystem (debian-installer)

Package: cdebconf-udeb
Status: install ok installed
Version: 0.125
Provides: debconf-2.0
Depends: libc6 (>= 2.6.1-1), libdebian-installer4-udeb (>= 0.52), libtextwrap1-udeb
Description: Debian Configuration Management System (C-implementation)

Package: ai-choosers
Status: install ok unpacked
Version: 1.2
Depends: keyboard-setup, localechooser (>= 1.23)
Description: Delayed configuration of locale and keyboard for auto-install
Installer-Menu-Item: 2200

Package: cdrom-core-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: cdrom-core-modules
Depends: kernel-image-2.6.22-2-486-di, scsi-core-modules-2.6.22-2-486-di, ide-modules-2.6.22-2-486-di
Description: CDROM support

Package: sata-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: sata-modules
Depends: kernel-image-2.6.22-2-486-di, scsi-core-modules-2.6.22-2-486-di, ata-modules-2.6.22-2-486-di
Description: SATA drivers

Package: libpango1.0-udeb
Status: install ok unpacked
Version: 1.18.2-2
Provides: pango1.0-modver-1.6.0
Depends: fontconfig-udeb (>= 2.4.0), libc6 (>= 2.6.1-1), libcairo-directfb2-udeb (>= 1.4.0), libfreetype6-udeb (>= 2.3.5), libglib2.0-udeb (>= 2.14.0), zlib1g-udeb (>= 1:1.2.3.3.dfsg-1)
Description: Layout and rendering of internationalized text - minimal runtime

Package: load-cdrom
Status: install ok installed
Version: 1.15
Depends: cdebconf-udeb, cdrom-retriever, anna (>= 1.07)
Description: Load installer components from CD
Installer-Menu-Item: 1600

Package: cdebconf-text-udeb
Status: install ok unpacked
Version: 0.125
Depends: cdebconf-udeb, libc6 (>= 2.6.1-1)
Description: Plain text frontend for Debian Configuration Management System

Package: libfreetype6-udeb
Status: install ok unpacked
Version: 2.3.5-1+b1
Depends: libc6 (>= 2.6-1), zlib1g-udeb (>= 1:1.2.3.3.dfsg-1)
Description: FreeType 2 font engine for the debian-installer

Package: usb-storage-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: usb-storage-modules
Depends: kernel-image-2.6.22-2-486-di, ide-core-modules-2.6.22-2-486-di, scsi-core-modules-2.6.22-2-486-di, usb-modules-2.6.22-2-486-di
Description: USB storage support

Package: iso-3166-udeb
Status: install ok installed
Version: 1.5-1
Description: provides iso_3166.tab file

Package: fb-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: fb-modules
Depends: kernel-image-2.6.22-2-486-di
Description: Frame buffer support

Package: ttf-malayalam-fonts-udeb
Status: install ok unpacked
Version: 1:0.5.0
Provides: ttf-installer
Description: Free TrueType fonts for the Malayalam language

Package: ttf-farsiweb-udeb
Status: install ok unpacked
Version: 0.4.dfsg-6
Provides: ttf-installer
Description: Farsiweb TrueType fonts for the graphical installer

Package: acpi-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: acpi-modules
Depends: kernel-image-2.6.22-2-486-di
Description: ACPI support modules

Package: floppy-retriever
Status: install ok unpacked
Version: 1.16
Provides: retriever
Depends: cdebconf-udeb, mountfloppy
Description: Fetches modules from a floppy

Package: ethdetect
Status: install ok installed
Version: 1.56
Provides: ethernet-card-detection
Depends: rootskel (>= 1.30), cdebconf-udeb (>= 0.38), hw-detect, di-utils (>= 1.13)
Description: Detect network hardware and load kernel drivers for it
Installer-Menu-Item: 1700

Package: libexpat1-udeb
Status: install ok unpacked
Version: 1.95.8-4
Depends: libc6 (>= 2.6-1)
Description: XML parsing C library - runtime library

Package: busybox-udeb
Status: install ok unpacked
Version: 1:1.1.3-5
Depends: libc6 (>= 2.5-5)
Description: Tiny utilities for the debian-installer

Package: initrd-preseed
Status: install ok unpacked
Version: 1.31
Depends: preseed-common
Description: load debconf preseed file from /preseed.cfg on the initrd

Package: libiw29-udeb
Status: install ok installed
Version: 29-1
Depends: libc6 (>= 2.6.1-1)
Description: Tools for manipulating Linux Wireless Extensions

Package: archdetect
Status: install ok installed
Version: 1.56
Depends: libc6 (>= 2.6.1-1), libdebian-installer4-udeb (>= 0.52)
Description: Hardware architecture detector

Package: kernel-image-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: kernel-image, ext2-modules
Description: Linux kernel binary image for the Debian installer

Package: save-logs
Status: install ok unpacked
Version: 2.31
Depends: cdebconf-udeb
Description: save logs and configuration for debug purposes
Installer-Menu-Item: 94000

Package: fat-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: fat-modules
Depends: kernel-image-2.6.22-2-486-di
Description: FAT filesystem support

Package: di-utils-reboot
Status: install ok unpacked
Version: 1.49
Depends: cdebconf-udeb
Description: Reboot
Installer-Menu-Item: 99500

Package: anna
Status: install ok installed
Version: 1.28
Depends: libc6 (>= 2.6-1), libdebconfclient0-udeb, libdebian-installer4-udeb (>= 0.52), cdebconf-udeb
Description: anna's not nearly apt, but for the Debian installer, it will do

Package: libsysfs2-udeb
Status: install ok unpacked
Version: 2.1.0-2+b1
Depends: libc6 (>= 2.5-5)
Description: interface library to sysfs

Package: pcmciautils-udeb
Status: install ok unpacked
Version: 014-4
Depends: udev-udeb, libc6 (>= 2.6-1), libsysfs2-udeb
Description: PCMCIA utilities for Linux 2.6

Package: pciutils-udeb
Status: install ok unpacked
Version: 1:2.2.4-1.1
Depends: libc6 (>= 2.6.1-1), zlib1g-udeb (>= 1:1.2.3.3.dfsg-1)
Description: Linux PCI Utilities (udeb)

Package: console-keymaps-at
Status: install ok installed
Version: 2:1.03-1
Provides: console-keymaps
Depends: cdebconf-udeb
Description: Keymaps for PC-style (PS/2 and AT) keyboards

Package: ide-core-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: ide-core-modules
Depends: kernel-image-2.6.22-2-486-di
Description: IDE support

Package: firewire-core-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: firewire-core-modules
Depends: kernel-image-2.6.22-2-486-di, scsi-core-modules-2.6.22-2-486-di
Description: Core FireWire drivers

Package: ttf-tamil-fonts-udeb
Status: install ok unpacked
Version: 1:0.5.0
Provides: ttf-installer
Description: Free TrueType fonts for the Tamil language

Package: di-utils-terminfo
Status: install ok unpacked
Version: 1.49
Description: Terminfo entries needed by newt/slang in debian installer

Package: libdirectfb-0.9-25-udeb
Status: install ok unpacked
Version: 0.9.25.1-6
Provides: libdirectfb-0.9-25
Depends: libc6 (>= 2.5-5), libfreetype6-udeb (>= 2.2), libpng12-0-udeb (>= 1.2.13-4), libsysfs2-udeb, zlib1g-udeb (>= 1:1.2.1)
Description: direct frame buffer graphics - shared libraries

Package: hw-detect
Status: install ok installed
Version: 1.56
Depends: rootskel (>= 1.30), archdetect, cdebconf-udeb (>= 0.75), di-utils (>= 1.48)
Description: Detect hardware and load kernel drivers for it

Package: kbd-chooser
Status: install ok installed
Version: 1.38
Provides: keyboard-setup
Depends: libc6 (>= 2.6.1-1), libdebconfclient0-udeb, libdebian-installer4-udeb (>= 0.52), cdebconf-udeb, console-keymaps
Description: Detect a keyboard and select layout
Installer-Menu-Item: 1200

Package: libdebian-installer4-udeb
Status: install ok installed
Version: 0.52
Depends: libc6 (>= 2.5-5)
Description: Library of common debian-installer functions

Package: fontconfig-udeb
Status: install ok unpacked
Version: 2.4.2-1.2
Depends: fontconfig-udeb (>= 2.4.0), libc6 (>= 2.3.6-6), libexpat1-udeb (>= 1.95.8), libfreetype6-udeb (>= 2.2), zlib1g-udeb (>= 1:1.2.1)
Description: generic font configuration library - minimal runtime

Package: cdebconf-gtk-udeb
Status: install ok unpacked
Version: 0.125
Depends: cdebconf-udeb, libatk1.0-udeb (>= 1.20.0), libc6 (>= 2.6.1-1), libcairo-directfb2-udeb (>= 1.4.0), libdebian-installer4-udeb (>= 0.52), libdirectfb-0.9-25-udeb, libglib2.0-udeb (>= 2.14.0), libgtk-directfb-2.0-0-udeb (>= 2.12.0), libpango1.0-udeb (>= 1.18.2), rootskel-gtk (>= 0.05)
Description: Gtk+ frontend for Debian Configuration Management System

Package: scsi-common-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: scsi-common-modules
Depends: kernel-image-2.6.22-2-486-di, scsi-core-modules-2.6.22-2-486-di, cdrom-core-modules-2.6.22-2-486-di
Description: Very common SCSI drivers

Package: installation-locale
Status: install ok unpacked
Version: 1.2
Depends: rootskel
Description: UTF-8 C locale

Package: scsi-core-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: scsi-core-modules
Depends: kernel-image-2.6.22-2-486-di
Description: Core SCSI subsystem

Package: env-preseed
Status: install ok unpacked
Version: 1.31
Description: debconf preseeding via environment variables

Package: mountfloppy
Status: install ok unpacked
Version: 0.13
Depends: cdebconf-udeb, di-utils (>= 1.48)
Description: Mounts a floppy

Package: cdebconf-priority
Status: install ok unpacked
Version: 0.125
Depends: cdebconf-udeb
Description: Change debconf priority
Installer-Menu-Item: 93000

Package: netcfg
Status: install ok installed
Version: 1.39
Provides: configured-network
Depends: libc6 (>= 2.6-1), libdebconfclient0-udeb, libdebian-installer4-udeb (>= 0.52), libiw29-udeb (>= 28+29pre7), dhcp3-client-udeb | dhcp-client-udeb | pump-udeb, ethernet-card-detection
Description: Configure the network
Installer-Menu-Item: 1800

Package: file-preseed
Status: install ok unpacked
Version: 1.31
Depends: cdebconf-udeb, di-utils, preseed-common
Description: load debconf preseed file
Installer-Menu-Item: 1400

Package: ttf-tmuni-udeb
Status: install ok unpacked
Version: 0.0.20040806-1.2
Provides: ttf-installer
Description: font for Tibetan, Dzongkha and Ladakhi (OpenType Unicode)

Package: zlib1g-udeb
Status: install ok unpacked
Version: 1:1.2.3.3.dfsg-6
Description: compression library - runtime for Debian installer

Package: libglib2.0-udeb
Status: install ok unpacked
Version: 2.14.2-1
Depends: libc6 (>= 2.6.1-1)
Description: The GLib library of C routines - minimal runtime

Package: floppy-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: floppy-modules
Depends: kernel-image-2.6.22-2-486-di
Description: Floppy driver

Package: usb-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: usb-modules
Depends: kernel-image-2.6.22-2-486-di
Description: USB support

Package: input-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: input-modules
Depends: kernel-image-2.6.22-2-486-di, usb-modules-2.6.22-2-486-di
Description: Input devices support

Package: libdebconfclient0-udeb
Status: install ok installed
Version: 0.125
Depends: libc6 (>= 2.6.1-1), cdebconf-udeb
Description: Debian Configuration Management System (C-implementation)

Package: bogl-bterm-udeb
Status: install ok unpacked
Version: 0.1.18-1.5
Provides: editor
Depends: libc-udeb
Description: Ben's Own Graphics Library - graphical terminal

Package: pcmcia-modules-2.6.22-2-486-di
Status: install ok unpacked
Version: 1.55
Provides: pcmcia-modules
Depends: kernel-image-2.6.22-2-486-di, core-modules-2.6.22-2-486-di
Description: Common PCMCIA drivers

Package: libatk1.0-udeb
Status: install ok unpacked
Version: 1.20.0-1
Depends: libc6 (>= 2.6.1-1), libglib2.0-udeb (>= 2.14.0)
Description: The ATK accessibility toolkit

Package: cdrom-detect
Status: install ok installed
Version: 1.25
Depends: cdebconf-udeb, hw-detect, di-utils (>= 1.48)
Description: Detect CDROM devices and mount the CD
Installer-Menu-Item: 1300

Package: debian-installer
Status: install ok installed
Version: cdrom-gtk-20071018-19:02
Description: debian installation image

Package: jfsutils-udeb
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 984
Maintainer: Stefan Hornburg (Racke) <racke@linuxia.de>
Version: 1.1.11-1
Depends: libc6 (>= 2.3.6-6), libuuid1-udeb
Description: A stripped-down version of jfsutils, for debian-installer
 This package is a jfsutils package built for reduced size, so that it
 can help to save space in debian-installer.
 .
 Don't attempt to install this package, it has no support for a couple of
 features you surely want.  Anyway, it should fail to install.

Package: ext3-modules-2.6.22-2-486-di
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 244
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di
Provides: ext3-modules
Description: EXT3 filesystem support
 This package contains the EXT3 filesystem module for the Linux kernel.

Package: partman-auto-lvm
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 164
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 23
Depends: cdebconf-udeb, partman-base (>= 73), partman-auto (>= 69), partman-lvm (>= 36), di-utils (>= 1.15), lvm2-udeb
Description: Automatically partition storage devices using LVM

Package: tzsetup-udeb
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 296
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1:0.18
Depends: cdebconf-udeb, localechooser
Description: choose time zone

Package: partman-efi
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 136
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 13
Depends: partman-base, efi-modules
Description: Add to partman support for EFI boot partitions

Package: xfs-modules-2.6.22-2-486-di
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 576
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di
Provides: xfs-modules
Description: XFS filesystem support
 This package contains the XFS filesystem module for the Linux kernel.

Package: mdadm-udeb
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 192
Maintainer: Debian mdadm maintainers <pkg-mdadm-devel@lists.alioth.debian.org>
Version: 2.6.3+200709292116+4450e59-3
Depends: libc6 (>= 2.6.1-1)
Description: tool to administer Linux MD arrays (software RAID)
 mdadm is a program that can be used to create, manage, and monitor MD
 arrays (e.g. software RAID, multipath devices).
 .
 mdadm-udeb is a minimal package used by the debian-installer.

Package: libuuid1-udeb
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 20
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Version: 1.40.2-1
Depends: libc6 (>= 2.5-5)
Description: universally unique id library
 libuuid generates and parses 128-bit universally unique id's (UUID's).
 See RFC 4122 for more information.
 .
 This is a minimal package for debian-installer.

Package: partman-partitioning
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 388
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 52
Depends: e2fsprogs-udeb, ntfsprogs-udeb, cdebconf-udeb
Description: Partitioning operations for partman
 This udeb provides partman with editing operations for creation
 of new partitions, deletion of partitions and initialisation of the
 partition table.

Package: nic-wireless-modules-2.6.22-2-486-di
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 968
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di, nic-shared-modules-2.6.22-2-486-di, core-modules-2.6.22-2-486-di, usb-modules-2.6.22-2-486-di
Provides: nic-wireless-modules
Description: Wireless NIC drivers
 This package contains wireless NIC drivers for the Linux kernel.

Package: rdate-udeb
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 28
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Version: 1:1.1.2-5
Depends: libc6 (>= 2.6-1)
Description: sets the system's date from a remote host

Package: crc-modules-2.6.22-2-486-di
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 32
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di
Provides: crc-modules
Description: CRC modules
 This package contains CRC support modules.

Package: finish-install
Status: install ok unpacked
Priority: required
Section: debian-installer
Installed-Size: 108
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 2.13
Depends: cdebconf-udeb, archdetect, installed-base, created-fstab, bootable-system
Description: Finish the installation and reboot
Installer-Menu-Item: 7800

Package: apt-setup-udeb
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 88
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1:0.29
Depends: apt-mirror-setup, installed-base, cdebconf-udeb
Description: Configure apt
Installer-Menu-Item: 7000

Package: debian-archive-keyring-udeb
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 32
Maintainer: Michael Vogt <mvo@debian.org>
Version: 2007.07.31
Recommends: gpgv-udeb
Description: GnuPG keys of the Debian archive
 The Debian project digitally signs its Release files. This package
 contains the archive keys used for that, in a minimal form for use
 in the installer.

Package: nic-modules-2.6.22-2-486-di
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 440
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di, nic-shared-modules-2.6.22-2-486-di, core-modules-2.6.22-2-486-di, firewire-core-modules-2.6.22-2-486-di
Provides: nic-modules
Description: Common NIC drivers
 This package contains common NIC drivers for the Linux kernel.

Package: nobootloader
Status: install ok unpacked
Priority: standard
Section: debian-installer
Installed-Size: 188
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.19
Depends: cdebconf-udeb, installed-base, di-utils-mapdevfs
Provides: bootable-system
Description: Don't install any bootloader.
 This package will skip installing a boot-loader
Installer-Menu-Item: 7700

Package: partman-auto
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 408
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 70
Depends: cdebconf-udeb, di-utils, partman-base (>= 99), partman-basicfilesystems, partman-ext3
Description: Automatically partition storage devices (partman)

Package: partman-md
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 156
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 37
Depends: cdebconf-udeb, mdadm-udeb, mdcfg-utils, partman-base (>= 87)
Description: Add to partman support for MD

Package: scsi-extra-modules-2.6.22-2-486-di
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 1800
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: scsi-modules-2.6.22-2-486-di, scsi-core-modules-2.6.22-2-486-di
Provides: scsi-extra-modules
Description: Uncommon SCSI drivers
 This package contains uncommon SCSI drivers for the Linux kernel.
 This includes SCSI RAID drivers, and some of the less common SCSI
 controllers.

Package: apt-cdrom-setup
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 28
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1:0.29
Depends: cdrom-detect, cdebconf-udeb
Provides: apt-mirror-setup
Description: set up a CD in sources.list

Package: libdevmapper1.02.1-udeb
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 84
Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
Version: 2:1.02.20-2
Depends: libc6 (>= 2.5-5)
Provides: libdevmapper1.02.1
Description: The Linux Kernel Device Mapper userspace library
 This is a udeb, or a microdeb, for the debian-installer.
 .
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but EVMS, software
 raid, and other drivers that create "virtual" block devices.

Package: debootstrap-udeb
Status: install ok installed
Priority: required
Section: debian-installer
Installed-Size: 132
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.0.3
Depends: libc6 (>= 2.6-1), mounted-partitions
Description: Bootstrap the Debian system

Package: partman-xfs
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 228
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 34
Depends: cdebconf-udeb, xfsprogs-udeb, xfs-modules, partman-basicfilesystems, di-utils (>= 1.14)
Provides: partman-filesystem
Description: Add to partman support for xfs

Package: nic-pcmcia-modules-2.6.22-2-486-di
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 592
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di, nic-shared-modules-2.6.22-2-486-di, nic-wireless-modules-2.6.22-2-486-di, pcmcia-modules-2.6.22-2-486-di
Provides: nic-pcmcia-modules
Description: Common PCMCIA NIC drivers
 This package contains common PCMCIA NIC drivers for the Linux kernel.

Package: partman-basicfilesystems
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 604
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 55
Depends: cdebconf-udeb, e2fsprogs-udeb, ext2-modules, fat-modules, di-utils (>= 1.14)
Provides: partman-filesystem
Description: Add to partman support for ext2, linux-swap, fat16 and fat32

Package: nic-usb-modules-2.6.22-2-486-di
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 316
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di, nic-shared-modules-2.6.22-2-486-di, nic-wireless-modules-2.6.22-2-486-di, usb-modules-2.6.22-2-486-di, core-modules-2.6.22-2-486-di
Provides: nic-usb-modules
Description: USB NIC drivers
 This package contains USB network adapter drivers for the Linux kernel.

Package: eject-udeb
Status: install ok unpacked
Priority: optional
Section: debian-installer
Installed-Size: 212
Maintainer: Frank Lichtenheld <djpig@debian.org>
Version: 2.1.5-5
Depends: libc6 (>= 2.6-1), cdebconf-udeb
Description: ejects CDs from d-i menu
Installer-Menu-Item: 96000

Package: apt-mirror-setup
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 168
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1:0.29
Depends: choose-mirror-bin, cdebconf-udeb
Description: set up a mirror in sources.list

Package: user-setup-udeb
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 360
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.16
Depends: cdebconf-udeb
Description: Set up users and passwords
Installer-Menu-Item: 6900

Package: partconf-find-partitions
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 32
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.24
Depends: libc6 (>= 2.5-5), libdebian-installer4-udeb (>= 0.52), libparted1.7-udeb (>= 1.7.1-1)
Description: debian-installer utility for finding partitions
 Helper program for finding partitions and detecting their size and
 existing file system.

Package: partman-crypto
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 884
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 22
Depends: partman-base (>= 106), libc6 (>= 2.6-1), cdebconf-udeb
Description: Add to partman support for block device encryption

Package: reiserfs-modules-2.6.22-2-486-di
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 276
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di
Provides: reiserfs-modules
Description: Reiser filesystem support
 This package contains the Reiser filesystem module for the Linux kernel.

Package: libc6-udeb
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 1804
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Version: 2.6.1-6
Provides: libc6, libc-udeb, glibc-2.6-1
Description: GNU C Library: Shared libraries - udeb
 Contains the standard libraries that are used by nearly all programs on
 the system. This package includes shared versions of the standard C library
 and the standard math library, as well as many others.
 .
 This package contains a minimal set of libraries needed for the Debian
 installer.  Do not install it on a normal system.

Package: partman-target
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 324
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 52
Depends: cdebconf-udeb, partman-basicfilesystems, partman-basicmethods, di-utils-mapdevfs
Description: Provides partman with ability to prepare /target
 This udeb allows the user to choose how partitions should be used.

Package: partman-lvm
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 684
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 55
Depends: cdebconf-udeb, partman-base (>= 87), di-utils (>= 1.14), md-modules, lvm2-udeb
Description: Adds support for LVM to partman

Package: efi-modules-2.6.22-2-486-di
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 44
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di
Provides: efi-modules
Description: EFI modules
 This package contains EFI modules.

Package: elilo-installer
Status: install ok unpacked
Priority: standard
Section: debian-installer
Installed-Size: 88
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.12
Depends: cdebconf-udeb, installed-base, partconf-find-partitions (>= 1.08), di-utils-mapdevfs, fat-modules, efi-modules
Provides: bootable-system
Description: Install elilo on a hard disk
Installer-Menu-Item: 7600

Package: e2fsprogs-udeb
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 396
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Version: 1.40.2-1
Depends: libblkid1-udeb, libc6 (>= 2.5-5)
Description: stripped-down versions of e2fsprogs, for debian-installer
 This package is an e2fsprogs package built for a reduced size, so that
 it can help to save space in debian-installer.
 .
 Don't attempt to install this package, it has no support for a couple of
 features you surely want.  Anyway it should refuse to install.

Package: fdisk-udeb
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 160
Maintainer: LaMont Jones <lamont@debian.org>
Version: 2.13-8
Depends: libc6 (>= 2.6-1)
Description: Partition a hard drive (manual)
 fdisk package

Package: partman-jfs
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 276
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 22
Depends: cdebconf-udeb, jfsutils-udeb, jfs-modules, partman-basicfilesystems, di-utils (>= 1.14)
Provides: partman-filesystem
Description: Add support for jfs to partman

Package: grub-installer
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 336
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.26
Depends: cdebconf-udeb, kernel-installer, created-fstab, di-utils (>= 1.15), di-utils-mapdevfs, os-prober, partman-utils
Provides: bootable-system
Description: Install GRUB on a hard disk
Installer-Menu-Item: 7300

Package: partman-basicmethods
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 132
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 35
Depends: cdebconf-udeb
Provides: partman-method
Description: Basic partition usage methods for partman
 This package provides partman with two methods to use partitions.
 The first is to format the partition.  The second is to keep and use
 the existing data in the partition as it is.

Package: base-installer
Status: install ok installed
Priority: required
Section: debian-installer
Installed-Size: 148
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.84
Depends: di-utils-mapdevfs, di-utils (>= 1.48), rootskel (>= 1.19)
Description: base system installation framework

Package: partman-auto-crypto
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 48
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 5
Depends: cdebconf-udeb, partman-auto (>= 55), partman-auto-lvm (>= 14), partman-crypto (>= 13), partman-base (>= 87)
Description: Automatically partition storage devices using crypto and LVM

Package: lvm2-udeb
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 440
Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
Version: 2.02.26-1+b1
Depends: libc6 (>= 2.6-1), libdevmapper1.02.1-udeb (>= 2:1.02.20)
Description: The Linux Logical Volume Manager
 This is a udeb, or a microdeb, for the debian-installer.
 .
 This is LVM2, the rewrite of The Linux Logical Volume Manager.  LVM
 supports enterprise level volume management of disk and disk subsystems
 by grouping arbitrary disks into volume groups. The total capacity of
 volume groups can be allocated to logical volumes, which are accessed as
 regular block devices.

Package: nic-shared-modules-2.6.22-2-486-di
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 56
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di
Provides: nic-shared-modules
Description: Shared NIC drivers
 This package contains NIC drivers needed by combinations of nic-modules,
 nic-extra-modules, nic-pcmcia-modules, and nic-wireless-modules.

Package: wireless-tools-udeb
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 28
Maintainer: Guus Sliepen <guus@debian.org>
Version: 29-1
Depends: libc6 (>= 2.6.1-1), libiw29-udeb (>= 28+29pre7)
Description: Tools for manipulating Linux Wireless Extensions
 This package contains the Wireless tools, used to manipulate the Linux
 Wireless Extensions. The Wireless Extension is an interface allowing you to
 set Wireless LAN specific parameters and get the specific stats.
 .
 This is a udeb of the wireless tools.

Package: dhcp3-client-udeb
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 372
Maintainer: Eloy A. Paris <peloy@debian.org>
Version: 3.0.6.dfsg-1
Depends: libc6 (>= 2.6.1-1)
Description: DHCP Client for debian-installer
 dhcp-client-udeb is a minimal dhcp package used by the debian-installer.

Package: gpgv-udeb
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 256
Maintainer: James Troup <james@nocrew.org>
Version: 1.4.6-2
Depends: libc6 (>= 2.3.6-6), zlib1g-udeb (>= 1:1.2.1)
Description: minimal signature verification tool
 GnuPG is GNU's tool for secure communication and data storage.
 It can be used to encrypt data and to create digital signatures.
 It includes an advanced key management facility and is compliant
 with the proposed OpenPGP Internet standard as described in RFC2440.
 .
 This is GnuPG's signature verification tool, gpgv, packaged in minimal
 form for use in debian-installer.

Package: nic-extra-modules-2.6.22-2-486-di
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 2988
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di, nic-shared-modules-2.6.22-2-486-di, core-modules-2.6.22-2-486-di, crc-modules-2.6.22-2-486-di
Provides: nic-extra-modules
Description: Rare NIC drivers
 This package contains rare NIC drivers for the Linux kernel.

Package: partman-reiserfs
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 240
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 36
Depends: cdebconf-udeb, mkreiserfs-udeb, reiserfs-modules, partman-basicfilesystems, di-utils (>= 1.14)
Provides: partman-filesystem
Description: Add to partman support for reiserfs

Package: pata-modules-2.6.22-2-486-di
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 176
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di, ata-modules-2.6.22-2-486-di
Provides: pata-modules
Description: PATA drivers
 This package contains PATA drivers for the Linux kernel.

Package: xfsprogs-udeb
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 240
Maintainer: Nathan Scott <nathans@debian.org>
Version: 2.9.0-1
Depends: libc6 (>= 2.3.6-6), libuuid1-udeb
Description: A stripped-down version of xfsprogs, for debian-installer
 This package is an xfsprogs package built for reduced size, so that it
 can help to save space in debian-installer.
 .
 Don't attempt to install this package, it has no support for a couple of
 features you surely want.  Anyway, it should fail to install.

Package: lilo-installer
Status: install ok unpacked
Priority: standard
Section: debian-installer
Installed-Size: 188
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.24
Depends: cdebconf-udeb, kernel-installer, di-utils (>= 1.15), di-utils-mapdevfs, fdisk-udeb, os-prober
Provides: bootable-system
Description: Install LILO on a hard disk
Installer-Menu-Item: 7500

Package: network-preseed
Status: install ok unpacked
Priority: standard
Section: debian-installer
Installed-Size: 40
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.31
Depends: cdebconf-udeb, configured-network, preseed-common
Description: download debconf preseed file
Installer-Menu-Item: 2100

Package: md-modules-2.6.22-2-486-di
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 464
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di
Provides: md-modules
Description: RAID and LVM support
 This package contains RAID and LVM modules for the Linux kernel.

Package: os-prober-udeb
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 76
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.22
Depends: di-utils-mapdevfs, anna (>= 1.16)
Provides: os-prober
Description: utility to detect other OSes on a set of drives
 This package is to be used by boot loader installers to detect other OSes
 available on a system, in a generic format, which it can then adapt to its
 own configuration format.

Package: partman-base
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 888
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 110
Depends: libc6 (>= 2.6.1-1), libparted1.7-udeb (>= 1.7.1-1), cdebconf-udeb, partman-utils, partman-partitioning, partman-target, archdetect, harddrive-detection, di-utils-mapdevfs, di-utils (>= 1.15)
Provides: made-filesystems, mounted-partitions, partitioned-harddrives, created-fstab
Description: Partition the storage devices (partman)
Installer-Menu-Item: 4200

Package: libblkid1-udeb
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 40
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Version: 1.40.2-1
Depends: libc6 (>= 2.5-5)
Description: block device id library
 The blkid library which allows system programs like fsck and
 mount to quickly and easily find block devices by filesystem UUID and
 LABEL.  This allows system administrators to avoid specifiying
 filesystems by hard-coded device names, but via a logical naming
 system instead.
 .
 This is a minimal package for debian-installer.

Package: jfs-modules-2.6.22-2-486-di
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 224
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di
Provides: jfs-modules
Description: JFS filesystem support
 This package contains the JFS filesystem module for the Linux kernel.

Package: ntfsprogs-udeb
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 244
Maintainer: David Martínez Moreno <ender@debian.org>
Version: 1.13.1-6+b2
Depends: libc6 (>= 2.3.6-6)
Provides: ntfstools-udeb
Description: Tools for doing neat things in NTFS partitions from Linux - udeb
 Currently this udeb contains only ntfsresize.

Package: partman-ext3
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 232
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 47
Depends: cdebconf-udeb, e2fsprogs-udeb, ext3-modules, partman-basicfilesystems, di-utils (>= 1.14)
Provides: partman-filesystem
Description: Add to partman support for ext3

Package: clock-setup
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 104
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 0.92
Depends: cdebconf-udeb, localechooser, tzsetup-udeb (>= 1:0.18), configured-network, rdate-udeb (>= 1:1.1.2-5), di-utils
Description: set up clock
Installer-Menu-Item: 2600

Package: partman-utils
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 20
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 110
Depends: libc6 (>= 2.6.1-1), libparted1.7-udeb (>= 1.7.1-1)
Description: Utilities related to partitioning

Package: bootstrap-base
Status: install ok installed
Priority: required
Section: debian-installer
Installed-Size: 488
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.84
Depends: libc6 (>= 2.6.1-1), libdebconfclient0-udeb, libdebian-installer4-udeb (>= 0.52), mounted-partitions, created-fstab, base-installer, debootstrap-udeb (>= 0.3.1), gpgv-udeb, debian-archive-keyring-udeb, archdetect
Provides: kernel-installer, installed-base
Description: Install the base system
Installer-Menu-Item: 6500

Package: libparted1.7-udeb
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 340
Maintainer: Parted Maintainer Team <parted-maintainers@lists.alioth.debian.org>
Version: 1.7.1-5.1
Depends: libc6 (>= 2.3.6-6), libuuid1-udeb
Provides: libparted1.7-1
Description: The GNU Parted disk partitioning shared library
 GNU Parted is a program that allows you to create, destroy,
 resize, move and copy hard disk partitions. This is useful
 for creating space for new operating systems, reorganising
 disk usage, and copying data to new hard disks. This package
 contains the Parted binary and manual page.
 .
 This package contains libparted, the required shared library
 used by Parted. This is a cut-down package with no normal
 documentation intended to be used in debian-installer.
 .
 Parted currently supports DOS, Mac, Sun, BSD, GPT, MIPS and
 PC98 disklabels/partition tables, as well as a 'loop' (raw
 disk) type which allows use on RAID/LVM. Filesystems which
 are currently fully supported are ext2, ext3, fat (FAT16
 and FAT32), ReiserFS (with libreiserfs) and linux-swap.
 Parted can also detect and remove HFS (Mac OS), JFS, NTFS,
 UFS (Sun and HP), XFS and ASFS/AFFS/APFS (Amiga) filesystems,
 but cannot create, resize or check these filesystems yet.
 .
 Note that ReiserFS support is only enabled if you install
 the libreiserfs0.3-0 package. Since libreiserfs0.3-0 has been
 removed from sarge, ReiserFS support is not compiled in the
 default package.
 .
 The nature of this software means that any bugs could cause
 massive data loss. While there are no known bugs at the moment,
 they could exist, so please back up all important files before
 running it, and do so at your own risk.

Package: pkgsel
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 32
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 0.15
Depends: cdebconf-udeb, apt-setup-udeb, di-utils (>= 1.20)
Description: Select and install packages
Installer-Menu-Item: 7000

Package: disk-detect
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 52
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.56
Depends: cdebconf-udeb (>= 0.38), hw-detect, di-utils (>= 1.13)
Provides: harddrive-detection
Description: Detect disk drives
Installer-Menu-Item: 3500

Package: loop-modules-2.6.22-2-486-di
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 56
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di
Provides: loop-modules
Description: Loopback filesystem support
 This package contains loopback filesystem support for the Linux kernel.

Package: mdcfg-utils
Status: install ok installed
Priority: optional
Section: debian-installer
Installed-Size: 412
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.22
Depends: cdebconf-udeb, di-utils (>= 1.16), md-modules, mdadm-udeb (>= 2.5.2), partconf-find-partitions
Description: Configure MD devices
 Use this module to configure the MD devices.

Package: partman-auto-raid
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 68
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 6
Depends: cdebconf-udeb, partman-base (>= 99), partman-basicfilesystems, partman-ext3, partman-auto (>= 58), partman-md
Description: Allow preseeded RAID installs

Package: mkreiserfs-udeb
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 144
Maintainer: Ed Boraas <ed@debian.org>
Version: 1:3.6.19-6
Depends: libc6 (>= 2.6-1), libuuid1-udeb
Description: User-level tools for ReiserFS filesystems
 This installer module contains the utility to create ReiserFS filesystems.
 .
  Homepage: http://www.namesys.com/

Package: di-utils-mapdevfs
Status: install ok installed
Priority: standard
Section: debian-installer
Installed-Size: 4
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.49
Depends: libc6 (>= 2.5-5), libdebian-installer4-udeb (>= 0.52)
Description: mapdevfs utility for the debian installer

Package: choose-mirror-bin
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 328
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 2.19
Depends: libc6 (>= 2.6.1-1), libdebconfclient0-udeb, libdebian-installer4-udeb (>= 0.52), cdebconf-udeb
Description: Choose mirror to install from (program)

Package: ntfs-modules-2.6.22-2-486-di
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 268
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di
Provides: ntfs-modules
Description: NTFS filesystem support
 This package contains the NTFS file system module for the Linux kernel.

Package: qnx4-modules-2.6.22-2-486-di
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 48
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di
Provides: qnx4-modules
Description: QNX4 filesystem support
 This package contains the QNX4 filesystem module for the Linux kernel.

Package: ufs-modules-2.6.22-2-486-di
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 112
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di
Provides: ufs-modules
Description: UFS filesystem support
 This package contains the UFS filesystem module for the Linux kernel.

Package: rtc-modules-2.6.22-2-486-di
Status: install ok installed
Priority: extra
Section: debian-installer
Installed-Size: 52
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Version: 1.55
Depends: kernel-image-2.6.22-2-486-di
Provides: rtc-modules
Description: RTC modules
 This package contains RTC modules.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash





Reply to: