Commit Graph

72 Commits (5bdd0c456621b06287525455ea0a333dd3c48964)

Author SHA1 Message Date
Raphaël Hertzog a2c053888b Make it possible to reuse the getopt config in wrapper scripts 10 years ago
Raphaël Hertzog f78f6d0697 Use debootstrap and not cdebootstrap
live-build 5.x dropped support for cdebootstrap.
10 years ago
Raphaël Hertzog 7fd4724262 Avoid extra slash at the start of the --get-image-path when no directory is used 10 years ago
Raphaël Hertzog 8692e24989 Add variant used in the error message displayed 10 years ago
Raphaël Hertzog 1a1343b446 Kill update-kali-menu to improve behaviour in case of failed builds 10 years ago
Raphaël Hertzog 35abcad17b Don't display last 100 lines
In many cases, the error does not appear in the last 100 lines. Let it
up to the user to investigate... just point him to the right file.
10 years ago
Raphaël Hertzog eee63ef1d9 Fix name of default image 10 years ago
Raphaël Hertzog 7fc5ff1946 Use distro name as "version" when version is not specified 10 years ago
Raphaël Hertzog 562923bb0c Include Kali variant in file name when it's not the default variant 10 years ago
Raphaël Hertzog 5676bc0b03 Move all configuration into kali-config and put the right bits into place from auto/config
* Add new --variant option to build alternative images of Kali.
* Add new --version option to decide of the name of the generated file.
* Add new --subdir option to indicate where the image must be moved.
10 years ago
Raphaël Hertzog c9a216ae5c Display last 100 lines of log in case of failure when verbose mode is not active 10 years ago
Raphaël Hertzog e21e6c71a0 Fix installation path 10 years ago
Raphaël Hertzog ca989e75b9 Implement --get-image-path option to figure out the path of the generated ISO 10 years ago
Raphaël Hertzog c5d7d55303 Make it possible to pass live-build config options on the command line 10 years ago
Raphaël Hertzog 7a4de464f3 Ensure we have a kali patched live-build 10 years ago
Raphaël Hertzog a76b36ec0b Properly catch errors even when we use --verbose
The usage of the pipe did hide errors from us when we were using
--verbose. We use a bashism to detect failures in pipes so update
the shebang accordingly.
10 years ago
Raphaël Hertzog b827e81bc5 Fix logic to define the image extension 10 years ago
Raphaël Hertzog d74348e32c Use mv -f to not ask confirmation when we update a pre-existing ISO 10 years ago
Raphaël Hertzog a01c43b20c Add --verbose option to ./build.sh to display logs in real-time 10 years ago
Raphaël Hertzog c6e35dfc60 Update minimal version of live-build 10 years ago
Raphaël Hertzog d9c20a4349 Fail more verbosely when early clean/config steps are failing 10 years ago
Raphaël Hertzog 33edee9c27 Rename script into ./build.sh
Keep build_all.sh symlink for now to ease transition. The build_all is no
longer relevant since it doesn't build all images but only one by default.
10 years ago