Changes between Version 16 and Version 17 of PXE_Boot_HowTo
- Timestamp:
- 11/03/12 23:18:33 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PXE_Boot_HowTo
v16 v17 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.177-Build5.2 0-pxe.tar.bz226 -> http://www.stresslinux.org/testing/images/stresslinux_11.4.x86_64-0.7.177-Build5.21-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.177-Build5.2 0-pxe.tar.bz2 -O /tftpboot/image/stresslinux_11.4.x86_64-0.7.177-Build5.20-pxe.tar.bz229 wget http://www.stresslinux.org/testing/images/stresslinux_11.4.x86_64-0.7.177-Build5.21-pxe.tar.bz2 -O /tftpboot/image/stresslinux_11.4.x86_64-0.7.177-Build5.21-pxe.tar.bz2 30 30 cd /tftpboot/image 31 tar xfj stresslinux_11.4.x86_64-0.7.177-Build5.2 0-pxe.tar.bz231 tar xfj stresslinux_11.4.x86_64-0.7.177-Build5.21-pxe.tar.bz2 32 32 }}} 33 33