Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-03 | Build: Fix more bugs in the POSIX sh-ification of scripts | Andreas Kling | |
2019-11-03 | POSIX compliance: (most) shell scripts converted to generic shell | George Pickering | |
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd. | |||
2019-10-07 | PartitionTable: Initial GPT Support, Adding Block Limit | supercomputer7 | |
Also added a script to handle creation of GPT partitioned disk (with GRUB config file). Block limit will be used to disallow potential access to other partitions. |