aboutsummaryrefslogtreecommitdiffstats
path: root/createdirs.sh
Commit message (Collapse)AuthorAgeFilesLines
* Create fail and success functions and remove trailing white spaces at ends ↵William Harrington2021-04-151-1/+1
| | | | of lines.
* Really fix the run and run lock creation.William Harrington2021-04-121-3/+3
|
* Fix link creation for /run and /run lock. Was causing issues when botting ↵William Harrington2021-04-101-2/+2
| | | | because /run ended up being an inifnite loop.
* Fix directory creation targets and make commands verbose. Log command block ↵William Harrington2021-04-051-69/+70
| | | | to createdirs.log.
* Create directories and essential files outside of chroot. Then chroot. When ↵William Harrington2021-04-051-0/+88
stripping, exit status is not 0 when strip finds uknown formats. Just return true. Make createdirs, umountvirtfs and essential files as separate scripts.