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!
06-29-2020, 06:07 AM
(This post was last modified: 06-29-2020, 06:10 AM by rico.)
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.
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!
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.