13 lines
242 B
Text
13 lines
242 B
Text
|
#!/bin/sh
|
||
|
|
||
|
postmarketos-mvcfg-pre-upgrade \
|
||
|
postmarketos-base \
|
||
|
/etc/chrony/chrony.conf \
|
||
|
/etc/conf.d/syslog \
|
||
|
/etc/conf.d/wpa_supplicant \
|
||
|
/etc/fstab \
|
||
|
/etc/issue \
|
||
|
/etc/motd \
|
||
|
/etc/sudoers \
|
||
|
/etc/wpa_supplicant/wpa_supplicant.conf
|