On Wed, 2011-08-17 at 08:55 -0700, Brian C. Lane wrote: > On Wed, Aug 17, 2011 at 01:15:51PM +0200, Martin Gracik wrote: > > Let dracut find all the luks devices by itself. > > --- > > booty/bootloaderInfo.py | 3 +-- > > storage/devices.py | 3 ++- > > 2 files changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/booty/bootloaderInfo.py b/booty/bootloaderInfo.py > > index e3b5d34..3f53028 100644 > > --- a/booty/bootloaderInfo.py > > +++ b/booty/bootloaderInfo.py > > @@ -104,8 +104,7 @@ class KernelArguments: > > s = self.id.network.dracutSetupArgs(d) > > args.update(s) > > > > - for i in [ [ "rd_LUKS_UUID", "rd_NO_LUKS" ], > > - [ "rd_LVM_LV", "rd_NO_LVM" ], > > + for i in [ [ "rd_LVM_LV", "rd_NO_LVM" ], > > [ "rd_MD_UUID", "rd_NO_MD" ], > > [ "rd_DM_UUID", "rd_NO_DM" ] ]: > > if not types.has_key(i[0]): > > diff --git a/storage/devices.py b/storage/devices.py > > index 5a64e70..5add51d 100644 > > --- a/storage/devices.py > > +++ b/storage/devices.py > > @@ -1785,7 +1785,8 @@ class LUKSDevice(DMCryptDevice): > > return self.parents[0] > > > > def dracutSetupArgs(self): > > - return set(["rd_LUKS_UUID=luks-%s" % self.slave.format.uuid]) > > + #return set(["rd_LUKS_UUID=luks-%s" % self.slave.format.uuid]) > > + return set() > > I'd drop the commented out return, no need to keep it around when we > have git :) Yeah, I forgot to remove it when doing the commit. Thanks :) But I'm still going to test some stuff before pushing this... > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/anaconda-devel-list -- Martin Gracik <mgracik@xxxxxxxxxx> _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list