Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 134
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Mar 11 14:06:46 UTC 2026 - Stefan Botter <obs@botter.cc> + +- add timestamp from duid timestamp of wicked to NetworkManager + configuration via a fake uuid for a stable dhcp cid while + switching to NetworkManager + +------------------------------------------------------------------- Sat Mar 7 09:41:31 UTC 2026 - Stefan Botter <obs@botter.cc> - remove switch to selinux from NwMan160
View file
NwMan160
Changed
@@ -2,6 +2,12 @@ . /etc/os-release if ${VERSION} = "16.0" ; then zypper -n in -l wicked2nm NetworkManager NetworkManager-config-server + if -f /var/lib/wicked/duid.xml ; then + printf "timestamps\n%s=%d\n" \ + $(uuidgen) \ + $(( $(printf "%u" 0x$(cut -f5-8 -d: < /var/lib/wicked/duid.xml | tr -d :))+$(date -d "2000-01-01Z00:00" +%s) )) \ + > /var/lib/NetworkManager/timestamps + fi systemctl disable --now wicked && (systemctl enable --now NetworkManager && wicked show-config | wicked2nm migrate --continue-migration --activate-connections -) || (systemctl disable --now NetworkManager; systemctl enable --now wicked) else echo $0 is intended to be used exclusively on openSUSE Leap 16.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.