hdd_menu: create mountpoint for formatted partition

Origin commit data
------------------
Branch: ni/coolstream
Commit: f6fb3ba6ac
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-11-06 (Sat, 06 Nov 2010)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2010-11-06 23:27:42 +01:00
parent dfab53b2b6
commit eff49450c7

View File

@@ -425,9 +425,11 @@ _remount:
switch(g_settings.hdd_fs) {
case 0:
safe_mkdir(dst);
res = mount(src, dst, "ext3", 0, NULL);
break;
case 1:
safe_mkdir(dst);
res = mount(src, dst, "reiserfs", 0, NULL);
break;
default: