#243 Issue closed
: Missing output directory creation with OUTPUT=PXE¶
Labels: bug
goldzahn opened issue at 2013-06-11 09:13:¶
Hi,
in /usr/share/rear/conf/default.conf "PXE_TFTP_PATH" is set to
/var/lib/rear/output.
But /var/lib/rear/output/ does not get created by
/usr/share/rear/output/PXE/default/80_copy_to_tftp.sh if it does not
exist.
Is there a special reason for this? I ask this, because when I set "OUTPUT=ISO", then 80_create_isofs.sh runs 'mkdir -p $v "$ISO_DIR" >&2'.
Thanks
Tim
goldzahn commented at 2013-06-11 09:21:¶
sorry, I meant 81_create_pxelinux_cfg.sh, not 80_copy_to_tftp.sh
dagwieers commented at 2013-06-11 10:09:¶
@goldzahn I think it is a bug which was never captured because on any given test system that directory would have been created by a previous ISO run. If you send a pull-request that creates tis directory prior to using it much like the ISO case, it will be pulled !
gdha commented at 2013-06-12 06:47:¶
Can this be closed?
goldzahn commented at 2013-06-12 06:58:¶
yes, thanks
[Export of Github issue for rear/rear.]