Re: base-files: merge /etc/passwd support more than just /rom based installs

2020-11-27 Thread Henrique de Moraes Holschuh
On 27/11/2020 03:19, Imran K wrote: Support more than /rom only when migrating user accounts This is the kind of thing you must do safely (e.g. using mktemp -dt && chmod 0700 && { ... }), unless you can prove there is no way someone might have messed with /tmp before or during the script's

base-files: merge /etc/passwd support more than just /rom based installs

2020-11-26 Thread Imran K
Support more than /rom only when migrating user accounts Signed-by: Imran Khan --- diff --git a/package/base-files/files/lib/preinit/80_mount_root b/package/base-files/files/lib/preinit/80_mount_root index 56d3fa3797..1c5bdbc9d8 100644 --- a/package/base-files/files/lib/preinit/80_mount_root ++