Commit Graph

379 Commits (378de1e28371ddc8e69bbabf9cc782b5f398ce34)
 

Author SHA1 Message Date
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
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 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
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
Raphaël Hertzog 7dd011be60
Re-add trailing spaces in preseed.cfg
Trailing spaces are meaningful, they are a separator between the type
of the field and the empty value that follows!
4 years ago
Raphaël Hertzog 6dcbf56610
Revert "Remove un-used default profile"
This reverts commit e695c81d1a.

The default profile is always enabled by simple-cdd and we want to
override it!
4 years ago
Raphaël Hertzog 80b754cf64
Fix indentation in setup_usergroups 4 years ago
Raphaël Hertzog 834f065072
Revert "Swap spaces for tabs to match other files"
This reverts commit c6b70bf355.
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
g0t mi1k c6b70bf355 Swap spaces for tabs to match other files 4 years ago
g0t mi1k 71f3cbaef4 Update path location 4 years ago
g0t mi1k 15d9b060bc Merge branch 'misc' into 'master'
Consistencies between installer and live images

See merge request kalilinux/build-scripts/live-build-config!12
4 years ago
Ben Wilson 30ba4008a7 Remove un-used file
"Start installer with speech synthesis"
4 years ago
Ben Wilson 42df63a41d Live image text to match installer image 4 years ago
Ben Wilson cd665ff03d Comments where items are used (live images) 4 years ago
Ben Wilson 3630d2bea5 Remove un-used line 4 years ago
Ben Wilson 4b6aa7a76d Symlink to live file, rather than copying (we do it with preseed anyway) 4 years ago
Ben Wilson e695c81d1a Remove un-used default profile 4 years ago
Ben Wilson d1ad9e1ea2 Remove empty folders 4 years ago
Ben Wilson d007e371ec Fix formatting 4 years ago
Ben Wilson c00a132d10 Remove trailing spaces 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 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 665bb3af6f Delete duplicate files and move to consistent naming location 4 years ago
Ben Wilson f4e3de7a1d Fix formatting to make it easier to read 4 years ago
Ben Wilson db5e3cfd2d Fix issue if folder wasn't yet there (fresh run) 4 years ago
Ben Wilson fadc99ef88 Group defining variables together 4 years ago
Ben Wilson dfda6f9168 Fix typo with SUDO 4 years ago
Ben Wilson 142a3ba7b8 Remove duplicate clean 4 years ago
Ben Wilson 360ee78992 Fix formatting 4 years ago
Ben Wilson d6dadb2c18 Add --clean option 4 years ago
Ben Wilson 6349d72df7 Ignore more traces of build output 4 years ago
Ben Wilson d2b4645fb4 Log all commands
run_and_log doesn't like redirects, but I don't think thats an issue
4 years ago
Ben Wilson 305b60606f Add failure checks 4 years ago
Ben Wilson 72ef3152a2 Force overwrite - happens with installer anyway 4 years ago
Ben Wilson c671a31551 There is more than just x64! 4 years ago
Ben Wilson e48e8826b6 Add OS check 4 years ago
Ben Wilson 85cad5075b Fix number typo 4 years ago
Ben Wilson d2701248c9 Add UEFI text on live image 4 years ago
Ben Wilson 8f77672b19 Switch shortcuts for live image and USB 4 years ago
Ben Wilson d74576cccb Swap spaces for tabs 4 years ago
Ben 881f5f2c6b Ignore generated files from live image buildilng 4 years ago
Ben 60ef618b2a Bash formatting 4 years ago
Ben 5f61581bc2 Debug output 4 years ago
Ben ca00ef5564 Spaces to tabs 4 years ago