home.social

#duranium — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #duranium, aggregated by home.social.

fetched live
  1. @postmarketOS Great to read that #duranium uses #phosh's OSUpdater now. It's driving updates in our #BengalOS  too.  Let us know what's missing, contributions appreciated.

    See you at @FrOSCon

  2. @postmarketOS Great to read that #duranium uses #phosh's OSUpdater now. It's driving updates in our #BengalOS  too.  Let us know what's missing, contributions appreciated.

    See you at @FrOSCon

  3. RE: freeradical.zone/@craftyguy/11

    Software bugs happen. Luckily, immutable systems like #Duranium automatically roll back to the last working image if a new update fails.

    Also, major kudos to @craftyguy for so quickly pinpointing this elusive issue and sending a patch upstream!

    #mobilelinux

  4. RE: freeradical.zone/@craftyguy/11

    Software bugs happen. Luckily, immutable systems like #Duranium automatically roll back to the last working image if a new update fails.

    Also, major kudos to @craftyguy for so quickly pinpointing this elusive issue and sending a patch upstream!

    #mobilelinux

  5. The latest #duranium image for the OnePlus 6T doesn't boot, and **only** on this device. With some help from @senderolinux and @hugoposnic (since I don't have a OP6T), I discovered that libblkid can mistakenly identify a minix filesystem if erofs has an inode count that matches minix's magic bytes.

    That was a wild ride. I think I need to go lay down now 😅

    github.com/util-linux/util-lin

    On the bright side, pmOS duranium users affected by this can just boot the other good slot until there's a fix 🥳

  6. The latest #duranium image for the OnePlus 6T doesn't boot, and **only** on this device. With some help from @senderolinux and @hugoposnic (since I don't have a OP6T), I discovered that libblkid can mistakenly identify a minix filesystem if erofs has an inode count that matches minix's magic bytes.

    That was a wild ride. I think I need to go lay down now 😅

    github.com/util-linux/util-lin

    On the bright side, pmOS duranium users affected by this can just boot the other good slot until there's a fix 🥳

  7. If you've ever wanted to give #postmarketOS device development a try, we're looking for help saving quite a few device ports from being archived: gitlab.postmarketos.org/postma

    I have mad respect for folks who maintain and test device ports in pmOS, they're soo important to the continued development of #postmarketOS. For example, I rely on my Pixel 3a to help develop and test #duranium and other (hopefully) neat OS things, but I can't do those things if the device is not maintained and gets archived.

  8. If you've ever wanted to give #postmarketOS device development a try, we're looking for help saving quite a few device ports from being archived: gitlab.postmarketos.org/postma

    I have mad respect for folks who maintain and test device ports in pmOS, they're soo important to the continued development of #postmarketOS. For example, I rely on my Pixel 3a to help develop and test #duranium and other (hopefully) neat OS things, but I can't do those things if the device is not maintained and gets archived.

  9. phosh 0.56.0 is out 🚀📱:

    There's new features - most notably for immutable OSes, 🐛 fixes and improvements.

    Check out the full release notes at https://phosh.mobi/releases/rel-0.56.0/ for details or see 👇 for a short 🧵

    🙏 to everyone who contributed to this release.

    #phosh #gtk #wlroots #gnome #linux #mobile #LinuxMobile #Librem5 #PinePhone #Duranium #BengalOS

  10. phosh 0.56.0 is out 🚀📱:

    There's new features - most notably for immutable OSes, 🐛 fixes and improvements.

    Check out the full release notes at https://phosh.mobi/releases/rel-0.56.0/ for details or see 👇 for a short 🧵

    🙏 to everyone who contributed to this release.

    #phosh #gtk #wlroots #gnome #linux #mobile #LinuxMobile #Librem5 #PinePhone #Duranium #BengalOS

  11. RE: mastodon.social/@allthingsopen

    Great video! The reliability and security benefits of immutable Linux distros are why we ship immutable systems pre-installed on devices in our shop. #postmarketos #duranium #fedora #silverblue #opensource

  12. RE: mastodon.social/@allthingsopen

    Great video! The reliability and security benefits of immutable Linux distros are why we ship immutable systems pre-installed on devices in our shop. #postmarketos #duranium #fedora #silverblue #opensource

  13. We now pre-install postmarketOS Duranium (immutable version) on mobile devices in our shop!

    Duranium's rollback feature make it stable, reliable, and an exciting part of the future of mobile Linux~

    Congratulations to the entire postmarket team and #mobilelinux community on amazing efforts bringing linux to a whole new platform, and especially @craftyguy as the lead developer of the Duranium version of
    @postmarketOS

    #postmarketos #phosh #linuxmobile #duranium
    senderolinux.com/shop/

  14. We now pre-install postmarketOS Duranium (immutable version) on mobile devices in our shop!

    Duranium's rollback feature make it stable, reliable, and an exciting part of the future of mobile Linux~

    Congratulations to the entire postmarket team and #mobilelinux community on amazing efforts bringing linux to a whole new platform, and especially @craftyguy as the lead developer of the Duranium version of
    @postmarketOS

    #postmarketos #phosh #linuxmobile #duranium
    senderolinux.com/shop/

  15. RE: fedi.lwn.net/@lwn/116778299228

    Since forever #postmarketOS has had to rely on various hacky solutions in our custom shell-based initramfs to access the nested GPT which actually contains the root/boot partitions. It's necessary to do this since modifying the partition table on Android phones can very quickly lead to bricks.

    However, thanks to this awesome patch by @craftyguy (and @bluca ) in the new Systemd v261 release we no longer need to deal with any of this!

    The immutable #Duranium version of postmarketOS runs systemd in the initramfs and it now automatically sets up loop devices for nested partition tables with ZERO additional configuration! (well technically it has been shipping this patch for a little while already :D)

    I think I'd cry if I knew how many hours we have collectively spent dealing with weird dumb bugs in the initramfs, so having all of this just be handled by systemd is so SO nice. The value of the event-driven declarative service model really can't be understated imho, especially when it comes to quirky things like loop devices.

    github.com/systemd/systemd/com

  16. RE: fedi.lwn.net/@lwn/116778299228

    Since forever #postmarketOS has had to rely on various hacky solutions in our custom shell-based initramfs to access the nested GPT which actually contains the root/boot partitions. It's necessary to do this since modifying the partition table on Android phones can very quickly lead to bricks.

    However, thanks to this awesome patch by @craftyguy (and @bluca ) in the new Systemd v261 release we no longer need to deal with any of this!

    The immutable #Duranium version of postmarketOS runs systemd in the initramfs and it now automatically sets up loop devices for nested partition tables with ZERO additional configuration! (well technically it has been shipping this patch for a little while already :D)

    I think I'd cry if I knew how many hours we have collectively spent dealing with weird dumb bugs in the initramfs, so having all of this just be handled by systemd is so SO nice. The value of the event-driven declarative service model really can't be understated imho, especially when it comes to quirky things like loop devices.

    github.com/systemd/systemd/com

  17. The postmarketOS #duranium images for this week now include a waydroid sysext!

    If running android apps is your thing, you can enable it with:

    updatectl enable waydroid && updatectl update

  18. The postmarketOS #duranium images for this week now include a waydroid sysext!

    If running android apps is your thing, you can enable it with:

    updatectl enable waydroid && updatectl update

  19. We were discussing hiding & disabling preinstalled apps on immutable images at PCM26 and recently with the @postmarketOS #duranium folks.

    We now have some bits that allow to hide those (and other) applications. There's plenty of more work needed for different app types (e.g. we can do better for webapps) so help here is appreciated.

    #Phosh #LinuxMobile #gtk #BengalOS

  20. We were discussing hiding & disabling preinstalled apps on immutable images at PCM26 and recently with the @postmarketOS #duranium folks.

    We now have some bits that allow to hide those (and other) applications. There's plenty of more work needed for different app types (e.g. we can do better for webapps) so help here is appreciated.

    #Phosh #LinuxMobile #gtk #BengalOS

  21. With our changes to Phosh's first-boot in 0.55 and the recent changes in mobile settings we can now finally go full circle on immutable images:

    • Set up the initial user via systemd-homed
    • Perform OS upgrades from the mobile settings app using systemd-sysupdate

    This  landed in Phosh's nightly images already but will hopefully also become useful for other immutable phone distros like @postmarketOS #Duranium .

    As the systemd org.freedesktop.sysupdate1 interface is bound to change to #varlink in 262 this is currently rather minimal and will be tweaked in future releases but it makes things already usable without having to resort to the command line.

    #LinuxMobile #Phosh #systemd #gtk #BengalOS

  22. With our changes to Phosh's first-boot in 0.55 and the recent changes in mobile settings we can now finally go full circle on immutable images:

    • Set up the initial user via systemd-homed
    • Perform OS upgrades from the mobile settings app using systemd-sysupdate

    This  landed in Phosh's nightly images already but will hopefully also become useful for other immutable phone distros like @postmarketOS #Duranium .

    As the systemd org.freedesktop.sysupdate1 interface is bound to change to #varlink in 262 this is currently rather minimal and will be tweaked in future releases but it makes things already usable without having to resort to the command line.

    #LinuxMobile #Phosh #systemd #gtk #BengalOS

  23. (more Linux news in original post)

    Ubuntu 26.10 could drop btrfs, ZFS and LUKS support from GRUB:
    omgubuntu.co.uk/2026/03/ubuntu
    (Why don't they drop Snap too to protect user's security? Snap Store also has malware lol)

    Ubuntu’s Security Center app adds Ubuntu Pro settings:
    omgubuntu.co.uk/2026/03/ubuntu

    Ubuntu 26.04 Beta is now available to download:
    omgubuntu.co.uk/2026/03/ubuntu

    Ubuntu Maker Canonical Joins The Rust Foundation:
    phoronix.com/news/Canonical-Jo

    Fedora 45 Aims For IPv6-Mostly Support Out-Of-The-Box:
    phoronix.com/news/Fedora-45-IP

    Fedora 45 Plan Approved For Web Frontend To Linux's "Blue Screen of Death" DRM Panic:
    phoronix.com/news/Fedora-45-To

    openSUSE Releases Agama 19 Installer with Many New Features and Improvements:
    9to5linux.com/opensuse-release

    Kali Linux 2026.1 Is Out with New Default Theme, New Tools, and BackTrack Mode:
    9to5linux.com/kali-linux-2026-

    KaOS Linux 2026.03 Is Out with Linux 6.19, More systemd Components Removed:
    9to5linux.com/kaos-linux-2026-

    Tails 7.6 Privacy-Focused Linux Distro Released with Automatic Tor Bridges:
    9to5linux.com/tails-7-6-privac

    SystemRescue 13 Released with Linux Kernel 6.18 LTS, GParted 1.8.1, and More:
    9to5linux.com/systemrescue-13-

    KDE Plasma 6.7 Addresses 5 Year Old Request For Easier Microphone Testing:
    phoronix.com/news/KDE-Plasma-6

    KDE's KWin Compositor Lands First Step Toward Vulkan Support:
    phoronix.com/news/KDE-KWin-Vul

    GNOME Foundation Announces Fellowship Program:
    phoronix.com/news/GNOME-Fellow

    Gedit Aims For More Frequent Releases, Bans AI / LLM Contributions:
    phoronix.com/news/Gedit-50-Rel

    Introducing Duranium: a more reliable postmarketOS:
    postmarketos.org/blog/2026/03/

    New postmarketOS installations now by default use sudo-rs instead of doas:
    postmarketos.org/edge/2026/03/

    (More Linux and FOSS news in comments)

    #WeeklyNews #News #Linux #LinuxNews #Ubuntu #Fedora #openSUSE #KaliLinux #KaOS #Tails #TailsOS #SystemRescue #KDE #KDEPlasma #KWin #GNOME #Gedit #Duranium #postmarketOS #LinuxDesktop #DesktopLinux #DesktopEnvironment #LinuxMobile #MobileLinux #DistributionRelease #DistroRelease #FosseryTech

  24. (more Linux news in original post)

    Ubuntu 26.10 could drop btrfs, ZFS and LUKS support from GRUB:
    omgubuntu.co.uk/2026/03/ubuntu
    (Why don't they drop Snap too to protect user's security? Snap Store also has malware lol)

    Ubuntu’s Security Center app adds Ubuntu Pro settings:
    omgubuntu.co.uk/2026/03/ubuntu

    Ubuntu 26.04 Beta is now available to download:
    omgubuntu.co.uk/2026/03/ubuntu

    Ubuntu Maker Canonical Joins The Rust Foundation:
    phoronix.com/news/Canonical-Jo

    Fedora 45 Aims For IPv6-Mostly Support Out-Of-The-Box:
    phoronix.com/news/Fedora-45-IP

    Fedora 45 Plan Approved For Web Frontend To Linux's "Blue Screen of Death" DRM Panic:
    phoronix.com/news/Fedora-45-To

    openSUSE Releases Agama 19 Installer with Many New Features and Improvements:
    9to5linux.com/opensuse-release

    Kali Linux 2026.1 Is Out with New Default Theme, New Tools, and BackTrack Mode:
    9to5linux.com/kali-linux-2026-

    KaOS Linux 2026.03 Is Out with Linux 6.19, More systemd Components Removed:
    9to5linux.com/kaos-linux-2026-

    Tails 7.6 Privacy-Focused Linux Distro Released with Automatic Tor Bridges:
    9to5linux.com/tails-7-6-privac

    SystemRescue 13 Released with Linux Kernel 6.18 LTS, GParted 1.8.1, and More:
    9to5linux.com/systemrescue-13-

    KDE Plasma 6.7 Addresses 5 Year Old Request For Easier Microphone Testing:
    phoronix.com/news/KDE-Plasma-6

    KDE's KWin Compositor Lands First Step Toward Vulkan Support:
    phoronix.com/news/KDE-KWin-Vul

    GNOME Foundation Announces Fellowship Program:
    phoronix.com/news/GNOME-Fellow

    Gedit Aims For More Frequent Releases, Bans AI / LLM Contributions:
    phoronix.com/news/Gedit-50-Rel

    Introducing Duranium: a more reliable postmarketOS:
    postmarketos.org/blog/2026/03/

    New postmarketOS installations now by default use sudo-rs instead of doas:
    postmarketos.org/edge/2026/03/

    (More Linux and FOSS news in comments)

    #WeeklyNews #News #Linux #LinuxNews #Ubuntu #Fedora #openSUSE #KaliLinux #KaOS #Tails #TailsOS #SystemRescue #KDE #KDEPlasma #KWin #GNOME #Gedit #Duranium #postmarketOS #LinuxDesktop #DesktopLinux #DesktopEnvironment #LinuxMobile #MobileLinux #DistributionRelease #DistroRelease #FosseryTech

  25. Finally got myself a Fairphone5 for testing @postmarketOS. Any advice on how to proceed? First intalling the "normal" version or directly aim for #Duranium? And if it's the latter, how is it done? Any hints apreciated.
    #fedihelp #fairphone

  26. Finally got myself a Fairphone5 for testing @postmarketOS. Any advice on how to proceed? First intalling the "normal" version or directly aim for #Duranium? And if it's the latter, how is it done? Any hints apreciated.
    #fedihelp #fairphone

  27. Lilbits: Updates on Pebble, Rebble, and Aluminium (Android + ChromeOS for PCs)

    Google’s upcoming PC operating system that merges elements of Android and ChromeOS has a new name… or at least a code name. And there are updates on both sides of the dispute between Core Devices (the company brining Pebble watches back from the dead) and Rebble (the developers who made sure that old Pebble watches were only mostly dead).

    Last week the Rebble team made accusations that […]

    #aluminium #androidPc #chromeos #danctnix #droidian #duranium #foss #furios #immutable #librem5 #lilbits #linuxmobile #marathonos #mobian #mobileLinux #mobilelinux #openSource #pebble #phosh #pinephone #postmarketos #rebble #sailfishos #smartwatch #ubuntutouch #waydroid

    Read more: liliputing.com/lilbits-updates