mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

Arch Linuxのインストーラの最初のパーティションの/arch/x86_64/airootfs.sfsがインストーラのルートファイスシステムになるのかしら。

$ sudo mount -o ro -t squashfs /tmp/airootfs.sfs /mnt
$ ls /mnt
bin dev home lib64 opt root sbin sys usr version
boot etc lib mnt proc run srv tmp var

それっぽいね。

$ sudo find /mnt -iname '*iwd*' | grep -v /doc/ | grep -v /man/
/mnt/etc/systemd/system/multi-user.target.wants/iwd.service
:
/mnt/usr/lib/systemd/network/80-iwd.link
/mnt/usr/lib/systemd/system/iwd.service
/mnt/usr/share/dbus-1/system-services/net.connman.iwd.service
/mnt/usr/share/dbus-1/system.d/iwd-dbus.conf
/mnt/var/lib/pacman/local/iwd-2.12-1

インストーラの環境にはiwdだけではなくdbusも入ってるみたい。iwdの設定ファイルは

$ cat /mnt/etc/iwd/main.conf
cat: /mnt/etc/iwd/main.conf: No such file or directory

無いじゃんw

$ sudo sh -c 'find /mnt/etc -type f | grep -i network'

して眺めると、/etc/systemd/network/20-wlan.network あたりが怪しいのかな?

[Match]
Name=wl*

[Link]
RequiredForOnline=routable

[Network]
DHCP=yes
MulticastDNS=yes

[DHCPv4]
RouteMetric=600

[IPv6AcceptRA]
RouteMetric=600