mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
hdd-menu: add possibility to label devices; ...
inspired by58023f866e
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 by58023f866e
------------------ This commit was generated by Migit
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user