Tuesday, September 30, 2014

Deleting unnecessary osimages

To get the list of all images use the following and then decide which you don't want to keep around:
lsdef -t osimage
To delete images that you don't need use the following command:
rmdef -t osimage -o <imageName>

No comments:

Post a Comment