aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/cleanup.sh
Commit message (Collapse)AuthorAgeFilesLines
* Major updates.William Harrington2021-12-111-26/+26
|
* Create fail and success functions and remove trailing white spaces at ends ↵William Harrington2021-04-151-1/+1
| | | | of lines.
* Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS.William Harrington2021-04-131-0/+1
|
* Make tar command verbose and log to backup and cleanup logs.William Harrington2021-04-051-11/+12
|
* Create directories and essential files outside of chroot. Then chroot. When ↵William Harrington2021-04-051-4/+5
| | | | stripping, exit status is not 0 when strip finds uknown formats. Just return true. Make createdirs, umountvirtfs and essential files as separate scripts.
* Cleanup information messages for chapater 7 backup and cleanup and change ↵William Harrington2021-04-021-3/+3
| | | | from echo to printf.
* Format FAIL and OK messages with intense color. Reset colors before new ↵William Harrington2021-04-021-1/+1
| | | | line. Try to keep a sane style in the scripts.
* Change cleanup and backup already performed messages.William Harrington2021-04-011-1/+1
|
* Use intense colors for already completed message.William Harrington2021-04-011-1/+1
|
* Add clean up script for chapter 7William Harrington2021-03-241-0/+23