Fabian Vogt 2021-01-19 13:12:43 +00:00 committed by Git OBS Bridge
parent 21b3c03ccb
commit 825dbb04aa
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ echo FONT="eurlatgr.psfu" >> /etc/vconsole.conf
#======================================
# prepare for setting root pw, timezone
#--------------------------------------
echo "reset machine settings"
echo "** reset machine settings"
rm -f /etc/machine-id \
/var/lib/zypp/AnonymousUniqueId \
/var/lib/systemd/random-seed \

View File

@ -3,7 +3,7 @@ Tue Jan 19 13:05:39 UTC 2021 - Fabian Vogt <fvogt@suse.com>
- Drop /etc/shadow modification in config.sh, fixed in system-user-root
meanwhile
- Avoid bare *** in config.sh
- Fix bare *** in config.sh
-------------------------------------------------------------------
Wed Dec 2 14:28:44 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>