mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-17 20:07:20 +02:00
Compare commits
5 Commits
e55a5da817
...
e0ce8904e1
Author | SHA1 | Date | |
---|---|---|---|
e0ce8904e1 | |||
33e39466ca | |||
21060d03b9 | |||
2975b796e8 | |||
10b7347ab3 |
@ -1,3 +1,4 @@
|
|||||||
# This is Lumina's kernel command line. When using
|
# This is Lumina's kernel command line. When using
|
||||||
# UEFI UNIFIED KERNEL IMAGES, this file is very important to have.
|
# UEFI UNIFIED KERNEL IMAGES, this file is very important to have.
|
||||||
kernel_cmdline="root=UUID=805c850d-d923-45ba-b55c-9b95309b58b5 ro rootflags=subvol=root rd.luks.uuid=luks-2f03d7ba-c447-43b9-b62b-6d76362774ee quiet mitigations=auto acpi_osi=Linux rw fsck.mode=force fsck.repair=yes lockdown=confidentiality"
|
kernel_cmdline="root=UUID=805c850d-d923-45ba-b55c-9b95309b58b5 rw rootflags=subvol=root rd.luks.uuid=luks-2f03d7ba-c447-43b9-b62b-6d76362774ee mitigations=auto,nosmt acpi_osi=Linux"
|
||||||
|
# vim: filetype=conf
|
||||||
|
@ -1 +1,2 @@
|
|||||||
kernel_cmdline="root=UUID=c3df30ca-878b-4125-bcb4-ba3ba4398efd ro rd.lvm.lv=fedora_localhost-live/root rd.luks.uuid=luks-f9a33e19-4176-44b3-8e06-2ee7fb70f3d0 quiet mitigations=auto noresume hibernate=no nohibernate quiet random.trust_cpu=on btusb.force_scofix=1 btusb.enable_autosuspend=0 initcall_blacklist=simpledrm_platform_driver_init cpufreq.default_governor=schedutil nvidia-drm.modeset=1 rw rd.driver.blacklist=nouveau modprobe.blacklist=nouveau lockdown=confidentiality"
|
kernel_cmdline="root=UUID=c3df30ca-878b-4125-bcb4-ba3ba4398efd rw rd.lvm.lv=fedora_localhost-live/root rd.luks.uuid=luks-f9a33e19-4176-44b3-8e06-2ee7fb70f3d0 mitigations=auto,nosmt btusb.force_scofix=1 btusb.enable_autosuspend=0 cpufreq.default_governor=schedutil"
|
||||||
|
# vim: filetype=conf
|
||||||
|
@ -1 +1,2 @@
|
|||||||
comress="lz4"
|
comress="lz4"
|
||||||
|
# vim: filetype=conf
|
||||||
|
@ -1 +1,2 @@
|
|||||||
dracut_rescue_image="no"
|
dracut_rescue_image="no"
|
||||||
|
# vim: filetype=conf
|
||||||
|
@ -1 +1,2 @@
|
|||||||
omit_dracutmodules+=" plymouth tpm2-tss 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 network cifs iscsi nvmf "
|
omit_dracutmodules+=" plymouth tpm2-tss 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 network cifs iscsi nvmf "
|
||||||
|
# vim: filetype=conf
|
||||||
|
@ -147,7 +147,7 @@
|
|||||||
"ExtensionSettings": {
|
"ExtensionSettings": {
|
||||||
"@contain-facebook": {
|
"@contain-facebook": {
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/facebook-container/latest.xpi",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/facebook-container/latest.xpi",
|
||||||
"installation_mode": "normal_installed"
|
"installation_mode": "force_installed"
|
||||||
},
|
},
|
||||||
"adnauseam@rednoise.org": {
|
"adnauseam@rednoise.org": {
|
||||||
"blocked_install_message": "Ristiriidassa vähän kaiken kanssa, uBlock Origin on sysadmin-ystävällisempi.",
|
"blocked_install_message": "Ristiriidassa vähän kaiken kanssa, uBlock Origin on sysadmin-ystävällisempi.",
|
||||||
|
@ -592,6 +592,9 @@ else
|
|||||||
echo "WARNING! corepack is not installed."
|
echo "WARNING! corepack is not installed."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# https://pnpm.io/installation#using-a-shorter-alias
|
||||||
|
alias pn="corepack pnpm"
|
||||||
|
|
||||||
# github-pages etc.
|
# github-pages etc.
|
||||||
if hash bundle 2> /dev/null; then
|
if hash bundle 2> /dev/null; then
|
||||||
alias jekyll="bundle exec jekyll"
|
alias jekyll="bundle exec jekyll"
|
||||||
|
3
rc/zshrc
3
rc/zshrc
@ -582,6 +582,9 @@ else
|
|||||||
echo "WARNING! corepack is not installed."
|
echo "WARNING! corepack is not installed."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# https://pnpm.io/installation#using-a-shorter-alias
|
||||||
|
alias pn="corepack pnpm"
|
||||||
|
|
||||||
# github-pages etc.
|
# github-pages etc.
|
||||||
if hash bundle 2>/dev/null; then
|
if hash bundle 2>/dev/null; then
|
||||||
alias jekyll="bundle exec jekyll"
|
alias jekyll="bundle exec jekyll"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user