Displaying 7 results from an estimated 7 matches for "cblr".
Did you mean:
cbl
2010 Jul 24
1
Bridging Issues with Xen
...bled interfaces
xenbr1 8000.feffffffffff no vif1.0
peth1
vif0.0
Tried To Install Guest Via Virt-Install
virt-install -p --location
"http://10.0.0.3/cblr/links/CentOS-5.2-xen-x86_64" -b xenbr1 -m
"03:ac:5a:00:02:29" --nographics --file /dev/xenvg/lv-rt1-d --ram 7500 -x
"ks=http://10.0.0.3/cblr/svc/op/ks/profile/CentOS-5.2-x86_64" --name="rt1"
--force
or Just By Booting A premade config file :
name = "rt1-d&q...
2017 Dec 15
2
EFI PXE Server - pxelinux.0 equivalent?
Hi all - I'm not sure if it's appropriate to ask this here, but I
don't see this question explicitly answered anywhere.
Is there an EFI version of "pxelinux.0" that will function basically
the same way and read the same pxelinux.cfg/default menu files?
I've got a really dodgy grubx64.efi EFI PXE menu up at work, but it
can't load the 1.2 gigabyte LiveCD that we use
2010 Feb 08
2
Proposals for making configure_from_network function works in f13
...ult :
LABEL oVirt-Node-x86_64
kernel /images/oVirt-Node-x86_64/vmlinuz0
MENU LABEL oVirt-Node-x86_64
append initrd=/images/oVirt-Node-x86_64/initrd0.img ksdevice=bootif ro
rootflags=loop rootfstype=iso9660 root=live:/ovirt-node-image.iso kssendmac
ks=http://10.75.196.100/cblr/svc/op/ks/profile/oVirt-Node-x86_64
ipappend 2
--
Arthur CLEMENT
Linagora Paris
2011 Mar 10
2
Cannot %include in CentOS 5.5 kickstart
...see that
/tmp/drvdisk exists and has the line I wrote to it. I see
nothing that looks wrong in any log or kickstart file/fragment in
/tmp.
Any ideas? Here's my complete kickstart to show/test this:
# Minimal Kickstart test for CentOS 5.5 to show %include problem
url --url=http://10.0.4.157/cblr/links/CentOS5.5-i386
text
lang en_US.UTF-8
keyboard us
timezone --utc America/New_York
install
bootloader --location=mbr
clearpart --all --initlabel
network --device eth0 --bootproto dhcp
firewall --disabled
selinux --disabled
rootpw --iscrypted \$1\$x6z.qvwE\$7Zg9g1rCEgvOBoA7Oo/HF1
zerombr
authc...
2012 Sep 28
2
UEFI boot with memdisk
...splay
#
message=textmenu-message.msg
#
# files to load when the corresponding function key is pressed
#
f1=general.msg
f2=params.msg
image=/images/RHEL6.2-x86_64/vmlinuz
label=RHEL6.2-x86_64-dvt
append="append ksdevice=bootif lang= kssendmac text ks=http://192.168.120.254/cblr/svc/op/ks/profile/RHEL6.2-x86_64-dvt"
initrd=/images/RHEL6.2-x86_64/initrd.img
read-only
root=/dev/ram
image=memdisk
label=Windows
append="append raw iso initrd=/images/Win2K8-SP2-x86_64/win2k8sp2x64-cm.iso"
read-only
root=/dev...
2010 Jan 19
1
How I installed ovirt on fc 12
Hi,
I installed ovirt on fedora 12 (64 bits) successfully but I had to make some changes to make it work.
1. Installation from rpms builded from the lastest git version
2. Patch ace : missing backslashes in sed commands
vim /usr/share/ace/modules/ovirt/manifests/freeipa.pp
line 33 : '/\\[kdcdefaults\\]/a \\ kdc_ports = 88'
single_exec {"set_kdc_defaults":
2010 Oct 22
0
[PATCH node] First draft of replacing some of the ovirt-config-* scripts with python equivalents.
...up") % root_dev
+ os.system("e2label %s Root") % root_update_dev
+ # run post-install hooks
+ # e.g. to avoid reboot loops using Cobbler PXE only once
+ # Cobbler XMLRPC post-install trigger (XXX is there cobbler SRV record?):
+ # wget "http://192.168.50.2/cblr/svc/op/trig/mode/post/system/$(hostname)"
+ # -O /dev/null
+ for hook in os.listdir("/etc/ovirt-config-boot.d"):
+ os.system(hook)
+ os.system("/sbin/reboot")
+
+# Check if networking is already up
+def network_up():
+ ret = os.system("ip addr show...