Hp Insight Control Software for Linux User Manual Page 266

  • Download
  • Add to my manuals
  • Print
  • Page
    / 278
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 265
3. Loop mount and copy the service pack contents into their separate
directories
# mkdir -p SVRP3/CD{1,2,3}
# mount -o loop /tmp/SLES-9-SP-3-i386-CD1.iso cdmount
# cd cdmount
# find . -depth -print | cpio -pamVd ../SVRP3/CD1
# cd ..
# umount cdmount
# mount -o loop /tmp/SLES- 9-SP-3-i386-CD2.iso cdmount
# cd cdmount
# find . -depth -print | cpio -pamVd ../SVRP3/CD2
# cd ..
# umount cdmount
# mount -o loop /tmp/SLES-9-SP-3-i386-CD3.iso cdmount
# cd cdmount
# find . -depth -print | cpio -pamVd ../SVRP3/CD3
# cd ..
# umount cdmount
266 Sample SLES version 9 installation media copy session
Page view 265
1 2 ... 261 262 263 264 265 266 267 268 269 270 271 ... 277 278

Comments to this Manuals

No comments