Package: tiny-initramfs / 0.1-4~deb9u1

Metadata

Package Version Patches format
tiny-initramfs 0.1-4~deb9u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 try_exec set init s argv 0 properly.patch | (download)

tiny_initramfs.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 try_exec: set init's argv[0] properly

Don't use the global variable (only set if init= is specified) but the
function parameter for init's argv[0].

0002 Fix some typos.patch | (download)

configure.ac | 2 1 + 1 - 0 !
tiny_initramfs.c | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix some typos (thanks to adam borowski)

0003 Remove warnings about g compiler flag.patch | (download)

configure.ac | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 remove warnings about -g compiler flag

0004 Fix typos.patch | (download)

fstab.c | 2 1 + 1 - 0 !
log.c | 2 1 + 1 - 0 !
nfs.c | 2 1 + 1 - 0 !
nfs4.h | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 [patch] fix typos

0006 Fix LARGEFILE64.patch | (download)

devices.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 define _largefile64_source, not _largefile_source
 Relevant when linking against musl.