dolphin_oracle's respins (updated June 23, 2024)

Help on all MX Re-spins
Message
Author
User avatar
dolphin_oracle
Developer
Posts: 22248
Joined: Sun Dec 16, 2007 12:17 pm

Re: dolphin_oracle's respins (updated 9-29-2023)

#91 Post by dolphin_oracle »

BitterTruth wrote: Sun Oct 01, 2023 3:13 am
We told Stevo about it and he kindly backported 1.32 to testing.
The sound issue was only a glitch it seems, since it's worked well after that. I'll be interested to see what the pipewire fix brings.
The 'quiet splash' is working now as well but something's overriding the /e/d/grub file and subsequent update-grub. Disabling os-prober in grub using:
GRUB_DISABLE_OS_PROBER=true
GRUB_DISABLE_OS_PROBER="true"

has no effect. Still runs and detects other OSes. Update-grub doesn't display the traditional warnings about it being on/off either. I will play around with it a bit more before I download the newer iso. Many thanks again.
that is not a spin issue. we went out of our way to keep os-prober enabled because debian goes out of their way to disable os-prober.

towards teh bottom of the /etc/default/grub file you should see this:

Code: Select all

#comment out the below line to allow the above GRUB_DISABLE_OS_PROBER to be toggled off manually
if [ -e /etc/default/grub.mx-defaults ]; then
     .  /etc/default/grub.mx-defaults
fi
#comment out the above lines to allow the above GRUB_DISABLE_OS_PROBER to be toggled off manually
so comment out those lines, and the GRUB_DISABLE_OS_PROBER=true will be followed.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

BitterTruth
Posts: 620
Joined: Tue Sep 22, 2020 7:36 pm

Re: dolphin_oracle's respins (updated 9-29-2023)

#92 Post by BitterTruth »

Thanks for that. I managed to edit the /etc/grub.d/30_os-prober file instead and removed the overrides. Also added in the warnings. Everything's back the way I like.

I just mentioned it in case somebody else had an issue with it.

I've got to say though, feels really smooth, looks gorgeous.

User avatar
anticapitalista
Developer
Posts: 4288
Joined: Sat Jul 15, 2006 10:40 am

Re: dolphin_oracle's respins (updated 9-29-2023)

#93 Post by anticapitalista »

dolphin_oracle wrote: Fri Sep 29, 2023 9:39 pm MX 23 sysVinit-only resipin is up, Full version of MX-23 64 bit, with systemd removed. elogind, libelogind, and libpam-elogind are utilized to fill those session management requirements.

Link to my mx-23 based respins is in the first post.
I noticed libsystemd-shared is installed. What does it do?
anticapitalista
Reg. linux user #395339.

Philosophers have interpreted the world in many ways; the point is to change it.

antiX with runit - lean and mean.
https://antixlinux.com

User avatar
dolphin_oracle
Developer
Posts: 22248
Joined: Sun Dec 16, 2007 12:17 pm

Re: dolphin_oracle's respins (updated 9-29-2023)

#94 Post by dolphin_oracle »

anticapitalista wrote: Mon Oct 02, 2023 8:40 am
dolphin_oracle wrote: Fri Sep 29, 2023 9:39 pm MX 23 sysVinit-only resipin is up, Full version of MX-23 64 bit, with systemd removed. elogind, libelogind, and libpam-elogind are utilized to fill those session management requirements.

Link to my mx-23 based respins is in the first post.
I noticed libsystemd-shared is installed. What does it do?
I don't know, maybe just some cleanup.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
anticapitalista
Developer
Posts: 4288
Joined: Sat Jul 15, 2006 10:40 am

Re: dolphin_oracle's respins (updated 9-29-2023)

#95 Post by anticapitalista »

dolphin_oracle wrote: Mon Oct 02, 2023 9:15 am
anticapitalista wrote: Mon Oct 02, 2023 8:40 am
dolphin_oracle wrote: Fri Sep 29, 2023 9:39 pm MX 23 sysVinit-only resipin is up, Full version of MX-23 64 bit, with systemd removed. elogind, libelogind, and libpam-elogind are utilized to fill those session management requirements.

Link to my mx-23 based respins is in the first post.
I noticed libsystemd-shared is installed. What does it do?
I don't know, maybe just some cleanup.
I purged it and everything seems to be working ok.
anticapitalista
Reg. linux user #395339.

Philosophers have interpreted the world in many ways; the point is to change it.

antiX with runit - lean and mean.
https://antixlinux.com

Charlie Brown

Re: dolphin_oracle's respins (updated 9-29-2023)

#96 Post by Charlie Brown »

anticapitalista wrote: Mon Oct 02, 2023 8:40 am... noticed libsystemd-shared is installed. What does it do?
https://packages.debian.org/bookworm/libsystemd-shared wrote:
Package: libsystemd-shared

systemd shared private library

This internal shared library provides common code used by various systemd components. It is supposed to decrease memory and disk footprint. The shared library is not meant for public use and is not API or ABI stable.
:)

User avatar
dolphin_oracle
Developer
Posts: 22248
Joined: Sun Dec 16, 2007 12:17 pm

Re: dolphin_oracle's respins (updated 9-29-2023)

#97 Post by dolphin_oracle »

I updated the sysVinit only spin to remove the library, although its just a library and doesn't do anything on its own.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

BitterTruth
Posts: 620
Joined: Tue Sep 22, 2020 7:36 pm

Re: dolphin_oracle's respins (updated 9-29-2023)

#98 Post by BitterTruth »

dolphin_oracle wrote: Tue Oct 03, 2023 8:55 pm I updated the sysVinit only spin to remove the library, although its just a library and doesn't do anything on its own.
Many thanks DO. Lean & mean!

User avatar
dolphin_oracle
Developer
Posts: 22248
Joined: Sun Dec 16, 2007 12:17 pm

Re: dolphin_oracle's respins (updated Jan 23, 2024)

#99 Post by dolphin_oracle »

updated my systemd_only and sysVinit_only spins to conform with mx23.2. link in first post.
Last edited by dolphin_oracle on Tue Jan 23, 2024 1:20 pm, edited 1 time in total.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

Charlie Brown

Re: dolphin_oracle's respins (updated 10-21-2023)

#100 Post by Charlie Brown »

The title stayed as: "updated 10-21-2023" :)

Post Reply

Return to “MX Respins”