PINE64
Mobian upgrade path - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: Mobian upgrade path (/showthread.php?tid=10488)



Mobian upgrade path - patrickjquinn - 06-29-2020

Hey group,

Switched my CE over to Mobian and i'm quite impressed by Phosh and by the Mobian underpinnings so well done. 

Quick question, if I install the nightly and run an apt upgrade, will this pull down the latest changes upstream from the mobian project? Or will it just upgrade the base Bullseye packages? Are there repos set up for Mobian yet is essentially my question.

Thanks!


RE: Mobian upgrade path - rico - 06-29-2020

Yes Mobian repo are set by default.
Priorities also,
Mobian repo has a higher priority than Debian ones.
When a package is fully upstream to Debian and removed from Mobian repo, user don't have to do anything.


RE: Mobian upgrade path - dawg161 - 06-29-2020

Patrick I'm in the same place you are.

You might want to follow the instructions here to get the signing key for the Mobian repo
https://forum.pine64.org/showthread.php?tid=10277

I agree completely- Mobian is really impressive- I've been distrohopping quite a bit to see where the projects are at and Mobian is awesome- y'all have done a great job.


RE: Mobian upgrade path - patrickjquinn - 06-29-2020

Awesome stuff! I can see that posts references that this would be included in the next nightly release so is it required on one flash yesterday?

I'll give it a try regardless and see if the extrarepo package is already there, if not this will probably result in me moving Mobian from my SD over to the internal storage!


RE: Mobian upgrade path - 0x070 - 06-29-2020

(06-29-2020, 06:37 AM)patrickjquinn Wrote: Awesome stuff! I can see that posts references that this would be included in the next nightly release so is it required on one flash yesterday?

I'll give it a try regardless and see if the extrarepo package is already there, if not this will probably result in me moving Mobian from my SD over to the internal storage!

Is the benefit to moving Mobian from the SD to EMMC speed? I've been thinking about doing it but don't want to potentially brick anything.


RE: Mobian upgrade path - devrtz - 06-30-2020

@0x070 Yes, the benefit of eMMC over SD is the speed. Some people have reported a speedup of up to factor 5.
Personally I have not done any testing, but it definitely feels snappier.


RE: Mobian upgrade path - patrickjquinn - 06-30-2020

Factor of 5 is a big jump. Guess its also dependant on what class of SD you're using but I can only imagine that it makes a big difference app load times. Will make the leap today and then switch my SD over to UBPorts so I don't lose out on the great progress being made there Smile


RE: Mobian upgrade path - antiX-Dave - 06-30-2020

I moved from the sdcard to the internal emmc. I agree the system feels snappier.
Doing so also allowed to keep a backup sdcard copy of the emmc whenever I make a significant change to the system. Also having another card available for extra storage is nice. With the extra storage available via the sdcard I also allotted a 2 gb partition on the sdcard for a swap partition and changed the system swappiness value to 10. This made another significant jump in feeling snappier. I did this through ssh via parted, then mkfs.ext4 (for storage) and mkswap, then blkid >> /etc/fstab and edit the added lines for fstab. (to save copying the UUID values), finally added "vm.swappiness=10" to the /etc/sysctl.conf file and rebooted.