Releases: krunch3r76/lc_autolfs
Releases · krunch3r76/lc_autolfs
add elided /usr/sbin to sudo
for blfs work, fixes issues with packages that require /usr/sbin in the path to correctly compile...
correctly implement sudo via scmd
when sudo is available (e.g. in blfs) run scmd with sudo whilst other commands as user
extra: +comment makeflags
same as v0.1.2 except makeflags is commented for user customization:
extra adds functions to the bash environment for added convenience
- autolfs bash function
- moves away from the cmds directory to run install.sh
- greps for FAIL from the script to help see failures on tests immediately
- changes directory back to sources as a starting point for the next install
see video or source code under extra/ to see a demo of how to make use of it
extra provides more dialog and feedback
extra adds functions to the bash environment for added convenience
- autolfs bash function
- moves away from the cmds directory to run install.sh
- greps for FAIL from the script to help see failures on tests immediately
- changes directory back to sources as a starting point for the next install
see video or source code under extra/ to see a demo of how to make use of it
fix no commands error
when only cmd{1,2,3} entered an error was reported and cleanup never happened, now fixed
check for sudo
for future environments where sudo is available, this checks for sudo (not implemented yet)
add /sources/bin to path before script check
v0.0.9 readme
fix ansi color on script check
v0.0.8 Update README.md
check for script in path; remind user to copy from host
v0.0.7 Update README.md
add optional /sources/bin to path when sourcing
- in order to not taint /usr/bin with an executable from the host, namely script, automatically add /sources/bin to path when sourcing autolfs (source s_f)