Merge "relocate /pxeboot to /var/pxeboot"
This commit is contained in:
commit
85eb57baa6
@ -92,9 +92,9 @@ if [ "$(curl -sf http://pxecontroller:6385/v1/upgrade/$(hostname)/upgrade_in_pro
|
||||
|
||||
cp -r $TMP_RPM/usr / \
|
||||
|| report_post_failure_with_msg "Failed to copy pxe-network-installer /usr"
|
||||
cp -r $TMP_RPM/pxeboot/$OTHER_REL_DIR /var/pxeboot/ \
|
||||
cp -r $TMP_RPM/var/pxeboot/$OTHER_REL_DIR /var/pxeboot/ \
|
||||
|| report_post_failure_with_msg "Failed to copy pxe-network-installer /var/pxeboot/$OTHER_REL_DIR"
|
||||
cp $TMP_RPM/pxeboot/pxelinux.cfg.files/*-$OTHER_REL_VERSION /var/pxeboot/pxelinux.cfg.files/ \
|
||||
cp $TMP_RPM/var/pxeboot/pxelinux.cfg.files/*-$OTHER_REL_VERSION /var/pxeboot/pxelinux.cfg.files/ \
|
||||
|| report_post_failure_with_msg "Failed to copy pxe-network-installer pxelinux.cfg files"
|
||||
|
||||
rm -rf $TMP_RPM
|
||||
|
Loading…
x
Reference in New Issue
Block a user