JasonN3 / build-container-installer

Creates an ISO for installing a container image as an OS
GNU General Public License v3.0
64 stars 9 forks source link

Fixes macros still being readable #61

Closed JasonN3 closed 8 months ago

JasonN3 commented 8 months ago

Fixes: #57

noelmiller commented 8 months ago

Did you see my PR for this? https://github.com/JasonN3/build-container-installer/pull/59

JasonN3 commented 8 months ago

Did you see my PR for this? #59

I'd rather have it in a temp directory than make major changes to the file name. Adding .orig at least kept it close, but since that doesn't work, I'd rather just move it to a temp folder and then move it back when done. This should go away when I start working on #50