Commit Graph

20 Commits (main)

Author SHA1 Message Date
Arnaud Rebillout 8c4449180f Adjust .gitignore
Since commit cf029a87c9, I get this error:

```
$ git add --verbose kali-config/common/includes.chroot/usr/lib/live/config/0031-kali-user-setup
add 'kali-config/common/includes.chroot/usr/lib/live/config/0031-kali-user-setup'
The following paths are ignored by one of your .gitignore files:
kali-config/common/includes.chroot/usr/lib/live/config
hint: Use -f if you really want to add them.
hint: Disable this message with "git config advice.addIgnoredFile false"
```

This is because wildcards were dropped, ie `config/* became `config/`
and `chroot/*` became `chroot/`, and I don't really understand *why* it
caused the change in behavior, but let's not go down the rabbit hole.

It seems to me that we want to ignore directories at the root, so be
explicit about that, and that's enough to fix the issue.
2 weeks ago
g0t mi1k cf029a87c9 Clean up ignored 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
Arszilla e4b6f567aa
Update .gitignore because wget-log was not included 1 year ago
Arszilla 08ae4d4b9f
Add missing files to .gitignore 1 year ago
Raphaël Hertzog 7058d21c73
Ignore the images path, not only files below it
On my system, "images" is a symlink pointing to another directory and I
want to ignore that symlink too.
4 years ago
Ben Wilson 4b6aa7a76d Symlink to live file, rather than copying (we do it with preseed anyway) 4 years ago
Ben Wilson d007e371ec Fix formatting 4 years ago
Ben Wilson c4c1d7e86d Move to new home 4 years ago
Ben Wilson dc7099cf0c Don't track these files as they will be overwritten during build 4 years ago
Ben Wilson 6349d72df7 Ignore more traces of build output 4 years ago
Ben Wilson c671a31551 There is more than just x64! 4 years ago
Ben 881f5f2c6b Ignore generated files from live image buildilng 4 years ago
Raphaël Hertzog c6bd9ae1cf Fix installer image to cope with default 686-pae kernel that we use on i386
Debian defaults to linux-image-686 for i386 on all levels (simple-cdd,
debian-cd, debian-installer). Kali modified debian-installer to use
linux-image-686-pae in debian-installer (for the benefit of the live
image mainly!). We have to adjust simple-cdd (by way of the
kernel_packages configuration item) and debian-cd (with some live
patching of a copy).
5 years ago
Raphaël Hertzog 51e3fbe99f Add --installer option to build images with simple-cdd 5 years ago
Raphaël Hertzog f41fb8bb62 Allow setting the local mirror in .mirror 8 years ago
Raphaël Hertzog d086e7d73a Extend .gitignore to cover files used by live-build 3.x 13 years ago
root 58fb07dead Ignore lock file 13 years ago
root a1d50a4c32 Improve build_all.sh so that it actually works
Do not put use generic environment variables that are in conflict
with live-build internal variables. Auto-publish the resulting images.
13 years ago
root 2be7d3ec67 Initial configuration 13 years ago