FS#44621 - [archiso] releng, rebuilding stops at useradd, patch

Attached to Project: Arch Linux
Opened by Lukas B (teateawhy) - Thursday, 16 April 2015, 21:58 GMT
Last edited by Gerardo Exequiel Pozzi (djgera) - Friday, 17 April 2015, 01:16 GMT
Task Type Bug Report
Category Arch Projects
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

When rebuilding the releng config the script /root/customize_airootfs.sh stops at useradd, as there is already a user with the given name. This can be avoided by ignoring that specific return value, as in the patch provided.
Rebuilding means:
./build.sh
make some changes if desired
rm -v work/build.make_*
./build.sh

The second time build.sh does not finish and exists with 9. This patch solves that issue.
This task depends upon

Closed by  Gerardo Exequiel Pozzi (djgera)
Friday, 17 April 2015, 01:16 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#41865 

Loading...