Difference between revisions of "Build Manjaro ISOs with buildiso"
Views
Actions
Namespaces
Variants
Tools
→Cleaning your hard drive
imported>Fhdk |
imported>Fhdk |
||
Line 613: | Line 613: | ||
sudo rm -r /var/lib/manjaro-tools/buildiso/ | sudo rm -r /var/lib/manjaro-tools/buildiso/ | ||
To clean your system of packages files of packages not installed on your system (this includes all the package files downloaded for your custom ISO): | To clean your system of packages files of packages not installed on your system (this includes all the package files downloaded for your custom ISO): | ||
paccache -ruk0 | paccache -ruk0 | ||
You can also manually look into | You can also manually look into | ||
Line 627: | Line 625: | ||
sudo rm -r /var/cache/manjaro-tools/ | sudo rm -r /var/cache/manjaro-tools/ | ||
Please remember that all these packages and files are saved for your convenience. If you clean your system like suggested above, you have to download '''all''' packages and build '''all''' images again the next time you want to build your own Manjaro ISO. | Please remember that all these packages and files are saved for your convenience. If you clean your system like suggested above, you have to download '''all''' packages and build '''all''' images again the next time you want to build your own Manjaro ISO. | ||
By default, your <code>manjaro-tools.conf</code> file is saved. If you want to delete it, use | By default, your <code>manjaro-tools.conf</code> file is saved. If you want to delete it, use |