> diff --git a/booty/bootloaderInfo.py b/booty/bootloaderInfo.py > index 3d77254..9ba6a83 100644 > --- a/booty/bootloaderInfo.py > +++ b/booty/bootloaderInfo.py > @@ -131,6 +131,10 @@ class KernelArguments: > self.args = args > self.appendArgs = "" > > + def getNoDracut(self): > + args = self.args.strip() + " " + self.appendArgs.strip() > + return args.strip() > + You've already stripped both parts, so there shouldn't eb a need to strip the result. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list