Branch: refs/heads/gh-readonly-queue/master/pr-6507-d6d0fdea2c73e60b713a40cca9adfd9aebe5cd0d
Home:
https://github.com/google/syzkaller
Commit: d16e3a6cf5569a127b892117931aa2066c7af65c
https://github.com/google/syzkaller/commit/d16e3a6cf5569a127b892117931aa2066c7af65c
Author: Andrew Donnellan <
a...@linux.ibm.com>
Date: 2025-12-18 (Thu, 18 Dec 2025)
Changed paths:
M tools/create-image.sh
Log Message:
-----------
tools/create-image.sh: improve help message
Improve the help message:
- sort options alphabetically
- print default values
- print first line to stdout like the rest of the message
- fix typos, improve style
Also sort the options parsing to be alphabetical (except --help), and use
spaces consistently for indentation in this section.
Signed-off-by: Andrew Donnellan <
a...@linux.ibm.com>
Commit: e14dbeb99dc80832252033b9ed81b85b13bef5c4
https://github.com/google/syzkaller/commit/e14dbeb99dc80832252033b9ed81b85b13bef5c4
Author: Andrew Donnellan <
a...@linux.ibm.com>
Date: 2025-12-18 (Thu, 18 Dec 2025)
Changed paths:
M tools/create-image.sh
Log Message:
-----------
tools/create-image.sh: add option to specify output prefix
Add an option, -o / --output, to specify a prefix used for the name of the
directory where debootstrap generates the system, and the final disk image
and SSH key filenames.
The default remains using the distro release codename.
For now, ban the use of slashes, spaces, . and .. as output names.
Signed-off-by: Andrew Donnellan <
a...@linux.ibm.com>
Compare:
https://github.com/google/syzkaller/compare/d16e3a6cf556%5E...e14dbeb99dc8
To unsubscribe from these emails, change your notification settings at
https://github.com/google/syzkaller/settings/notifications