Re: /etc/module content in initrd
kp kirchdoerfer <[email protected]>
| Newsgroups | gmane.linux.leaf.devel |
|---|---|
| Organization | none |
| Message-ID | <2371619.J8jUrtzigZ@stalker> |
Am Mittwoch, 16. Dezember 2015, 16:03:44 schrieb Erich Titl: > Hi Folks > > I believe this is inherently wrong > > ./iscsi/buildtool.mk > echo $(ESCKEY) "isofs\nvfat" > $(INITRD_TARGET_DIR)/boot/etc/modules > echo $(ESCKEY) "ext4" >> $(INITRD_TARGET_DIR)/boot/etc/modules > > This gets those modules loaded even if there is no iscsi used to access > storage at boot. I only find these lines in repo/etc/initrd/buildtool.mk They are needed to boot from isofs, vfat, ext2, ext3 and ext4 out of the box - which is extremely useful :) kp ------------------------------------------------------------------------------