mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-17 20:07:20 +02:00
Compare commits
4 Commits
92a8e99cd5
...
2467840cc5
Author | SHA1 | Date | |
---|---|---|---|
2467840cc5 | |||
728015855a | |||
3144041c98 | |||
a53fea1333 |
@ -1,6 +1,21 @@
|
||||
My dracut configuratino files mainly for generating unified kerneil images
|
||||
My dracut configuration files mainly for generating unified kerneil images
|
||||
(uki).
|
||||
|
||||
<!-- editorconfig-checker-disable -->
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
|
||||
- [WARNING!](#warning)
|
||||
- [network](#network)
|
||||
- [hostonly](#hostonly)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
# WARNING!
|
||||
|
||||
Sedric has a 96M EFI partition courtesy of Windows and thus it has a lot of
|
||||
@ -8,3 +23,33 @@ attempts for decreasing the kernel size. Since moving it to UKI, I am yet to
|
||||
go through what of it is actually useful and worth keeping around and at least
|
||||
disabling recovery seems dangerous if I can save space by omitting somnething
|
||||
else.
|
||||
|
||||
## network
|
||||
|
||||
```
|
||||
dracut[E]: Module 'cifs' depends on 'network', which can't be installed
|
||||
dracut[E]: Module 'iscsi' depends on 'network', which can't be installed
|
||||
dracut[E]: Module 'nvmf' depends on 'network', which can't be installed
|
||||
```
|
||||
|
||||
I think nvmf might be relevant on ThinkPads, so it gets out of `omit_modules`
|
||||
|
||||
At least it resolves these two…
|
||||
|
||||
<code style="color: red">
|
||||
Error registering initrd: Already started
|
||||
Error starting kernel image: Already started
|
||||
</code>
|
||||
|
||||
…which cause fallback to the next UEFI boot entry (why is that grub still
|
||||
around?)
|
||||
|
||||
## hostonly
|
||||
|
||||
Will make a UKI specific to the current hardware and is discouraged as it will
|
||||
obviously prevent booting on a different hardware and hardware changes may
|
||||
render the system unbootable. However I am more of a software person, so I
|
||||
imagine that is unlikely to happen for me.
|
||||
|
||||
If planning hardware changes, maybe disable this flag? Or maybe if you have
|
||||
infinite space for kernel, keep it off?
|
||||
|
@ -1 +1 @@
|
||||
omit_dracutmodules+=" plymouth kernel-modules-extra network-manager network-legacy connman systemd-networkd i18n network net-lib kernel-network-modules qemu qemu-net kernel-modules-asahi nfs asahi-firmware "
|
||||
omit_dracutmodules+=" plymouth kernel-modules-extra network-manager network-legacy connman systemd-networkd i18n net-lib kernel-network-modules qemu qemu-net kernel-modules-asahi nfs asahi-firmware "
|
||||
|
@ -144,10 +144,6 @@
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/adnauseam/latest.xpi",
|
||||
"installation_mode": "blocked"
|
||||
},
|
||||
"ipvfoobar@napr.eu": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ipvfoobar/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
|
||||
"blocked_install_message": "Kaksoiskappale samasta lisäosasta.",
|
||||
"installation_mode": "blocked"
|
||||
@ -156,10 +152,6 @@
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"peertube-companion@booteille": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/peertube-companion/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"plasma-browser-integration@kde.org": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/plasma-integration/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
@ -168,15 +160,6 @@
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"uMatrix@raymondhill.net": {
|
||||
"blocked_install_message": "uMatrixin kehitys on päättynyt ja samat ominaisuudet löytyvät uBlock Originista (ja AdNauseamista).",
|
||||
"installation_mode": "blocked"
|
||||
},
|
||||
"wayback_machine@mozilla.org": {
|
||||
"blocked_install_message": "https://bugzilla.mozilla.org/show_bug.cgi?id=1497075 hermostuttaa Amindaa.",
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/wayback-machine_new/latest.xpi",
|
||||
"installation_mode": "blocked"
|
||||
},
|
||||
"{3c078156-979c-498b-8990-85f7987dd929}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
@ -189,30 +172,10 @@
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/privacy-pass/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"{6a65273e-2b26-40f5-b66e-8eed317307da}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/new-tab-suspender/latest.xpi",
|
||||
"{b11bea1f-a888-4332-8d8a-cec2be7d24b9}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"{6a911b41-b1ee-4d0f-b23b-890229bff0ec}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/http-indicator/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"{759dbb01-b646-4327-bf9e-69ca2543ef8d}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/opendyslexic-for-firefox/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"{a6c4a591-f1b2-4f03-b3ff-767e5bedf4e7}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/user-agent-string-switcher/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"{b5501fd1-7084-45c5-9aa6-567c2fcf5dc6}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ruffle_rs/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"{b86e4813-687a-43e6-ab65-0bde4ab75758}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/localcdn-fork-of-decentraleyes/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"{d04b0b40-3dab-4f0b-97a6-04ec3eddbfb0}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ecosia-the-green-search/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
|
@ -18,6 +18,7 @@
|
||||
- [Ruffle](#ruffle)
|
||||
- [HTTP Indicator](#http-indicator)
|
||||
- [Fedora User Agent](#fedora-user-agent)
|
||||
- [Snowflake](#snowflake)
|
||||
- [IPvFooBar](#ipvfoobar)
|
||||
- [AdNauseam](#adnauseam)
|
||||
- [uBlock Origin](#ublock-origin-1)
|
||||
@ -120,14 +121,8 @@ Blocked for Ad Nauseam
|
||||
|
||||
- `njdfdhgcmkocbgbhcioffdbicglldapd`
|
||||
|
||||
I just feel bad about including so much CDN content recently...
|
||||
|
||||
### [Ruffle](https://chrome.google.com/webstore/detail/donbcfbmhbcapadipfkeojnmajbakjdc)
|
||||
|
||||
Actively developed open source extension to revive Flash content on the web.
|
||||
It can also be embedded to webpages, but I would prefer my family to use a
|
||||
newer version than hope everyone keeps their websites up-to-date.
|
||||
|
||||
### [HTTP Indicator](https://chromewebstore.google.com/detail/http-indicator/hgcomhbcacfkpffiphlmnlhpppcjgmbl)
|
||||
|
||||
- `hgcomhbcacfkpffiphlmnlhpppcjgmbl`
|
||||
@ -141,6 +136,10 @@ Displays whether a web page was loaded over HTTP/2 or HTTP/3 etc.
|
||||
Communicates websites that Ubuntu isn't the only Linux distribution and makes
|
||||
some offer rpm packages directly.
|
||||
|
||||
### [Snowflake](https://chromewebstore.google.com/detail/snowflake/mafpmfcccpbjnhfhjnllmmalhifmlcie?pli=1)
|
||||
|
||||
- `mafpmfcccpbjnhfhjnllmmalhifmlcie`
|
||||
|
||||
### [IPvFooBar](https://chromewebstore.google.com/detail/ipvfoobar/iimpkhokkfekbpmoamlmcndclohnehhk)
|
||||
|
||||
- `iimpkhokkfekbpmoamlmcndclohnehhk`
|
||||
|
@ -107,28 +107,16 @@
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"donbcfbmhbcapadipfkeojnmajbakjdc": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"hgcomhbcacfkpffiphlmnlhpppcjgmbl": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"hojggiaghnldpcknpbciehjcaoafceil": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"iimpkhokkfekbpmoamlmcndclohnehhk": {
|
||||
"mafpmfcccpbjnhfhjnllmmalhifmlcie": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"mlojlfildnehdpnlmpkeiiglhhkofhpb": {
|
||||
@ -138,12 +126,6 @@
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
|
||||
},
|
||||
"njdfdhgcmkocbgbhcioffdbicglldapd": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"nngceckbapebfimnlniiiahkandclblb": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
|
16
rc/bashrc
16
rc/bashrc
@ -152,15 +152,15 @@ fi
|
||||
if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]]; then
|
||||
# Tavun OM värähtely poistaa ylpeyttä, MA kateutta, NI takertumista. PE leikkaa tietämättömyyden läpi, ME hälventää ahneuden ja rintakehässä värähtelevä HUNG muuntaa vihan.
|
||||
# Kuinka asiat ovat (s. 74-75) - Lama Ole Nydahl
|
||||
(printf "⚧ Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas, kvankam estu vidita kaj aŭdata.\nOM MANI PEME HUNG\n")
|
||||
(printf "⚧ Any movement at any time is better than nothing.\n")
|
||||
(printf "❄️ Take the cold showers, hot ones are a disservice. And walk in cold, which is no excuse just like rain.\n\tOtherwise there will be dry skin and the vagus nerve will be upset leading to anxiety, depression and poor mental health.\n\t\tBesides the environment thanks.\n")
|
||||
(printf "\u26A7\ufe0e Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas, kvankam estu vidita kaj aŭdata.\nOM MANI PEME HUNG\n")
|
||||
(printf "\u26A7\ufe0e Any movement at any time is better than nothing.\n")
|
||||
(printf "\u2744\ufe0e Take the cold showers, hot ones are a disservice. And walk in cold, which is no excuse just like rain.\n\tOtherwise there will be dry skin and the vagus nerve will be upset leading to anxiety, depression and poor mental health.\n\t\tBesides the environment thanks.\n")
|
||||
# Tempus Finis - Takeharu Ishimoto
|
||||
(printf "🕊️ \tFine fortasse nihil est vobis dire\n\tFine fortasse nihil est vobis Lucrari\n\tFine fortasse nihil est tamen\n")
|
||||
#(printf "⚧ Your adventure begins in the dead of night.\n⚧ Your road won't be easy, but a rising sun awaits your journey's end.\n\n")
|
||||
#(printf "⚧ The darker than black is, the brighter the moon is\n")
|
||||
(printf "⚧ Agoraphobia/social anxiety advice: \n\tAct like you belong! Like you own the place, but keep everyone comfortable! Remember the Spotlight Effect!\n \t\tMaybe even wear hi-viz so you really belong anywhere 😝\n\t\t\tAnd as always, fake it till you make it!\n")
|
||||
# (printf "\n⚧\tThat's what I am, that's what I'll always be\n⚧\tI don't wanna be silent 'cause this is my destiny\n⚧\tThat's what I was, that's what feels good to me\n⚧\tAnd nothing will change me, that's what I'm meant to be.\n⚧\t\t—Conchita Wurst: That's What I Am\n\n")
|
||||
(printf "\u1f54a\ufe0e \tFine fortasse nihil est vobis dire\n\tFine fortasse nihil est vobis Lucrari\n\tFine fortasse nihil est tamen\n")
|
||||
#(printf "\u26A7\ufe0e Your adventure begins in the dead of night.\n\u26A7\ufe0e Your road won't be easy, but a rising sun awaits your journey's end.\n\n")
|
||||
#(printf "\u26A7\ufe0e The darker than black is, the brighter the moon is\n")
|
||||
(printf "\u26A7\ufe0e Agoraphobia/social anxiety advice: \n\tAct like you belong! Like you own the place, but keep everyone comfortable! Remember the Spotlight Effect!\n \t\tMaybe even wear hi-viz so you really belong anywhere \U1F61D \n\t\t\tAnd as always, fake it till you make it!\n")
|
||||
# (printf "\n\u26A7\ufe0e\tThat's what I am, that's what I'll always be\n\u26A7\ufe0e\tI don't wanna be silent 'cause this is my destiny\n\u26A7\ufe0e\tThat's what I was, that's what feels good to me\n\u26A7\ufe0e\tAnd nothing will change me, that's what I'm meant to be.\n\u26A7\ufe0e\t\t—Conchita Wurst: That's What I Am\n\n")
|
||||
#(printf "https://en.m.wikipedia.org/wiki/First_they_came_...#Text\n")
|
||||
elif [[ "$(id -u)" == "0" ]]; then
|
||||
# This comes from Charybdis IRCd
|
||||
|
16
rc/zshrc
16
rc/zshrc
@ -116,15 +116,15 @@ fi
|
||||
if [[ $(whoami) == aminda ]] || [[ $(whoami) == mikaela ]]; then
|
||||
# Tavun OM värähtely poistaa ylpeyttä, MA kateutta, NI takertumista. PE leikkaa tietämättömyyden läpi, ME hälventää ahneuden ja rintakehässä värähtelevä HUNG muuntaa vihan.
|
||||
# Kuinka asiat ovat (s. 74-75) - Lama Ole Nydahl
|
||||
(printf "⚧ Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas, kvankam estu vidita kaj aŭdata.\nOM MANI PEME HUNG\n")
|
||||
(printf "⚧ Any movement at any time is better than nothing.\n")
|
||||
(printf "❄️ Take the cold showers, hot ones are a disservice. And walk in cold, which is no excuse just like rain.\n\tOtherwise there will be dry skin and the vagus nerve will be upset leading to anxiety, depression and poor mental health.\n\t\tBesides the environment thanks.\n")
|
||||
(printf "\u26A7\ufe0e Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas, kvankam estu vidita kaj aŭdata.\nOM MANI PEME HUNG\n")
|
||||
(printf "\u26A7\ufe0e Any movement at any time is better than nothing.\n")
|
||||
(printf "\u2744\ufe0e Take the cold showers, hot ones are a disservice. And walk in cold, which is no excuse just like rain.\n\tOtherwise there will be dry skin and the vagus nerve will be upset leading to anxiety, depression and poor mental health.\n\t\tBesides the environment thanks.\n")
|
||||
# Tempus Finis - Takeharu Ishimoto
|
||||
(printf "🕊️ \tFine fortasse nihil est vobis dire\n\tFine fortasse nihil est vobis Lucrari\n\tFine fortasse nihil est tamen\n")
|
||||
#(printf "⚧ Your adventure begins in the dead of night.\n⚧ Your road won't be easy, but a rising sun awaits your journey's end.\n\n")
|
||||
#(printf "⚧ The darker than black is, the brighter the moon is\n")
|
||||
(printf "⚧ Agoraphobia/social anxiety advice: \n\tAct like you belong! Like you own the place, but keep everyone comfortable! Remember the Spotlight Effect!\n \t\tMaybe even wear hi-viz so you really belong anywhere 😝\n\t\t\tAnd as always, fake it till you make it!\n")
|
||||
# (printf "\n⚧\tThat's what I am, that's what I'll always be\n⚧\tI don't wanna be silent 'cause this is my destiny\n⚧\tThat's what I was, that's what feels good to me\n⚧\tAnd nothing will change me, that's what I'm meant to be.\n⚧\t\t—Conchita Wurst: That's What I Am\n\n")
|
||||
(printf "\u1f54a\ufe0e \tFine fortasse nihil est vobis dire\n\tFine fortasse nihil est vobis Lucrari\n\tFine fortasse nihil est tamen\n")
|
||||
#(printf "\u26A7\ufe0e Your adventure begins in the dead of night.\n\u26A7\ufe0e Your road won't be easy, but a rising sun awaits your journey's end.\n\n")
|
||||
#(printf "\u26A7\ufe0e The darker than black is, the brighter the moon is\n")
|
||||
(printf "\u26A7\ufe0e Agoraphobia/social anxiety advice: \n\tAct like you belong! Like you own the place, but keep everyone comfortable! Remember the Spotlight Effect!\n \t\tMaybe even wear hi-viz so you really belong anywhere \U1F61D \n\t\t\tAnd as always, fake it till you make it!\n")
|
||||
# (printf "\n\u26A7\ufe0e\tThat's what I am, that's what I'll always be\n\u26A7\ufe0e\tI don't wanna be silent 'cause this is my destiny\n\u26A7\ufe0e\tThat's what I was, that's what feels good to me\n\u26A7\ufe0e\tAnd nothing will change me, that's what I'm meant to be.\n\u26A7\ufe0e\t\t—Conchita Wurst: That's What I Am\n\n")
|
||||
#(printf "https://en.m.wikipedia.org/wiki/First_they_came_...#Text\n")
|
||||
elif [[ "$(id -u)" == "0" ]]; then
|
||||
# This comes from Charybdis IRCd
|
||||
|
Loading…
x
Reference in New Issue
Block a user