AlmaLinux / raspberry-pi

AlmaLinux Raspberry Pi
122 stars 17 forks source link

fixes rpi repo in kickstart not working + change size for AlmaLinux 8 Gnome #21

Closed AlexBaranowski closed 1 year ago

AlexBaranowski commented 1 year ago

Siemanko! (eng. Howdy!),

This PR introduces the following changes:

psgreco commented 1 year ago

The repo fix looks like a typo initially, so I completely agree. Wrt the size changes, the problem is not so much the SD card size, but the size of the compressed image to download and the time it takes to dd that image, so the theory is always to try to keep the image as small as possible, since it can be expanded on the first boot. Related to that, I'd really like to eventually remove the swap partition and use a swap file and zram, to make the image even smaller

AlexBaranowski commented 1 year ago

@srbala I will determine the minimal size for the AL9-gnome to work - give me 15 minutes.

srbala commented 1 year ago

Minimal size + 200-500MB is good for the initial startup and sessions. This allows the user to run partition resize/expand.

Would you be able to help us with our PPI enhancements work?

AlexBaranowski commented 1 year ago

@srbala After changes, the PR does the following:

@srbala I would love to help with enhancements.