Option to not install 00_lxc-details.sh #1642

Closed
opened 2025-11-20 05:14:01 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @lightmaster on GitHub (Aug 6, 2025).

🌟 Briefly describe the feature

Option during installation to not install 00_lxc-details.sh

📝 Detailed description

I would like to have an option in the advanced settings for script installation to not install the 00_lxc-details.sh in /etc/profiles.d and also to not fill the Proxmox Notes section with your information. You did add the option to remove your prefilled tags which saves me the trouble of having to do that after installing any script, but now I have to ssh into each LXC (and presumably VM too though I have set one up lately) to remove your advertisement from my console every time I ssh into an LXC. I, and I assume many others based on the popularity of adblockers, go out of our way to remove advertisements from our lives, so having advertisements in the very tools that we use to remove those ads and manage our servers is quite frustrating.

💡 Why is this useful?

See the "detailed description" above.

Originally created by @lightmaster on GitHub (Aug 6, 2025). ### 🌟 Briefly describe the feature Option during installation to not install 00_lxc-details.sh ### 📝 Detailed description I would like to have an option in the advanced settings for script installation to not install the `00_lxc-details.sh` in `/etc/profiles.d` and also to not fill the Proxmox Notes section with your information. You did add the option to remove your prefilled tags which saves me the trouble of having to do that after installing any script, but now I have to ssh into each LXC (and presumably VM too though I have set one up lately) to remove your advertisement from my console every time I ssh into an LXC. I, and I assume many others based on the popularity of adblockers, go out of our way to remove advertisements from our lives, so having advertisements in the very tools that we use to remove those ads and manage our servers is quite frustrating. ### 💡 Why is this useful? See the "detailed description" above.
saavagebueno added the enhancement label 2025-11-20 05:14:01 -05:00
Author
Owner

@MickLesk commented on GitHub (Aug 6, 2025):

We understand that not everyone wants additional MOTD or Notes branding – even if it’s just a link to the project and not an advertisement in the classic sense.
It's not that easy to tell the difference. For you as a normal user, it seems simple, but they are subshells. The advanced settings are in build.func and not in install.func like motd_ssh.
It's not a simple procedure per se.
The info in /etc/profile.d/00_lxc-details.sh is meant as a courtesy to inform users about the script source (just like in all major helper scripts, including tteck’s originals - there note in lxc descr.).

For now, you can simply remove the file with:

rm -f /etc/profile.d/00_lxc-details.sh

Regarding the Proxmox Notes section: You can already disable auto-tagging and info by using the option in the advanced settings.
If there’s broad interest, we can add an option to skip both steps completely. PRs are also welcome if someone wants to implement this.

@MickLesk commented on GitHub (Aug 6, 2025): We understand that not everyone wants additional MOTD or Notes branding – even if it’s just a link to the project and not an advertisement in the classic sense. It's not that easy to tell the difference. For you as a normal user, it seems simple, but they are subshells. The advanced settings are in build.func and not in install.func like motd_ssh. It's not a simple procedure per se. The info in /etc/profile.d/00_lxc-details.sh is meant as a courtesy to inform users about the script source (just like in all major helper scripts, including tteck’s originals - there note in lxc descr.). For now, you can simply remove the file with: ```bash rm -f /etc/profile.d/00_lxc-details.sh ``` Regarding the Proxmox Notes section: You can already disable auto-tagging and info by using the option in the advanced settings. If there’s broad interest, we can add an option to skip both steps completely. PRs are also welcome if someone wants to implement this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1642