rhel5 bug #501438. This is only to be able to parse rhel5 kickstarts
using this option. It regards xen so I am not adding functionality
into anaconda and anaconda/booty.
---
pykickstart/commands/bootloader.py | 24 ++++++++++++++++++++++++
pykickstart/handlers/control.py | 2 +-
tests/commands/bootloader.py | 8 ++++++++
3 files changed, 33 insertions(+), 1 deletions(-)
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
11-19-2009, 03:24 PM
Hans de Goede
Port bootloader --hvargs option from rhel 5.
Looks ok,
Regards,
Hans
On 11/19/2009 04:10 PM, Radek Vykydal wrote:
rhel5 bug #501438. This is only to be able to parse rhel5 kickstarts
using this option. It regards xen so I am not adding functionality
into anaconda and anaconda/booty.
---
pykickstart/commands/bootloader.py | 24 ++++++++++++++++++++++++
pykickstart/handlers/control.py | 2 +-
tests/commands/bootloader.py | 8 ++++++++
3 files changed, 33 insertions(+), 1 deletions(-)
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
11-19-2009, 05:11 PM
Jeremy Katz
Port bootloader --hvargs option from rhel 5.
On Thu, Nov 19, 2009 at 10:10 AM, Radek Vykydal <rvykydal@redhat.com> wrote:
> rhel5 bug #501438. This is only to be able to parse rhel5 kickstarts
> using this option. It regards xen so I am not adding functionality
> into anaconda and anaconda/booty.
Is it worth it to spit out the deprecated option warning with --hvargs?
- Jeremy
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
11-19-2009, 09:08 PM
Chris Lumens
Port bootloader --hvargs option from rhel 5.
> rhel5 bug #501438. This is only to be able to parse rhel5 kickstarts
> using this option. It regards xen so I am not adding functionality
> into anaconda and anaconda/booty.
Since this option is only supported on the RHEL5 tree, not any Fedora
tree, what you should instead do is create a new RHEL5_Bootloader class
that derives from FC4_Bootloader and add the option onto that.
Otherwise, you're on the right track. Thank you for adding a test case
as well.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
11-20-2009, 09:06 AM
Radek Vykydal
Port bootloader --hvargs option from rhel 5.
Chris Lumens wrote:
rhel5 bug #501438. This is only to be able to parse rhel5 kickstarts
using this option. It regards xen so I am not adding functionality
into anaconda and anaconda/booty.
Since this option is only supported on the RHEL5 tree, not any Fedora
tree, what you should instead do is create a new RHEL5_Bootloader class
that derives from FC4_Bootloader and add the option onto that.
Ah, I think I understand it now - and if we wanted to be able parse (not
to crash on)
--hvargs in rhel6, we would add it to RHEL6_Bootloader derived from
something
like F12_Bootloader, right?
Radek
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
11-20-2009, 01:31 PM
Chris Lumens
Port bootloader --hvargs option from rhel 5.
> >Since this option is only supported on the RHEL5 tree, not any Fedora
> >tree, what you should instead do is create a new RHEL5_Bootloader class
> >that derives from FC4_Bootloader and add the option onto that.
>
> Ah, I think I understand it now - and if we wanted to be able parse
> (not to crash on)
> --hvargs in rhel6, we would add it to RHEL6_Bootloader derived from
> something
> like F12_Bootloader, right?
Yep, exactly right.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list