pxe: see if squashfs can be a symlink
This commit is contained in:
parent
f5187c3d39
commit
24d04a3023
|
@ -54,9 +54,9 @@ END
|
|||
}
|
||||
|
||||
extract_live_parts_for_tftp() {
|
||||
cp -fv "${PXE_DIR}/../iso/staging/live/filesystem.squashfs" "${nfs_path}/live/"
|
||||
cp -fv "${PXE_DIR}/../iso/staging/live/vmlinuz" "${tftp_path}/"
|
||||
cp -fv "${PXE_DIR}/../iso/staging/live/initrd" "${tftp_path}/"
|
||||
ln -sfv "${nfs_path}/live/" "${PXE_DIR}/../iso/staging/live/filesystem.squashfs"
|
||||
}
|
||||
|
||||
install_netboot() {
|
||||
|
|
Loading…
Reference in New Issue