summaryrefslogtreecommitdiff
path: root/hscript/disk.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-23 00:30:01 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-23 00:30:01 -0600
commitec3c6667092c94b12be6b94340ee6007f987791f (patch)
treeb7b411eabb3740f7b942d07c5dea89b6f038d51f /hscript/disk.hh
parentb431adaa06c055105db1e73b34fe841b5a5e9597 (diff)
downloadhorizon-ec3c6667092c94b12be6b94340ee6007f987791f.tar.gz
horizon-ec3c6667092c94b12be6b94340ee6007f987791f.tar.bz2
horizon-ec3c6667092c94b12be6b94340ee6007f987791f.tar.xz
horizon-ec3c6667092c94b12be6b94340ee6007f987791f.zip
hscript: Handle Partition type codes
Diffstat (limited to 'hscript/disk.hh')
-rw-r--r--hscript/disk.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/hscript/disk.hh b/hscript/disk.hh
index 179807c..4adf8f5 100644
--- a/hscript/disk.hh
+++ b/hscript/disk.hh
@@ -83,7 +83,11 @@ public:
/*! Bootable */
Boot,
/*! EFI System Partition (GPT only) */
- ESP
+ ESP,
+ /*! GRUB BIOS (GPT only) */
+ BIOS,
+ /*! PReP boot (MBR only) */
+ PReP
};
private:
const std::string _block;