immortalwrt/package/base-files
Luiz Angelo Daros de Luca 14ac91c68c base-files: sysupgrade: do not hide tar errors
tar stderr was probably discarded only to remove this message:

  tar: removing leading '/' from member names

However, together with that, any other error would also be discarded.
It is easier to fix that allowing the error message to be printed.

In sysupgrade, the backup file list only uses absolute paths. That way,
the solution is to remove the leading '/' from all files (sed) and chdir
to / (option -C /)

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2024-02-19 12:41:40 +01:00
..
files base-files: sysupgrade: do not hide tar errors 2024-02-19 12:41:40 +01:00
image-config.in build: add option to use preinit IP as LAN IP 2023-02-17 16:20:03 +02:00
Makefile base-files: Create /root w/ appropriate permissions 2023-11-12 16:32:42 +01:00