[PATCH d-i V2 0/2] UBUNTU: d-i: initrd needs ext4 and scsi modules
manoj.iyer at canonical.com
manoj.iyer at canonical.com
Wed Sep 14 02:44:04 UTC 2016
From: Manoj Iyer <manoj.iyer at canonical.com>
Ubuntu builds scsi disk support and ext4 as modules, these modules
are needed for d-i's initrd to be able to install the system.
My previous patch included dependencies for ext4 module as well,
as per dannf's review comments kernel-wedge figures this out.
I tested the installer with those two modules added to d-i/modules
and the installer works as expected. I was able to install (arm64)
system with ubuntu-installer built with just ext4 and sd_mod modules
added to debian.master/d-i/modules/XX.
Modules used by the installer after adding ext4 and sd_mod are:
~ # lsmod | grep sd_mod
sd_mod 34070 0
scsi_mod 200422 7
scsi_dh_alua,scsi_dh_rdac,usb_storage,scsi_dh_emc,scsi_dh_hp_sw,libata,sd_mod
~ # lsmod | grep ext4
ext4 551651 0
crc16 1618 1 ext4
jbd2 92473 1 ext4
mbcache 5775 1 ext4
~ #
And this resolves all the dependencies required.
These set of patches reverts my previous patch that was commited
to Y and master-next and introduces the correct changes required by d-i.
Manoj Iyer (2):
Revert "UBUNTU: d-i: initrd needs crypro, ext4 and scsi modules"
UBUNTU: d-i: initrd needs ext4 and scsi modules
debian.master/d-i/modules/crypto-modules | 3 ---
debian.master/d-i/modules/fs-core-modules | 1 -
2 files changed, 4 deletions(-)
--
2.7.4
More information about the kernel-team
mailing list