hdd-menu: add possibility to label devices; ...

inspired by 58023f866e


Origin commit data
------------------
Branch: ni/coolstream
Commit: ccc0222758
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-01-24 (Sun, 24 Jan 2021)

Origin message was:
------------------
- hdd-menu: add possibility to label devices; ...

inspired by 58023f866e


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-01-24 23:44:22 +01:00
parent 23944aa21e
commit f5adee5337
6 changed files with 42 additions and 9 deletions

View File

@@ -34,6 +34,7 @@ struct devtool_s {
std::string fsck_options;
std::string mkfs;
std::string mkfs_options;
std::string mkfs_labelswitch;
bool fsck_supported;
bool mkfs_supported;
};
@@ -48,6 +49,7 @@ class CHDDMenuHandler : public CMenuTarget
{
private:
int width;
std::string mkfs_label;
std::string mount;
std::string umount;
bool show_menu;