Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade base Lubuntu ISO image to 22.04.2 with removing unnecessary packages and caches #375

Merged
merged 4 commits into from May 20, 2023

Conversation

sanak
Copy link
Contributor

@sanak sanak commented May 11, 2023

Related with the following Trac tickets:

Upgrading base Lubuntu ISO image to 22.04.2 caused over 4G error, so I am trying to remove the following packages and caches.

  • apt packages
    • libicu-dev
    • libc6-dev
    • apt-xapian-index
  • caches
    • /var/lib/apt/lists/*

@sanak
Copy link
Contributor Author

sanak commented May 11, 2023

I confirmed that ISO image fits the size limit (< max: 4GiB (=4,294,967,295 byte)).

stage squashfs size (byte) size diff from max limit (byte)
Before removing packages (1st commit) 4,393,156,608 +98,189,313
After removing libicu-dev and libc6-dev (2nd commit) 4,366,626,816 +71,659,521
After removing apt-xapian-index and /var/lib/apt/lists/* (3rd and 4th commits) 4,265,279,488 -29,687,807

There seems to be no error from quick glance, but I will check more in this weekend.
The built ISO image is here.
https://drive.google.com/file/d/1IcDryhO-BRySpi9LnNxfRDFlshYK5czh/view?usp=share_link

@sanak sanak marked this pull request as ready for review May 11, 2023 23:54
@kalxas kalxas self-assigned this May 12, 2023
@kalxas kalxas self-requested a review May 12, 2023 12:10
@kalxas kalxas merged commit b07550a into OSGeo:master May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants