summaryrefslogtreecommitdiff
path: root/hscript/disk.hh
diff options
context:
space:
mode:
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;