mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
Revert "hdd_menu: only offer filesystems with kernel support"
- breaks user-space fs like exfat This reverts commit6e6432ad22
. Origin commit data ------------------ Commit:6d287e46f7
Author: [CST] Focus <focus.cst@gmail.com> Date: 2015-02-10 (Tue, 10 Feb 2015)
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