Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create directories and essential files outside of chroot. Then chroot. When ↵ | William Harrington | 2021-04-05 | 1 | -1/+1 |
| | | | | stripping, exit status is not 0 when strip finds uknown formats. Just return true. Make createdirs, umountvirtfs and essential files as separate scripts. | ||||
* | Adjust proc sysfs and tmpfs mount commands. | William Harrington | 2021-04-05 | 1 | -3/+3 |
| | |||||
* | Mount /dev/pts with bind option. | William Harrington | 2021-04-05 | 1 | -1/+1 |
| | |||||
* | Deal with when to print OK or just keep it left out alltogether. | William Harrington | 2021-04-05 | 1 | -2/+0 |
| | |||||
* | Clobbered original mountvirtfs. Remove unneeded --bind options. | William Harrington | 2021-04-05 | 1 | -4/+4 |
| | |||||
* | Use intense green for OK. | William Harrington | 2021-04-02 | 1 | -1/+3 |
| | |||||
* | Use if [[ ... ]] instead of [ ... ] and change retval check in setupdisk ↵ | William Harrington | 2021-04-02 | 1 | -1/+1 |
| | | | | when checking exit code when creating partition. | ||||
* | Use intense colors for virtual filesystems already mounted. | William Harrington | 2021-04-01 | 1 | -10/+10 |
| | |||||
* | Extract virt fs mount commands to a separate script. | William Harrington | 2021-03-24 | 1 | -0/+32 |