Re: Porting initramfs-tools to dracut

2014-11-05 Thread Andrew Lutomirski
On Wed, Nov 5, 2014 at 10:08 AM, Saurabh Kulkarni wrote: > HI Andy, > > Thanks for your response. No I don't need anything fancy while booting up > other than access to certain scripts/hooks which are added in > initramfs-tools directory in case of ubuntu. I'll try to see if this python > code all

Re: Porting initramfs-tools to dracut

2014-11-05 Thread Saurabh Kulkarni
HI Andy, Thanks for your response. No I don't need anything fancy while booting up other than access to certain scripts/hooks which are added in initramfs-tools directory in case of ubuntu. I'll try to see if this python code allows me to do something like that. Also, in general, doesn't dracut ha

Re: Porting initramfs-tools to dracut

2014-11-04 Thread Andrew Lutomirski
On Tue, Nov 4, 2014 at 5:35 PM, Saurabh Kulkarni wrote: > Hi there, > > So I've been working on a project that requires me to have my own custom > initrd. The doc I'm following is specialized for ubuntu, so it makes use of > mkinitramfs to create initrd, and uses initramfs-tools/scripts and > init

Porting initramfs-tools to dracut

2014-11-04 Thread Saurabh Kulkarni
Hi there, So I've been working on a project that requires me to have my own custom initrd. The doc I'm following is specialized for ubuntu, so it makes use of mkinitramfs to create initrd, and uses initramfs-tools/scripts and initramfs-tools/hooks for serving its purpose. I tried using dracut to c