Re: [PATCH 4/4] Don't write dracut kernel cmdline paramters to anaconda-ks.cfg

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux