Skip to content

Releases: krunch3r76/lc_autolfs

add elided /usr/sbin to sudo

26 Nov 06:52
3feae7d
Compare
Choose a tag to compare

for blfs work, fixes issues with packages that require /usr/sbin in the path to correctly compile...

correctly implement sudo via scmd

20 Nov 00:20
119e8bc
Compare
Choose a tag to compare

when sudo is available (e.g. in blfs) run scmd with sudo whilst other commands as user

extra: +comment makeflags

28 Mar 21:17
Compare
Choose a tag to compare

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

28 Mar 21:11
Compare
Choose a tag to compare

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

12 Mar 21:08
Compare
Choose a tag to compare

when only cmd{1,2,3} entered an error was reported and cleanup never happened, now fixed

check for sudo

26 Feb 06:25
Compare
Choose a tag to compare

for future environments where sudo is available, this checks for sudo (not implemented yet)

add /sources/bin to path before script check

26 Feb 04:14
Compare
Choose a tag to compare

fix ansi color on script check

26 Feb 03:38
4bd8c31
Compare
Choose a tag to compare
v0.0.8

Update README.md

check for script in path; remind user to copy from host

26 Feb 03:32
e79ebfd
Compare
Choose a tag to compare

add optional /sources/bin to path when sourcing

25 Feb 21:54
41a8f0a
Compare
Choose a tag to compare
  • 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)