blob 16479909d106345a4d62903ac49bb668c887cfbe 419 bytes (raw)
name: host/rootfs/image/etc/s6-rc/weston/run # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| | #!/bin/execlineb -P
# SPDX-License-Identifier: EUPL-1.2+
# SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>
importas -Siu WAYLAND_DISPLAY
if { mkdir -p -m 0700 /run/user/0 }
backtick USER { id -un }
backtick HOME {
importas -i user USER
homeof $user
}
redirfd -r 0 /dev/tty1
importas -i home HOME
cd $home
if { udevadm wait /dev/dri/card0 }
unshare --cgroup --ipc --net --uts
weston -S $WAYLAND_DISPLAY
|
debug log:
solving 1647990 ...
found 1647990 in https://spectrum-os.org/git/spectrum
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).