On Mon, Oct 10, 2011 at 05:17:00PM +0200, Ales Kozumplik wrote: > This is not logged anywhere else and so can shorten the needinfo > communication by one round. > --- > pyanaconda/bootloader.py | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py > index 6c732a0..79cf499 100644 > --- a/pyanaconda/bootloader.py > +++ b/pyanaconda/bootloader.py > @@ -1224,6 +1224,7 @@ class GRUB(BootLoader): > grub_root = self.grub_device_name(self.stage2_device) > args.update(["ro", "root=%s" % image.device.fstabSpec]) > args.update(self.boot_args) > + log.info("bootloader.py: used boot args: %s " % args) > if isinstance(image, TbootLinuxBootLoaderImage): > args.update(image.args) > snippet = ("\tkernel %(prefix)s/%(multiboot)s %(mbargs)s\n" I'd move this one down to just before config.write(stanza) so you catch the args.update for Tboot -- Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
Attachment:
pgp1IqP3y32tF.pgp
Description: PGP signature
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list