mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-18 04:17:21 +02:00
Compare commits
No commits in common. "e0ce8904e17da281606162c8ff8715afca43da90" and "e55a5da8170b401e99d748fd2556dbe0ad48ba9b" have entirely different histories.
e0ce8904e1
...
e55a5da817
@ -1,4 +1,3 @@
|
|||||||
# 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 rw rootflags=subvol=root rd.luks.uuid=luks-2f03d7ba-c447-43b9-b62b-6d76362774ee mitigations=auto,nosmt acpi_osi=Linux"
|
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"
|
||||||
# vim: filetype=conf
|
|
||||||
|
@ -1,2 +1 @@
|
|||||||
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"
|
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"
|
||||||
# vim: filetype=conf
|
|
||||||
|
@ -1,2 +1 @@
|
|||||||
comress="lz4"
|
comress="lz4"
|
||||||
# vim: filetype=conf
|
|
||||||
|
@ -1,2 +1 @@
|
|||||||
dracut_rescue_image="no"
|
dracut_rescue_image="no"
|
||||||
# vim: filetype=conf
|
|
||||||
|
@ -1,2 +1 @@
|
|||||||
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": "force_installed"
|
"installation_mode": "normal_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,9 +592,6 @@ 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,9 +582,6 @@ 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