work toward adding new repos on removable drives
This actually does add a new repo, but it doesn't yet set up remotes, or sync to it.
This commit is contained in:
parent
e0c3958d9a
commit
e125ce74b8
7 changed files with 196 additions and 32 deletions
|
@ -28,7 +28,7 @@ import Prelude hiding (catch)
|
|||
- fields available everywhere. -}
|
||||
data Mntent = Mntent
|
||||
{ mnt_fsname :: String
|
||||
, mnt_dir :: String
|
||||
, mnt_dir :: FilePath
|
||||
, mnt_type :: String
|
||||
} deriving (Read, Show, Eq, Ord)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue