-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
135 lines (82 loc) · 3.99 KB
/
ChangeLog
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
2009-10-13 Andreas Florath <[email protected]>
* init4boot/plugins/nfs.py: added.
* doc/RequirementsDesign.odt: added requirements for nfs root file
system.
* doc/i4b-bootparams.5: added specifications for nfs root file
system.
2009-10-07 Andreas Florath <[email protected]>
* init4boot/plugins/iSCSI.py: added support when no portals
are specified.
* doc/RequirementsDesign.odt: added requirements for handling
iSCSI boot without specifying the portals.
2009-06-17 Andreas Florath <[email protected]>
* init4boot/make_initramfs/HandlePlugins.py: added ln.
* init4boot/make_initramfs/Options.py: added additional help
text.
* init4boot/lib/MakeInitramfs/MIPhases.py: added new phase for
writing the (cpio) archive.
* init4boot/plugins/multipath.py: adapted to new mpath_ binaries.
* init4boot/plugins/udev.py: adapted to new udev release.
* ToDo: added
* init4boot/plugins/Generic.py: added additional stage for
really writing the (cpio) archive.
* init4boot/plugins/iSCSI.py: iscsiadm is now under /usr/bin for
Debian stable.
* init4boot/plugins/lvm2md.py: added (for handling lvm2 over md
over lvm2 over md over lvm2 over md).
* init4boot/plugins/lvm2.py: added (for lvm2 support).
* init4boot/plugins/md.py: added (for md support).
* Readme.Debian: added.
2008-05-03 Andreas Florath <[email protected]>
* debian/control, debian/rules: Added doc and client package.
* debian/init4boot-client.postinst: added.
* doc/i4b-makeinitramfs.1: Added permissions section.
* doc/RequirementsDesign.odt: Added requirement, that the package
should be build on a stable system.
* doc/init4boot.7: Added i4b-syssetup.5 reference.
* doc/i4b-syssetup.5: Added man page for system setup. Added list
of dependend packages.
2008-04-04 Andreas Florath <[email protected]>
* doc/i4b-bootparams.5: Added man page.
* doc/init4boot.7: Added common man page.
* init4boot/plugins/tftp.py: Added security comment.
* init4boot/make_initramfs/HandlePlugins.py
(HandlePlugins.remove_tmp_dir): Fixed problem with links to dirs.
* init4boot/make_initramfs/HandlePlugins.py (HandlePlugins.__del__):
The tmp directory is now removed after creating the initramfs.
* init4boot/make_initramfs/Options.py (Options.__init__):
New python shared default destination.
2008-04-03 Andreas Florath <[email protected]>
* init4boot/plugins/tftp.py (tftp.mi_Copy.Copy.output): Fixed
default directory for libnss_ things.
* init4boot/plugins/Generic.py (Generic.mi_Copy.Copy.output):
Add link from /lib64 to /lib. Remove module 'nvidiafb' which
makes it impossible to load the nvidia module.
2008-04-02 Andreas Florath <[email protected]>
* init4boot/make_initramfs/HandlePlugins.py
(HandlePlugins.copy_exec): Moved copy_exec to HandlePlugins.
* init4boot/lib/ldd.py: added a machine independant way of 'ldd'
function.
* init4boot/plugins/multipath.py (multipath.mi_Copy.Copy.output):
Using copy_exec instead of simple copy.
* init4boot/plugins/udev.py (udev.mi_Copy.Copy.output): Using
copy_exec instead of simple copy.
* init4boot/plugins/tftp.py (tftp.mi_Copy.Copy.output): Using
copy_exec instead of simple copy.
* init4boot/plugins/Generic.py: Moved copy_exec to HandlePlugins.
Removed now unused methods 'copy_so_libs' and 'copy_ldso'.
* init4boot/plugins/Generic.py (Generic.mi_Copy.Copy.output):
Using copy_exec instead of simple copy.
* init4boot/plugins/iSCSI.py (iSCSI.mi_Copy.Copy.output): Using
new copy_exec instead of simple copy.
* init4boot/plugins/local.py: added local boot type (not completed
yet, load modules is missing)
2008-04-01 Andreas Florath <[email protected]>
* init4boot/make_initramfs/HandlePlugins.py (HandlePlugins.cpln):
Checks if the path to copy really exists.
2008-03-28 Andreas Florath <[email protected]>
* plugins/tftp.py (tftp.go_SetupLowLevelTransport.
SetupLowLevelTransport.cleanup): Changed behaviour from one tftp
server only to a comma separated list.
* ToDo.txt: removed - added the contents to the ooffice.org
document in chapter 'Open Points'.