Changes between Version 19 and Version 20 of PXE_Boot_HowTo
- Timestamp:
- 05/19/13 20:38:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PXE_Boot_HowTo
v19 v20 24 24 25 25 Download stresslinux pxe edition (currently from testing directory) 26 -> http://www.stresslinux.org/testing/images/stresslinux_11.4.x86_64-0.7.190-Build1. 2-pxe.tar.bz226 -> http://www.stresslinux.org/testing/images/stresslinux_11.4.x86_64-0.7.190-Build1.8-pxe.tar.bz2 27 27 and extract it in image/ directory. 28 28 {{{ 29 wget http://www.stresslinux.org/testing/images/stresslinux_11.4.x86_64-0.7.190-Build1. 2-pxe.tar.bz2 -O /tftpboot/image/stresslinux_11.4.x86_64-0.7.190-Build1.2-pxe.tar.bz229 wget http://www.stresslinux.org/testing/images/stresslinux_11.4.x86_64-0.7.190-Build1.8-pxe.tar.bz2 -O /tftpboot/image/stresslinux_11.4.x86_64-0.7.190-Build1.8-pxe.tar.bz2 30 30 cd /tftpboot/image 31 tar xfj stresslinux_11.4.x86_64-0.7.190-Build1. 2-pxe.tar.bz231 tar xfj stresslinux_11.4.x86_64-0.7.190-Build1.8-pxe.tar.bz2 32 32 }}} 33 33