-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinstall.sh.readme
More file actions
67 lines (56 loc) · 2.3 KB
/
install.sh.readme
File metadata and controls
67 lines (56 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
ZFS Linux installer script
========================================================
script name : install.sh
tree location : ZFS-MOME/misc-scripts/install.sh
ZFS installer script is used to build and install
ZFS on linux for supported linux distro/kernel version.
It checks for package/tools/utilities dependencies for
installation. If not available install them first and
build zfs for installation.
* Installer script is supposed to be executed from zfs
SOURCE DIR. If script is not executed from source dir
then source dir path can be provided at command line.
* Installer script must be executed with superuser
previllages.
* If installer fails to install some of package
dependencies then try to install them manually.
* Without resolving package dependencies installer
won't be able to proceed with further installation
process.
SOURCE DIR STRUCTURE :
ZFS-HOME../
|-- zfs
| |-- scripts
| |-- patches
| |-- module
| |-- man
| |-- lib
| |-- include
| |-- etc
| |-- doc
| |-- debian
| |-- config
| `-- cmd
|-- spl
| |-- scripts
| |-- patches
| |-- module
| |-- lib
| |-- include
| |-- debian
| |-- config
| `-- cmd
|-- misc-scripts
| `-- mitra
`-- lzfs
|-- scripts
|-- module
|-- include
|-- etc
|-- debian
`-- config
SUPPORTED DISTRO/KERNEL-VERSIONS:
-- 2.6.3XXX
-- 2.6.3XXX
-- 2.6.3XXX
Good luck ****