Displaying 2 results from an estimated 2 matches for "ocs_prerun1".
Did you mean:
ocs_prerun
2010 Jul 16
2
PXE limit of character in "append" line
...all
Hi all.
I have this working line in my Clonezilla Server: *
APPEND initrd=initrd.img boot=live union=aufs noswap noprompt vga=788
ip=frommedia fetch=tftp://192.168.30.51/lis/hp/filesystem.squashfsocs_prerun="busybox
tftp -g -r lis/hp/custom-ocs-1 -l /tmp/custom-ocs-1
192.168.30.51" ocs_prerun1="busybox tftp -g -r lis/hp/id_rsa -l /tmp/id_rsa
192.168.30.51" ocs_live_run="bash /tmp/custom-ocs-1" ocs_live_keymap="NONE"
ocs_live_batch="no" ocs_lang="es_ES.UTF-8" nolocales*
But when I put one or more ocs_prerun then the client don't work....
2016 Feb 19
6
Building a http query string including SMBIOS Serial Number to load a specific kernel
Hello folks,
There is a way to get the system serial number from SMBIOS and pass it
as HTTP query string to get the kernel and initrd?
Something like this:
LABEL OS Download
MENU LABEL Clonezilla
MENU INDENT 1
KERNEL http://192.168.10.10/kernel.php?type=kernel (
http://myserver/kernel.php?SN=SMBIOS_SERIAL_NUMBER&type=kernel
)&SN=SMBIOS_SERIAL_NUMBER
APPEND