search for: liloconf

Displaying 3 results from an estimated 3 matches for "liloconf".

Did you mean: libgconf
2007 May 03
3
[PATCH] pygrub: look harder for elilo.conf
...r 6d64f9eefad5 -r 67df28389f46 tools/pygrub/src/pygrub --- a/tools/pygrub/src/pygrub Wed May 02 14:50:56 2007 -0400 +++ b/tools/pygrub/src/pygrub Wed May 02 22:39:12 2007 -0400 @@ -361,7 +361,12 @@ class Grub: if platform.machine() == ''ia64'': self.cf = grub.LiloConf.LiloConfigFile() - file_list = ("/efi/redhat/elilo.conf",) + # common distributions + file_list = ("/efi/debian/elilo.conf", "/efi/gentoo/elilo.conf", + "/efi/redflag/elilo.conf", "/efi/redhat/eli...
2012 Jul 19
2
[PATCH] pygrub: add syslog support to pygrub
...given a raw config file rather than a disk image.""" - + if not os.access(fn, os.R_OK): raise RuntimeError, "Unable to access %s" %(fn,) if platform.machine() == ''ia64'': - cfg_list = map(lambda x: (x,grub.LiloConf.LiloConfigFile), + cfg_list = map(lambda x: (x,grub.LiloConf.LiloConfigFile), # common distributions - ["/efi/debian/elilo.conf", "/efi/gentoo/elilo.conf", - "/efi/redflag/elilo.co...
2010 May 12
25
Install ubunto domU
Dear *, I''m more used to work with RedHat like OSes. Still, I did not denied the request from a user who wants a domU based on ubunto. I usually use virt-install to do the job, with a script similar to this one: #!/bin/sh BASE=SL-4.7-i386-pv \ virt-install --nographics \ --nonsparse \ --paravirt \ --noreboot \