Daniel Baumann
5e7f545474
Even though users are supposed to have any local-includes with the correct owner and permissions, we set them manually on /home/user as it's likely that anybody will forget it ( Closes : #506553 ).
2011-03-09 19:03:45 +01:00
Daniel Baumann
c4c64bc0f8
Removing scripts directory through lh_clean, if it's not empty.
2011-03-09 19:03:45 +01:00
An-Cheng Huang
5166362009
Copy menu binary from the correct directory
2011-03-09 19:03:45 +01:00
Daniel Baumann
55254a01fd
Applied patch from Maximilian Gass <mxey@cloudconnected.org> to fix typo in generation of release files in lh_chroot_sources.
2011-03-09 19:03:44 +01:00
An-Cheng Huang
2e61cf50af
ignore harmless warnings from parted.
2011-03-09 19:03:44 +01:00
Daniel Baumann
22a06c6566
Generalizing internal LH_CONFFILE variable.
2011-03-09 19:03:44 +01:00
Daniel Baumann
b55f1963c8
Correcting manpage section reference in a comment in lh.
2011-03-09 19:03:44 +01:00
Daniel Baumann
8ff4391fd7
Cleaning up code of 'lh' short helper.
2011-03-09 19:03:44 +01:00
Daniel Baumann
c225229f29
Implementing colorful output (currently disabled by default, though).
2011-03-09 19:03:44 +01:00
Daniel Baumann
776a7b2227
Generalizing internal LH_BREAKPOINTS variable.
2011-03-09 19:03:44 +01:00
Daniel Baumann
ad6b01b388
Generalizing internal LH_VERBOSE variable.
2011-03-09 19:03:44 +01:00
Daniel Baumann
cb0894b3b3
Generalizing internal LH_QUIET variable.
2011-03-09 19:03:43 +01:00
Daniel Baumann
3ff1c8050b
Generalizing internal LH_DEBUG variable.
2011-03-09 19:03:43 +01:00
Daniel Baumann
137f573c85
Generalizing internal LH_FORCE variable.
2011-03-09 19:03:43 +01:00
Daniel Baumann
141b4f7e0f
Slightely improving wording of the 'bootloader not yet supported' when creating images.
2011-03-09 19:03:43 +01:00
Daniel Baumann
3a2d87b74b
Slightly reordering genisoimage option assembling.
2011-03-09 19:03:43 +01:00
Daniel Baumann
0eaf9e5122
Adding armel to architecture specific checks.
2011-03-09 19:03:43 +01:00
Daniel Baumann
1c1e7db6c4
Generalizing internal Chroot(); by requiring its first argument to be the chroot directory.
2011-03-09 19:03:43 +01:00
Daniel Baumann
6696b019fe
Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons.
2011-03-09 19:03:43 +01:00
Daniel Baumann
c36bae1013
Updating releases.sh to match internal namespace of included functions.
2011-03-09 19:03:43 +01:00
Daniel Baumann
ef8a1b4ca9
Improving version output of lh_config --dump.
2011-03-09 19:03:43 +01:00
Daniel Baumann
d33dce984d
Using dd rather than cat to write mbr.bin to usb-hdd images; dd is more robust in case mbr.bin is corrupted.
2011-03-09 19:03:43 +01:00
Daniel Baumann
6f9a33bf9f
Merging lh_dumpconfig into lh_config as --dump parameter.
2011-03-09 19:03:43 +01:00
Daniel Baumann
9af11084af
Adjusting code style of lh_dumpconfig.
2011-03-09 19:03:43 +01:00
Chris Lamb
660bd98473
Add lh_dumpconfig helper to print suitable output for pastebins and other remote debugging.
2011-03-09 19:03:43 +01:00
Marco Amadori
4dc5ffe7f3
Ensure lh_binary_debian-installer includes local debs ( Closes : #502877 )
...
* fixed some path references to the "config" directory.
2011-03-09 19:03:43 +01:00
Chris Lamb
cf53392616
Setup cleanup hook in the high-level helpers.
2011-03-09 19:03:43 +01:00
Daniel Baumann
6204dc0e6d
Enforcing lh_config to be run before lh_build, see also http://lists.debian.org/debian-live/2008/10/msg00102.html ( Closes : #500740 ).
2011-03-09 19:03:42 +01:00
Daniel Baumann
0cbbde2b96
Using simplified Require_stagefile(); calls by passing multiple arguments.
2011-03-09 19:03:42 +01:00
Chris Lamb
d92d4e2201
For consistency, don't preserve uid/gid for files in binary_local-includes.
2011-03-09 19:03:42 +01:00
Chris Lamb
d9810a3644
Ensure all files installed via chroot_local-includes are owned by root:root. Thanks to Julien Cristau <jcristau@debian.org>.
...
This may cause problems for users who are relying on the target uid and gid
of the files in the build system's config/chroot_local-includes being the
same on the live image.
2011-03-09 19:03:42 +01:00
Daniel Baumann
2722cbb709
Making sure /etc/sudoers has right owner/permissions.
2011-03-09 19:03:42 +01:00
Daniel Baumann
61ffd3e944
Manually setting owner of /etc/skel to root.
2011-03-09 19:03:42 +01:00
Daniel Baumann
c977712868
Making removal stage of lh_chroot_selinuxfs dependent on the existence of /selinux, otherwise that directory would be always created in the chroot.
2011-03-09 19:03:42 +01:00
Daniel Baumann
7ce22c258d
Applying patch from Frederic Boiteux <fboiteux@calistel.com> to support wildcards in rootfs exclude lists ( Closes : #500677 ).
2011-03-09 19:03:42 +01:00
Daniel Baumann
1476f3a1c3
Adding lh_chroot_selinuxfs helper to support building live images on a selinux enabled host ( Closes : #501652 ).
2011-03-09 19:03:42 +01:00
Marco Amadori
63dc9da964
lh_config --help and manpage 'copy' mention.
2011-03-09 19:03:42 +01:00
Daniel Baumann
817f3f8cf6
Improving indices workaround by checking LH_BOOTSTRAP_FLAVOUR rather than LH_PACKAGES_LISTS in order to handle chicken-egg problem for installing apt-utils when having bootstrapped a minimal chroot.
2011-03-09 19:03:42 +01:00
Chris Lamb
15a8c9ab3d
Include source for sparc-utils on that architecture.
2011-03-09 19:03:42 +01:00
Chris Lamb
13804c6102
Correcting sparc architecture detection to ensure correct source package contents.
2011-03-09 19:03:42 +01:00
Chris Lamb
bb97c59eb7
Install appropriate tasksel program.
2011-03-09 19:03:42 +01:00
Chris Lamb
7bc94cef99
Don't build up source package list inside chroot.
2011-03-09 19:03:42 +01:00
Chris Lamb
ab1e4ce5a8
Create a "missing-source.txt" file containing missing source packages instead of exiting.
2011-03-09 19:03:42 +01:00
Maximilian Gass
0c8232307d
Only install memtest in lh_binary_syslinux if enabled.
2011-03-09 19:03:42 +01:00
Chris Lamb
44fefdf1d3
Additionally save the 'scripts/' subdirectory if it contains files when building source images.
2011-03-09 19:03:42 +01:00
Chris Lamb
8d9860284d
Fix timing issue in create of source tarballs. Patch by Sebastian H <shbugreport@online.de>. ( Closes : #499793 )
2011-03-09 19:03:42 +01:00
Daniel Baumann
ed6d9e8c8c
Adding explicit --yes to apt-get call when installing keyring packages (previously, this was inherited through Apt(); wrapper) ( Closes : #499625 ).
2011-03-09 19:03:42 +01:00
Chris Lamb
4210fbf03c
Really fix LH_BOOTSTRAP="copy". Thanks to Andreas Teuchert <ant+bdo@hsg-kl.de>. ( Closes : #498385 )
2011-03-09 19:03:42 +01:00
Marco Amadori
dfc00ce30c
Splitted "longoptions" in various lines.
2011-03-09 19:03:42 +01:00
Daniel Baumann
f423bca5d8
Adding scripts directory to to include custom helper scripts.
2011-03-09 19:03:42 +01:00