diff options
| author | 2026-02-28 14:49:37 -0500 | |
|---|---|---|
| committer | 2026-02-28 14:49:37 -0500 | |
| commit | ef40a5119a77280863c21ba67397818514714ccc (patch) | |
| tree | 8fbfa43e86f2594875bb7e415fee2ac0ecf35cda /hosts/iroha/scripts | |
| parent | 61c027738785e0585202b7b3a828e05344510f66 (diff) | |
| download | dotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.gz dotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.bz2 dotfiles-ef40a5119a77280863c21ba67397818514714ccc.zip | |
Random stuff since last check in
Diffstat (limited to 'hosts/iroha/scripts')
| -rwxr-xr-x | hosts/iroha/scripts/prepare-mounts | 3 | ||||
| -rwxr-xr-x | hosts/iroha/scripts/run-sway | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/hosts/iroha/scripts/prepare-mounts b/hosts/iroha/scripts/prepare-mounts index f8cc6af..41aaed6 100755 --- a/hosts/iroha/scripts/prepare-mounts +++ b/hosts/iroha/scripts/prepare-mounts @@ -1,6 +1,7 @@ #! /usr/bin/env sh doas kpartx -a /dev/iroha-vg1/iroha-store0-raid1 -doas lvscan +# kpartx sometimes is finicky on boot. +#doas kpartx -d /dev/iroha-vg1/iroha-store0-raid1 doas cryptsetup open /dev/mapper/iroha--vg1-iroha--store0--raid1p1 store doas mount /dev/mapper/store /mnt/store doas mount /dev/iroha-vg1/iroha-store1-raid1 /mnt/data diff --git a/hosts/iroha/scripts/run-sway b/hosts/iroha/scripts/run-sway index c5122f0..8c0ba13 100755 --- a/hosts/iroha/scripts/run-sway +++ b/hosts/iroha/scripts/run-sway @@ -1,3 +1,4 @@ #! /usr/bin/env sh export MAIN_MONITOR=DP-1 +#dbus-run-session env WLR_RENDERER=gles2 sway dbus-run-session env WLR_RENDERER=vulkan sway |