summaryrefslogtreecommitdiff
path: root/Kernel/build-gpt-image-grub.sh
AgeCommit message (Collapse)Author
2019-11-03Build: Fix more bugs in the POSIX sh-ification of scriptsAndreas Kling
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge 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-07PartitionTable: Initial GPT Support, Adding Block Limitsupercomputer7
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.