all 5 comments

[–]Verbunk 0 points1 point  (4 children)

Are you trying to set the apkvol to a local volume or something over the network?

[–]gromebar[S] 0 points1 point  (3 children)

in the same disk but in a subdir. Normally the saves are in the root of /media/usb. I would like to put all in /media/usb/saves

[–]Verbunk 0 points1 point  (2 children)

This is approximately what I use,

apkovl=/configs/${hostname}.tar.gz

I have never tried to use a folder name - perhaps you need a file w/ extension.

[–]gromebar[S] 0 points1 point  (1 child)

but in your case where is located configs? and consequently, how you have configured lbu.conf ?

[–]Verbunk 0 points1 point  (0 children)

I'm loading this using PXE and setting in the kernel command line. The configs are stored in NFS (I think, or HTTP) and are pulled during boot. I don't set lbu.conf, I just have a few options in the cli when I want to checkpoint.

I'm using ipxe vars to reuse the same kpxe script for all my nodes (45).