Changes between Version 21 and Version 22 of PXE_Boot_HowTo
- Timestamp:
- 08/03/14 18:13:37 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PXE_Boot_HowTo
v21 v22 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.10-pxe.tar.bz226 -> http://www.stresslinux.org/testing/images/11.4/stresslinux_11.4.x86_64-0.7.190-Build1.24-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.10-pxe.tar.bz2 -O /tftpboot/image/stresslinux_11.4.x86_64-0.7.190-Build1.10-pxe.tar.bz229 wget http://www.stresslinux.org/testing/images/11.4/stresslinux_11.4.x86_64-0.7.190-Build1.24-pxe.tar.bz2 -O /tftpboot/image/stresslinux_11.4.x86_64-0.7.190-Build1.24-pxe.tar.bz2 30 30 cd /tftpboot/image 31 tar xfj stresslinux_11.4.x86_64-0.7.190-Build1. 10-pxe.tar.bz231 tar xfj stresslinux_11.4.x86_64-0.7.190-Build1.24-pxe.tar.bz2 32 32 }}} 33 33