taglinefilesource code
mount_initrd609drivers/block/genhd.cif (initrd_start && mount_initrd) initrd_load();
mount_initrd97drivers/block/rd.cint mount_initrd = 1;    /* zero if initrd should not be mounted */
mount_initrd104include/linux/blk.hextern int mount_initrd; /* zero if initrd should not be mounted */
mount_initrd777init/main.cmount_initrd = 0;
mount_initrd796init/main.cif (initrd_start && mount_initrd) root_mountflags &= ~MS_RDONLY;