mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
Revert "hdd_menu: only offer filesystems with kernel support"
- breaks user-space fs like exfat
This reverts commit 141872565e
.
This commit is contained in:
@@ -64,7 +64,6 @@ class CHDDMenuHandler : public CMenuTarget
|
||||
bool mounted;
|
||||
};
|
||||
std::vector<hdd_s> hdd_list;
|
||||
std::set<std::string> kernel_fs_list;
|
||||
struct cmp_hdd_by_name: public binary_function <const struct hdd_s, const struct hdd_s, bool>
|
||||
{
|
||||
bool operator() (const struct hdd_s c1, const struct hdd_s c2)
|
||||
@@ -85,7 +84,6 @@ class CHDDMenuHandler : public CMenuTarget
|
||||
bool add_dev(std::string dev, std::string part);
|
||||
bool waitfordev(std::string dev, int maxwait);
|
||||
void check_dev_tools();
|
||||
void check_kernel_fs();
|
||||
devtool_s * get_dev_tool(std::string fmt);
|
||||
|
||||
int showDeviceMenu(std::string dev);
|
||||
|
Reference in New Issue
Block a user