Changeset 4118
- Timestamp:
- 08/04/07 09:21:30 (3 years ago)
- Files:
-
- branches/3.9.x/Makefile (modified) (1 diff)
- branches/3.9.x/doc/man/Makefile (modified) (2 diffs)
- branches/3.9.x/sbin/si_mkautoinstalldisk (modified) (1 diff)
- branches/3.9.x/sbin/si_mkbootmedia (deleted)
- branches/3.9.x/sbin/si_netbootmond (modified) (1 diff)
- branches/3.9.x/sbin/si_pcp (modified) (1 diff)
- branches/3.9.x/sbin/si_psh (modified) (1 diff)
- branches/3.9.x/sbin/si_pushinstall (modified) (1 diff)
- branches/3.9.x/sbin/si_pushoverrides (modified) (1 diff)
- branches/3.9.x/sbin/si_pushupdate (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/3.9.x/Makefile
r4109 r4118 167 167 KBOOT_CONF_DEST = $(ETC)/systemimager/kboot.cfg 168 168 169 BINARIES := si_mkautoinstallcd si_mkautoinstalldiskette si_mkautoinstalldisk si_ mkbootmedia si_psh si_pcp si_pushoverrides169 BINARIES := si_mkautoinstallcd si_mkautoinstalldiskette si_mkautoinstalldisk si_psh si_pcp si_pushoverrides 170 170 SBINARIES := si_addclients si_cpimage si_getimage si_mkdhcpserver si_mkdhcpstatic si_mkautoinstallscript si_mkbootserver si_mvimage si_pushupdate si_pushinstall si_rmimage si_mkrsyncd_conf si_mkclientnetboot si_netbootmond si_mkbootpackage si_monitor si_monitortk si_installbtimage 171 171 CLIENT_SBINARIES := si_updateclient si_prepareclient branches/3.9.x/doc/man/Makefile
r4109 r4118 41 41 si_psh.8 \ 42 42 si_pushinstall.8 \ 43 si_pushoverrides.8 43 si_pushoverrides.8 \ 44 si_mkautoinstalldisk.8 \ 45 si_netbootmond.8 44 46 45 47 CLIENT_MAN = si_prepareclient.8 si_updateclient.8 … … 81 83 pod2man --release=$(SYSTEMIMAGER_VERSION) -s 8 -c "SystemImager" $< $@ 82 84 85 si_mkautoinstalldisk.8: $(TOPDIR)/sbin/si_mkautoinstalldisk 86 pod2man --release=$(SYSTEMIMAGER_VERSION) -s 8 -c "SystemImager" $< $@ 87 88 si_netbootmond.8: $(TOPDIR)/sbin/si_netbootmond 89 pod2man --release=$(SYSTEMIMAGER_VERSION) -s 8 -c "SystemImager" $< $@ 90 83 91 %.5 %.8: %.sgml %.content.sgml 84 92 docbook2man $< branches/3.9.x/sbin/si_mkautoinstalldisk
r4041 r4118 236 236 __END__ 237 237 238 =head1 NAME 239 240 si_mkautoinstalldisk - generate a bootable disk (typically USB disk) for 241 autoinstalling clients 242 243 =head1 SYNOPSIS 244 245 si_mkautoinstalldisk --device FILE [OPTION] ... 246 247 =head1 DESCRIPTION 248 249 B<si_mkautoinstalldisk> creates a bootable disk (even a USB disk) that can be 250 used to boot one or more autoinstall clients to initiate the auto-installation 251 process. 252 253 B<si_mkautoinstalldisk> is able to generate an image of the bootable device 254 using a regular file. This is pretty useful when you have to play with virtual 255 machines that are able to map devices into regular files or to make the cloning 256 of the autoinstall disks easier (you can simply create a regular file and use 257 dd(1) to perform the raw copy of the file into the real autoinstall devices. 258 259 =head1 OPTIONS 260 261 =over 8 262 263 =item B<--help> 264 265 Display a short help. 266 267 =item B<--version> 268 269 Display version and copyright information. 270 271 =item B<--quiet> 272 273 Run silently and answer yes to all questions. 274 275 =item B<--yes> 276 277 Answer yes to all questions. 278 279 =item B<--device FILE> 280 281 Target device that will be used to create the autoinstall device. It can be even 282 a regular file. 283 284 WARNING: ALL THE DATA IN THE DEVICE WILL BE OVERWRITTEN!!! 285 286 =item B<--flavor FLAVOR> 287 288 Specify a flavor of boot media (default to "standard"). 289 See also /usr/share/systemimager/boot/B<arch>/*. 290 291 =item B<--arch ARCH> 292 293 Create an auto-install disk image for an architecture other than that of this 294 host. 295 296 =item B<--kernel FILE> 297 298 Specify an alternate autoinstall kernel. Default is 299 /usr/share/systemimager/boot/B<arch>/B<flavor>/kernel 300 301 =item B<--initrd FILE> 302 303 Specify an alternate autoinstall initrd.img. Default is 304 /usr/share/systemimager/boot/B<arch>/B<flavor>/initrd.img 305 306 =item B<--append STRING> 307 308 A string of options appended to the autoinstall kernel boot options. For a list 309 of all the valid installation parameters see: 310 http://wiki.systemimager.org/index.php/Installation_Parameters. 311 312 =head1 SEE ALSO 313 314 systemimager(8), si_mkautoinstallcd(8), si_mkbootpackage(8), si_prepareclient(8) 315 316 =head1 AUTHOR 317 318 Andrea Righi <a.righi@cineca.it>. 319 320 =head1 COPYRIGHT AND LICENSE 321 322 Copyright 2003 by Andrea Righi <a.righi@cineca.it>. 323 324 This program is free software; you can redistribute it and/or modify 325 it under the terms of the GNU General Public License as published by 326 the Free Software Foundation; either version 2 of the License, or 327 (at your option) any later version. 328 329 This program is distributed in the hope that it will be useful, 330 but WITHOUT ANY WARRANTY; without even the implied warranty of 331 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 332 GNU General Public License for more details. 333 334 =cut 335 branches/3.9.x/sbin/si_netbootmond
r4102 r4118 158 158 # 159 159 ################################################################################ 160 161 __END__ 162 163 =head1 NAME 164 165 si_netbootmond - SystemImager's daemon for controlling netboot clients. 166 167 =head1 SYNOPSIS 168 169 /etc/init.d/systemimager-server-netbootmond start|stop|status|restart 170 171 =head1 DESCRIPTION 172 173 If clients are configured to always boot from the network, B<si_netbootmond> can 174 be configured to tell them to boot off their local disks each time they boot 175 after having completed a successful autoinstall. 176 177 This allows to always set network booting as default from the BIOS of the 178 clients and boot from local disk after a successfull auto-installation. 179 180 To enable this feature the parameter B<NET_BOOT_DEFAULT> must be set to B<net> 181 in B</etc/systemimager/systemimager.conf> and si_netbootmond must be started via 182 the init script B</etc/init.d/systemimager-server-netbootmond>. 183 184 To disable this feature set B<NET_BOOT_DEFAULT> to B<local> in 185 B</etc/systemimager/systemimager.conf> or just stop B<si_netbootmond> via the 186 init script B</etc/init.d/systemimager-server-netbootmond>. 187 188 =head1 SEE ALSO 189 190 systemimager(8), si_mkclientnetboot(8), /etc/init.d/systemimager-server-netbootmond 191 192 =head1 AUTHOR 193 194 Brian E. Finley <finley@mcs.anl.gov>. 195 196 =head1 COPYRIGHT AND LICENSE 197 198 Copyright 2002-2003 by Brian E. Finley <finley@mcs.anl.gov>. 199 200 This program is free software; you can redistribute it and/or modify 201 it under the terms of the GNU General Public License as published by 202 the Free Software Foundation; either version 2 of the License, or 203 (at your option) any later version. 204 205 This program is distributed in the hope that it will be useful, 206 but WITHOUT ANY WARRANTY; without even the implied warranty of 207 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 208 GNU General Public License for more details. 209 210 =cut 211 branches/3.9.x/sbin/si_pcp
r3923 r4118 214 214 =head1 SEE ALSO 215 215 216 systemimager(8), perldoc si_psh, perldoc si_pushinstall216 systemimager(8), si_psh(8), si_pushinstall(8) 217 217 218 218 =head1 AUTHOR branches/3.9.x/sbin/si_psh
r3953 r4118 192 192 =head1 SEE ALSO 193 193 194 systemimager(8), perldoc si_pcp, perldoc si_pushinstall194 systemimager(8), si_pcp(8), si_pushinstall(8) 195 195 196 196 =head1 AUTHOR branches/3.9.x/sbin/si_pushinstall
r3904 r4118 174 174 =head1 SEE ALSO 175 175 176 systemimager(8), si_mkbootpackage(8), si_prepareclient(8), perldoc si_pcp, perldoc si_psh176 systemimager(8), si_mkbootpackage(8), si_prepareclient(8), si_pcp(8), si_psh(8) 177 177 178 178 =head1 AUTHOR branches/3.9.x/sbin/si_pushoverrides
r3963 r4118 283 283 =head1 SEE ALSO 284 284 285 systemimager(8), perldoc si_psh, perldoc si_pcp, /etc/systemimager/cluster.xml285 systemimager(8), si_psh(8), si_pcp(8), /etc/systemimager/cluster.xml 286 286 287 287 =head1 AUTHOR branches/3.9.x/sbin/si_pushupdate
r3902 r4118 102 102 print STDERR "error: deprecated use of si_pushupdate!\n"; 103 103 print STDERR "Use \"si_pushinstall\" to perform server-driven installation with SSH transport.\n"; 104 print STDERR "For more details try: perldocsi_pushinstall\n";104 print STDERR "For more details see: man 8 si_pushinstall\n"; 105 105 exit(1); 106 106 }
