From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Fri, 11 Mar 2016 08:42:44 -0800 Subject: creating initramfs in fedora In-Reply-To: References: Message-ID: <20160311164244.GA6303@kroah.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Fri, Mar 11, 2016 at 06:32:39PM +0530, Ronit Halder wrote: > Hi, > How can I create a initramfs file without dracut from the files in an > installed system in fedora? Why would you want to do that? The init sequence in Fedora isn't expecting that to happen, so if you want to do this you really are on your own. good luck! greg k-h