Commit Graph

111 Commits (main)

Author SHA1 Message Date
g0t mi1k a328af3e0c Drop duplicate get-image-path 2 months ago
g0t mi1k 7f241a3c73 Keep output consistency by dropping full stop 2 months ago
g0t mi1k 82780ef866 Hide output if package doesn't exists 2 months ago
g0t mi1k 3d6141b877 Move log, so --help doesn't trigger 2 months ago
g0t mi1k 61f2913e70 Change directory as soon as possible 2 months ago
g0t mi1k 789854a921 Add error handling when trying to create folder 2 months ago
g0t mi1k bd5b40620f Show full path of output file 2 months ago
g0t mi1k 5dbdcad8ed Add comments 2 months ago
g0t mi1k fb95194293 Consistency: tabs to spaces 2 months ago
g0t mi1k 2d05f2b85b Drop --salt 2 months ago
g0t mi1k 2a549aa31a Split simple-cdd/debian-cd & live-build
## Live
`--live` = kali-live (previouly live-build-config)
<https://gitlab.com/kalilinux/build-scripts/kali-live>
Uses live-build

## Installer
`--installer` = kali-installer
<https://gitlab.com/kalilinux/build-scripts/kali-installer>
Uses simple-cdd (which is a wrapper for debian-cd)
2 months ago
Arnaud Rebillout 7d666c4f78
Add a function require_package to factorize code 9 months ago
Arnaud Rebillout 1834c9fcb0
Bump live-build requirement 9 months ago
Arnaud Rebillout 56873621bd
Quote arguments where needs be, in debug logs
Before, looks like that:

    RUNNING: build-simple-cdd --verbose --debug --force-root
    --conf simple-cdd.conf --dist kali-rolling
    --debian-mirror http://kali.download/kali/
    --profiles kali offline
    --auto-profiles kali offline

After, looks like that:

    RUNNING: build-simple-cdd --verbose --debug --force-root
    --conf simple-cdd.conf --dist kali-rolling
    --debian-mirror http://kali.download/kali/
    --profiles 'kali offline'
    --auto-profiles 'kali offline'
1 year ago
Arnaud Rebillout 56fb4a09c3 Merge branch 'misc' into 'master'
Miscellaneous consistencies

See merge request kalilinux/build-scripts/live-build-config!36
1 year ago
Ben Wilson ae9b552efd
Misc formatting 1 year ago
Ben Wilson fc25ab4848
Simple-CDD: Switch to kali.download as default mirror 1 year ago
Arnaud Rebillout 96a7dee687
Bump live-build requirement
With this version, arm firmware are excluded from x86 isos, and the
other way round. In practice, it means that raspi-firmware won't be
installed on amd64 isos, and that's something we need.
1 year ago
Arnaud Rebillout 00a213b179
Depend on Kali's fork of debian-cd, and disable DEP11 support
More details can be found at:
* https://gitlab.com/kalilinux/internal/roles/packager/-/issues/30
* https://salsa.debian.org/images-team/debian-cd/-/merge_requests/31
2 years ago
Arnaud Rebillout 7e8fc6d6b3
Bump debian-cd requirement to 3.1.36
This is in preparation for next commit
2 years ago
Arnaud Rebillout 59023ecfce
Bump simple-cdd requirement to 0.6.9
Just so that it's a Debian version, it looks neater.
2 years ago
Arnaud Rebillout 4561884cbe
Make Kali Purple installer offline
The package exploitdb-papers was removed from kali-tools-identify in
src:kali-meta 2023.1.11, so there's no need to exclude it here anymore.

As a consequence, no need for the network during installation anymore.
2 years ago
Arnaud Rebillout 37c1a23677
Bump live-build requirement (one more time) 2 years ago
Arnaud Rebillout cb8bd8b1c3
Bump live-build requirement (again)
Was missing the epoch, so it didn't trigger
2 years ago
Arnaud Rebillout 243700c73f
Enable Kali Purple installer theme
Other things that I tried, but that didn't work, below:

I tried adding the preseed to simple-cdd/profiles/kali-purple.preseed,
however that didn't work, I guess that this preseed file is loaded only
later during installation, and that at this point the GUI was already
loaded and it's too late to set the theme.

I also tried to do this in simple-cdd.conf:

  # Theming
  if echo " $profiles " | grep -q " kali-purple "; then
    export KERNEL_PARAMS="${KERNEL_PARAMS} debian-installer/theme=Clearlooks-Purple "
  fi

But it doesn't work, seemingly 'profiles' is not set when simple-cdd
loads the conf, and even though we build with the command:

    build-simple-cdd [...] --profiles "$profiles" [...]

Given the fact that uppercase variables are exported, and what we
actually want to change is KERNEL_PARAMS, it seems that the most
straightforward is just to preset it from build.sh.
2 years ago
Arnaud Rebillout 0cb485307f
Bump live-build requirement 2 years ago
Arnaud Rebillout b327625da0
Add installer-purple variant
build.sh:

Note that the installer-purple variant does NOT include the offline
profile, that's on purpose. There's no requirement for this installer to
work offline, and on top of that, we can't include all the packages in
the iso at the moment (the package exploitdb-papers is too big). So we
very much expect to have network, and to download big packages during
the installation.

See next commits for more details.

    kali-config/installer-purple/packages:

Unlike other variants, the "base" metapackage is kali-system-core,
which is a very stripped down metapackage with no offensive tools.
(kali-system-core is basically what used to be kali-linux-core, minus
the few offensive tools that were in there).
2 years ago
Arnaud Rebillout ee4d243ac5
Set simple-cdd profiles from build.sh (instead of guessing from config)
With this change, we do NOT set profiles based on DISKTYPE anymore.
Instead, we set profiles (and auto_profiles) in build.sh, depending on
the variant.

This change is in preparation for next commit, where we'll introduce a
new installer variant.
2 years ago
Arnaud Rebillout 7554441e39
Bump simple-cdd requirement 2 years ago
Raphaël Hertzog f673530399
Add reference to debian-cd bug to remember to drop the hacks when possible 3 years ago
Daniel Ruiz de Alegría bb399b8bf6
Update script to copy grub theme to installer iso 3 years ago
Arnaud Rebillout 9a252cc2d9
Indent nitpick 3 years ago
g0t mi1k 6d475a2833 Add --help 4 years ago
Arnaud Rebillout 88e5ec963b
Favor os-release over debian_version, as it gives more details on the host OS
On a Debian unstable system, the file `/etc/debian_version` contains
only `11.0`, so the script `build.sh` gives me this kind of log:

    OS: 11.0

Not super informative. However the file `/usr/lib/os-release` provides
more details, and by using it we can get the following log:

    OS: Debian GNU/Linux 11 (bullseye)

For a Kali system:

    OS: Kali GNU/Linux 2021.2
4 years ago
Raphaël Hertzog dbbf0c2b9e
Switch DISKTYPE to BD for Bluray Disk
The DVD size limit has been reached and the build currently fails due to
this. We don't really want to burn DVD as ISO images are written on USB
keys and the exact size doesn't really matter for use in virtual
machines. So let's instruct debian-cd to build a bluray image so that
we no longer are annoyed with the size limit.
4 years ago
Steev Klimaszewski 7ffbec1d9c Merge branch 'fix-typo' into 'master'
Fix typo

See merge request kalilinux/build-scripts/live-build-config!13
4 years ago
Raphaël Hertzog 378de1e283
Protect some variable expansions with quotes
At least everywhere where we can end up with the output of "pwd"
in the variable so that we don't break when some directory has
spaces or other unusual characters in it.
4 years ago
Kevin Chevreuil - Kaisen 2859575880 Fix typo 4 years ago
Raphaël Hertzog 541e36278f
Drop -v switch on rm calls in clean()
They remove thousands of files and the output is overwhelming, moving
away any useful history out of the terminal history.
4 years ago
Raphaël Hertzog 5bdd0c4566
Revert "Log all commands"
This reverts commit d2b4645fb4.

Initial commit said “run_and_log doesn't like redirects, but I don't
think thats an issue” but it is a real issue when the whole point of the
command is to modify/overwrite a file with a redirection.

Keep only run_and_log for the final file moves.
4 years ago
Raphaël Hertzog 46eb0991f4
Fix equality comparison with proper /bin/sh syntax 4 years ago
g0t mi1k aec5ad9a43 Remove clean up of live 4 years ago
g0t mi1k ae09606437 Add full path when deleting 4 years ago
g0t mi1k 49947646a4 Be verbose when deleting 4 years ago
Ben Wilson 4b6aa7a76d Symlink to live file, rather than copying (we do it with preseed anyway) 4 years ago
Ben Wilson c78ef580bc Add shorthand support for arch 4 years ago
Ben Wilson 0bf7ea3728 Fix number typo 4 years ago
Ben Wilson 665bb3af6f Delete duplicate files and move to consistent naming location 4 years ago
Ben Wilson fadc99ef88 Group defining variables together 4 years ago
Ben Wilson dfda6f9168 Fix typo with SUDO 4 years ago