Commit Graph

519 Commits (a9d7f357abd17911af27e7883d7f3db1aa05a9b1)
 

Author SHA1 Message Date
g0t mi1k a9d7f357ab Keep consistency with lines 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 4e4382e8c1 Sync preseed files 2 months ago
g0t mi1k fb95194293 Consistency: tabs to spaces 2 months ago
g0t mi1k 26efadcc71 Refresh live profile 2 months ago
g0t mi1k 530b22106b Prefix desktop to variant
Tool metapackages
2 months ago
g0t mi1k cf029a87c9 Clean up ignored 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 796bb62679
Configure default terminal according to the kali desktop package installed
This is necessary in case more than one terminal is installed, and they
both have the same alternative priority.

For example, while installing all packages at once, sometimes apt will
resolve a dependency "x-terminal-emulator" to one of the many packages
that provide it, for example "zutty". And then it will also install the
terminal listed in the "kali-desktop-${desktop}" metapackage that is
selected, eg. "qterminal" for "kali-desktop-xfce".

Both zutty and qterminal have a alternative priority of 40 at the
moment, so if zutty gets unpacked first, it will have precendence and be
the default terminal.

It's a long-standing issue. By the past, We tried to make sure that the
default desktop terminal is installed first, by listing it early in the
dependencies of the "kali-desktop-{desktop}" metapackage, and it kind of
works with the debian-installer, but it was hard to make it work (we had
to do some changes in tasksel), and it's still brittle as it relies on
apt's dependency solving, which is apt's internal sauce and might change
(hint, apt will get a new solver soon, cf [1]).

As it turns out, it doesn't work for the live iso, somehow we still get
zutty taking precedence over qterminal, I didn't check why, it probably
has to do with how live-build constructs the apt command-line in order
to install everything.

In any case: I think our approach so far didn't work, so with this
commit, we take another approach: we set the default terminal from the
finish-install script, for both the installer iso and the live iso. That
should solve the issue for good.

[1]: https://blog.jak-linux.org/2024/05/14/solver3/
8 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 3499b2f3fb
Add eatmydata to offline.downloads
This should fix:

    in-target: E: Unable to locate package eatmydata
    eatmydata-udeb/eatmydata-install: error: unable to find /usr/bin/eatmydata after installing the eatmydata package

Cf. 31fb818dec
11 months ago
Arnaud Rebillout 50779f66db
Add espeakup to the list of offline packages
At the moment it's missing, leading to:

    finish-install: info: Running /usr/lib/finish-install.d/06espeakup
    [...]
    in-target: E: Unable to locate package espeakup
11 months ago
Arnaud Rebillout cdca823618
Add console-data for the live image
- https://bugs.kali.org/view.php?id=8741
- https://bugs.debian.org/1070679
11 months ago
Arszilla e4b6f567aa
Update .gitignore because wget-log was not included 1 year ago
Arnaud Rebillout 81bd738d0c Merge branch 'master' into 'master'
Add missing files to .gitignore

See merge request kalilinux/build-scripts/live-build-config!38
1 year ago
Arszilla 08ae4d4b9f
Add missing files to .gitignore 1 year ago
g0t mi1k 5faa0da23a Merge branch 'quote-args-in-debug-logs' into 'master'
Quote arguments where needs be, in debug logs

See merge request kalilinux/build-scripts/live-build-config!37
1 year 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
Arnaud Rebillout 84891983b0 Merge branch 'kali.download' into 'master'
Simple-CDD: Switch to kali.download as default mirror

See merge request kalilinux/build-scripts/live-build-config!34
1 year ago
Ben Wilson ae9b552efd
Misc formatting 1 year ago
Ben Wilson 0a814e13a7
Simple-CDD: consistency with other settings 1 year ago
Ben Wilson 42f2e223d8
Simple-CDD: fix typo 1 year ago
Ben Wilson fc25ab4848
Simple-CDD: Switch to kali.download as default mirror 1 year ago
Daniel Ruiz de Alegría 474fa5f39a
Fix optimized png boot background not working 1 year ago
Daniel Ruiz de Alegría 3118f95975
Last tweaks to boot menu background 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
Daniel Ruiz de Alegría 196e624229
Add bottom black gradient to boot background 1 year ago
Daniel Ruiz de Alegría cb86d249bf
Resize boot image 1 year ago
Daniel Ruiz de Alegría 651911def5
Optimize boot menu background 1 year ago
Daniel Ruiz de Alegría f8f9eac7da
Update boot menu background 1 year ago
Arnaud Rebillout 1d44fe09cf Merge branch 'master' into 'master'
Remove the deprecated copy to /usr/bin/

See merge request kalilinux/build-scripts/live-build-config!31
1 year ago
Arszilla ba88f8c900
Remove the deprecated copy to /usr/bin/ 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 972cedebd2
Minor edits to i3 variant
No need to explicitly list kali-themes in the packages to install, it's
pulled in anyway via the following dependency chain: kali-desktop-i3 ->
kali-desktop-core -> kali-themes

I removed the pulseaudio hook. I really don't see a reason to start
pulseaudio once, during the build process, as root. Plus, the second
line of the hook (rm -rf .pulse-cookieaa) has no effect, since there's
no file named .pulse-cookieaa. I added some debug logs to the hook to
confirm that.
2 years ago
Arnaud Rebillout 4957381ac2 Merge branch 'master' into 'master'
Rename variant-i3wm to variant-i3 and enable i3-dotfiles

See merge request kalilinux/build-scripts/live-build-config!30
2 years ago
Arszilla 138dc4bed8 Rename variant-i3wm to variant-i3 and enable i3-dotfiles 2 years ago
Arnaud Rebillout 41a8565ff5
Drop misc package from offline.downloads
These packages were added at a time when debian-cd didn't resolve
Recommends to the end, so we needed to list it explicitly there. But
it's been fixed now, in debian-cd 3.1.36 (cf. #601203), so we can drop
those lines.
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 a1c636e7a6
Drop usr-is-merged from offline.downloads and installer-netinst
usr-is-merged is included in simple-cdd offline.downloads's since
version 0.6.9. Not sure why I needed to list it in installer-netinst as
well at the time, but after testing, I can confirm it's not needed
anymore.
2 years ago
Arnaud Rebillout c8531ad33c
Drop python3-unicodedata2 from offline.downloads
As python 3.11 is now in Kali (rolling and last release)
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