Wanted to document this somewhere.
Timed our waiting for device dev-mapper-rl\x2dhome.device
Reason was because I removed the home logical volume and failed to remove it out of /etc/fstab
So then it failed to boot. You have to
| // ==UserScript== | |
| // @name XenOrchestra NG Theme | |
| // @match https://10.0.50.100/* | |
| // @grant none | |
| // @version 0.1 | |
| // @author Evan Reichard | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; |
| // ==UserScript== | |
| // @name Paste Enabler | |
| // @version 0.0.1 | |
| // @description Re-enables paste functionality on websites | |
| // @author Evan Reichard | |
| // @match *://*/* | |
| // @grant GM.registerMenuCommand | |
| // @noframes | |
| // @run-at document-start | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Reddit Tweaks | |
| // @version 0.0.5 | |
| // @match *://old.reddit.com/* | |
| // @downloadURL https://gist.githubusercontent.com/evanreichard/968eee1cf83da38c81c155fb775cf3c6/raw/old-reddit-mobile.user.js | |
| // @grant GM.addStyle | |
| // @grant GM.registerMenuCommand | |
| // @grant GM.unregisterMenuCommand | |
| // @grant GM.getValue | |
| // @grant GM.setValue |
| // ==UserScript== | |
| // @name Auto Kagi LLM | |
| // @match https://kagi.com/assistant?mode=4* | |
| // @grant none | |
| // @version 1.0 | |
| // @author Evan Reichard | |
| // ==/UserScript== | |
| function doAutoLLM() { | |
| let hashLocation = window.location.hash; |
| medium.com###root > div > div > div > div ~ div + div:has(svg) |
| // ==UserScript== | |
| // @name Yattee Redirect | |
| // @version 0.0.3 | |
| // @updateURL https://gist.github.com/evanreichard/8db561c7be7a6c308db18ce3e983c8d6/raw/yattee-redirect.user.js | |
| // @match https://www.youtube.com/* | |
| // @match https://m.youtube.com/* | |
| // @grant none | |
| // @noframes | |
| // @run-at document-start | |
| // ==/UserScript== |
| # NOTE: | |
| # The following is a _subset_ of HA's "automations.yaml" | |
| - alias: '[RFBridge] Demultiplexer' | |
| trigger: | |
| - platform: mqtt | |
| topic: tele/RFBridge/RESULT | |
| - platform: mqtt | |
| topic: tele/RFBridge/LWT | |
| action: |
| // ==UserScript== | |
| // @name Auto Archive Redirect | |
| // @namespace Evan Reichard | |
| // @version 0.0.3 | |
| // @match *://*/* | |
| // @grant GM.xmlhttpRequest | |
| // @grant GM.openInTab | |
| // @noframes | |
| // @run-at document-start | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name PWA Everything | |
| // @author Evan Reichard | |
| // @version 0.0.1 | |
| // @match *://*/* | |
| // @grant none | |
| // @run-at document-idle | |
| // @noframes | |
| // ==/UserScript== |