main/postmarketos-base-ui: notify users upon installing iwd for MAC modification

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9125>
This commit is contained in:
Aster Boese 2026-07-24 15:37:39 +02:00 committed by The Friendly Meow (merge) Bot
parent 5aa2aaf449
commit 1c739e9f36
No known key found for this signature in database
2 changed files with 13 additions and 1 deletions

View file

@ -1,6 +1,6 @@
maintainer="Clayton Craft <clayton@craftyguy.net>"
pkgname=postmarketos-base-ui
pkgver=56
pkgver=57
pkgrel=0
pkgdesc="Meta package for minimal postmarketOS UI base"
url="https://postmarketos.org"
@ -58,6 +58,7 @@ install="
$pkgname-openrc.post-upgrade
$pkgname-openrc-settingsd.post-install
$pkgname-openrc-settingsd.post-upgrade
$pkgname-wifi-iwd.post-install
$pkgname-wifi-iwd-openrc.post-install
$pkgname-wifi-iwd-openrc.post-upgrade
$pkgname-wifi-wpa_supplicant-openrc.post-install

View file

@ -0,0 +1,11 @@
#!/bin/sh -e
printf "\n"
printf "NOTICE * * * * * * * * * *\n"
printf "\n"
printf "If you are switching from wpa_supplicant and use MAC modification,\n"
printf "add the following to /etc/iwd/main.conf:\n"
printf "\n"
printf "\t[General]\n"
printf "\tAddressRandomization=network\n"
printf "\n"