aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6
Commit message (Collapse)AuthorAgeFilesLines
* Major changesWilliam Harrington2021-12-112-0/+39
|\
| * Use LFS environment variable instead of hard coded /mnt/lfs.William Harrington2021-06-011-1/+1
| |
| * Adjust libmagic link command for ch6 file.William Harrington2021-06-011-1/+1
| |
| * Use bash fixes-2 patch.William Harrington2021-06-011-1/+1
| |
* | Major updates.William Harrington2021-12-1119-298/+298
|/
* Adjust indention. Evil tabs.William Harrington2021-05-042-8/+8
|
* Merge branch 'chapter10'William Harrington2021-04-193-10/+11
|\
| * Create fail and success functions and remove trailing white spaces at ends ↵William Harrington2021-04-152-5/+5
| | | | | | | | of lines.
| * Use AND lists and remove set -eWilliam Harrington2021-04-1417-23/+6
| |
| * Use set -eWilliam Harrington2021-04-141-8/+9
| |
| * Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS.William Harrington2021-04-1319-4/+22
| |
| * Add shellcheck directive.William Harrington2021-04-121-0/+2
| |
* | Create fail and success functions and remove trailing white spaces at ends ↵William Harrington2021-04-152-9/+9
| | | | | | | | of lines.
* | Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS.William Harrington2021-04-1319-4/+22
| |
* | Add shellcheck directive.William Harrington2021-04-121-0/+2
|/
* Add shellcheck directives.William Harrington2021-04-081-0/+2
|
* Change backup file to proper user:group ownership after creation.William Harrington2021-04-071-1/+1
|
* Fix quotes around .William Harrington2021-04-071-1/+1
|
* Add commands to file for moving shared library.William Harrington2021-04-071-1/+4
|
* Use package version for versioned patch/directories.William Harrington2021-04-071-1/+1
|
* Use VERSION variable with bash fixes patch.William Harrington2021-04-061-1/+1
|
* Make tar command verbose and log to backup and cleanup logs.William Harrington2021-04-052-21/+24
|
* Add new line after cleanup already performed message.William Harrington2021-04-021-1/+1
|
* Use printf instead of echo.William Harrington2021-04-021-1/+1
|
* Use printf instead of echo.William Harrington2021-04-021-3/+3
|
* Cleanup information messages.William Harrington2021-04-022-2/+2
|
* Format FAIL and OK messages with intense color. Reset colors before new ↵William Harrington2021-04-022-4/+4
| | | | line. Try to keep a sane style in the scripts.
* Change cleanup and backup already performed messages.William Harrington2021-04-012-2/+2
|
* Use intense color and indention for backup already found message.William Harrington2021-04-011-1/+1
|
* Fix indentation.William Harrington2021-04-011-1/+1
|
* Use intense colors for already completed message.William Harrington2021-04-011-1/+1
|
* Add new line after backup already found message.William Harrington2021-04-011-1/+1
|
* Adjust function spinner to take in a spinner type. If no type is defined ↵William Harrington2021-04-011-1/+1
| | | | then random will be chosen. Pass the 2nd argument as spinnertype when spinner is invoked. Cleanup some extraction text and reset the colors at the end.
* Remove unset command at end and direct all output to /dev/null for tar.William Harrington2021-03-261-5/+3
|
* Add command for patching bash fixes patch.William Harrington2021-03-261-0/+1
|
* Last exit code will be the unset... remove it. Don't need it anyway.William Harrington2021-03-261-2/+0
|
* Unset CFLAGS when done.William Harrington2021-03-251-0/+2
|
* Unset variables no longer used.William Harrington2021-03-251-0/+2
|
* Change case of FILE to file and rename DIRS to directories.William Harrington2021-03-251-5/+5
|
* Use HOME variable when changing ownership of backup archive.William Harrington2021-03-241-1/+1
|
* Adjust some text and use printf.William Harrington2021-03-241-3/+3
|
* Adjust indention.William Harrington2021-03-241-10/+10
|
* Use an array to pass directories to compress to tar.William Harrington2021-03-231-2/+3
|
* Remove stray S when strippingWilliam Harrington2021-03-231-1/+1
|
* Fix some issues with backup file location and use /home/kb0iic variable and ↵William Harrington2021-03-232-4/+4
| | | | use -T in front of NUMPROCS for XZ_OPTS.
* Clean up chapter6 scripts.William Harrington2021-03-2319-90/+132
|
* Add optional cleanup and backup chapter6 scripts. Always nice to backup ↵William Harrington2021-03-222-0/+43
| | | | before working on tasks preparing for chroot.
* Remove interpreter from scripts that are sourced. Remove executable bits are ↵William Harrington2021-03-2217-48/+14
| | | | required.
* Add chapter 6 commands. Had some fixes for m4 regrding -Wabi=11 and ↵William Harrington2021-03-2117-0/+216
-fpermissive and help2man --no-discard-stderr for m4 and diffutils. Also had to remove host's /usr/lib/libiberty.a as binutils pass2 kept using it for some reason.