Accepting request 864308 from Virtualization:Appliances:Images:openSUSE-Tumbleweed

- Drop /etc/shadow modification in config.sh, fixed in system-user-root
  meanwhile
- Fix bare *** in config.sh

OBS-URL: https://build.opensuse.org/request/show/864308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kiwi-templates-JeOS?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2021-01-20 17:23:38 +00:00 committed by Git OBS Bridge
commit 0462e58f38
3 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal # of this software and associated documentation files (the "Software"), to deal
@ -41,8 +41,7 @@ echo FONT="eurlatgr.psfu" >> /etc/vconsole.conf
#====================================== #======================================
# prepare for setting root pw, timezone # prepare for setting root pw, timezone
#-------------------------------------- #--------------------------------------
echo ** "reset machine settings" echo "** reset machine settings"
sed -i 's/^root:[^:]*:/root:*:/' /etc/shadow
rm -f /etc/machine-id \ rm -f /etc/machine-id \
/var/lib/zypp/AnonymousUniqueId \ /var/lib/zypp/AnonymousUniqueId \
/var/lib/systemd/random-seed \ /var/lib/systemd/random-seed \

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
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
- Fix bare *** in config.sh
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 2 14:28:44 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org> Wed Dec 2 14:28:44 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package kiwi-templates-JeOS # spec file for package kiwi-templates-JeOS
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed