Daniel Baumann
c316f6cdbd
Moving win32-loader inclusion support from external hook into main program ( Closes : #476546 ).
2008-08-14 21:33:56 +02:00
Daniel Baumann
837c7d31fa
Removing superfluous echo type from echo call.
2008-08-14 05:50:48 +02:00
Daniel Baumann
f5d6f587e2
Correcting escaping of $VERSION in LH_ISO_PREPARER defaults.
2008-08-14 05:46:01 +02:00
Chris Lamb
8ce28f6311
Correcting aesthetic typo "proces" -> "process".
2008-08-14 05:44:23 +02:00
Chris Lamb
e17a9c057c
Add leading space to prevent unnecessary diff when running lh_config repeatedly.
2008-08-14 05:44:22 +02:00
Chris Lamb
cf35e04305
Rename internal LH_BOOTAPPEND_PRESEED variable to _LH_BOOTAPPEND_PRESEED
2008-08-14 05:44:22 +02:00
Daniel Baumann
be19b07694
Replacing remaining echo calls with proper echo functions.
2008-08-14 05:44:22 +02:00
Daniel Baumann
fb8ad53f18
Don't expand version in default configuration, but rather use it dynamically.
2008-08-14 05:44:22 +02:00
Tiago Bortoletto Vaz
efe08ed925
Supporting remote preseeding files.
2008-08-14 05:44:22 +02:00
Tiago Bortoletto Vaz
2585f5591e
Also allowing multiple preseeding files for netboot.
2008-08-14 05:44:22 +02:00
Daniel Baumann
2fb67cb362
Adding guessing of the preseeding filename, and way to manually overwrite it (or select it in case of multiple available preseeding files).
2008-08-14 05:44:22 +02:00
Tiago Bortoletto Vaz
a5f1ed5528
Adding last modifications in order to have localization fully working in live-helper. This commit goes with some pt_BR translations just for testing. Thanks to Antonio Terceiro for helping and coding in some shell stuff.
2008-08-11 22:28:54 +02:00
Daniel Baumann
e74a26afdb
Merging debian-installer-daily option into debian-installer-distribution.
2008-08-10 04:29:40 +02:00
Tiago Bortoletto Vaz
1b7da55dbe
Suporting debian-installer distribution choice, which makes possible to build a image using a system-independent debian-installer suite. The config option for this is --debian-installer-distribution CODENAME.
2008-08-10 04:12:32 +02:00
Chris Lamb
1376d237dc
Print a warning when package caching is disabled but d-i integration is enabled.
...
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-08-07 20:10:48 +01:00
Chris Lamb
d3f15a317f
Perform in LH_BOOTAPPEND_INSTALL conditional expansion manually to avoid expansion bug/feature on repetitive calls to lh_config ( Closes : #488672 )
...
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-07-05 00:54:00 +01:00
Chris Lamb
744c2f6bab
Print a friendlier message if debootstrap or cdebootstrap cannot be found.
...
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-22 01:20:09 +01:00
Chris Lamb
733e453306
Migrate a In_list candidate to grep -E.
...
Perhaps we could .-include the In_list function?
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-20 01:32:03 +01:00
Chris Lamb
be0f6ae8a4
Add support for usb-hdd on sparc (requires parted 1.8 from experimental).
...
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-15 16:27:35 +01:00
Chris Lamb
766cd2670c
Add support for the sparc architecture.
...
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-06-15 04:46:51 +01:00
Daniel Baumann
8d241680ca
Adding powerpc64 to default kernel flavours (in addition to the normal 32 bit one).
2008-04-25 14:14:16 +02:00
Chris Lamb
37666ee1bb
helpers/lh_config, functions/defaults.sh: Correct "boostrap" -> "bootstrap"
...
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-04-10 22:31:17 +01:00
Daniel Baumann
c553c5bbe6
Removing temporary workaround of adding lzma-modules2.6 to linux packages, all fixed squashfs are now in sid and lenny.
2008-04-03 09:09:50 +02:00
Daniel Baumann
a5fff6e72d
Also including lzma modules on lenny temporarily.
2008-03-28 11:18:25 +01:00
Chris Lamb
1ca0b58aac
Allow LH_ENCRYPTION="disabled" to disable encryption
...
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2008-03-23 04:21:47 +00:00
Daniel Baumann
92edfe399b
Switching default of LH_APT from aptitude to apt for >= lenny.
...
Apt in lenny also supports tracking of 'orphaned' packages. If aptitude is
installed, apt can't be removed, so by switching to apt making the default
images a tiny bit smaller. And, aptitude got mainly default because of the
sarge->etch update recommendation.
2008-03-21 22:51:15 +01:00
Daniel Baumann
055e965427
Including 686 kernel flavour on i386 too, but defaulting (still) to 486 for compatibility reasons.
2008-03-11 10:33:35 +01:00
Daniel Baumann
ab336ba97e
Updating copyright years to 2008.
2008-03-06 16:43:00 +01:00
Daniel Baumann
7f57e72520
Fixed accidental overwriting of LH_NET_TARBALL value in defaults.
2008-03-01 23:18:30 +01:00
Daniel Baumann
b29652a480
Adding lzma modules on sid.
2008-02-29 11:48:42 +01:00
Daniel Baumann
2d88de5ab6
Adding option to set binary-net compression (or disable it).
2008-02-26 19:57:41 +01:00
Daniel Baumann
c251e5f227
Improving etch compat warnings.
2008-02-24 13:41:50 +01:00
Daniel Baumann
c6fa0ca042
Renaming LH_MIRROR_BOOTSTRAP* to LH_MIRROR_CHROOT and introducing dedicated LH_MIRROR_BOOTSTRAP for debootstrap/cdebootstrap only.
2008-02-21 20:52:37 +01:00
Daniel Baumann
fa3c63f5dc
Adding apt/aptitude options.
...
By using APT_OPTIONS and APTITUDE_OPTIONS in config/common,
one can manipulate the default options wich is made to each
and every apt and aptitude call.
2008-02-21 20:03:57 +01:00
Daniel Baumann
0d0e8bb268
Renaming mini flavour to stripped to avoid confusion, thanks to Fathi Boudra <fabo@debian.org> and Ben Armstrong <synrg@debian.org>.
2008-01-17 18:15:11 +01:00
Daniel Baumann
ea91231cba
Using ftp.us.debian.org rather than ftp.debian.org, see http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html .
2008-01-16 12:58:07 +01:00
Daniel Baumann
948730f93a
Consistently using the pipe as seperator in sed commands now.
2008-01-15 08:25:29 +01:00
Daniel Baumann
6e28cb02a0
Checking LH_APT when using mini and minimal package lists.
2007-12-22 09:10:25 +01:00
Daniel Baumann
cd4bc3078f
Don't fail silently when extern executables are configured but not present.
2007-11-21 21:05:32 +01:00
Daniel Baumann
ec0d5cd48b
Adding binary filesystem option, currently only supporting fat16 and fat32.
2007-11-16 23:01:03 +01:00
Daniel Baumann
9ad970aca2
Adding option to disable md5sum generation.
2007-11-12 23:00:48 +01:00
Daniel Baumann
b0282f5d26
Adding check to detect gnu-fdisk and using the original fdisk, thanks to Peter Skogström <peter.skogstrom@bitrunner.com> for the report.
2007-11-12 22:43:28 +01:00
Daniel Baumann
02c57db196
Fixing spelling mistake, thanks to Kel Modderman <kel@otaku42.de>.
2007-11-11 14:48:20 +01:00
Daniel Baumann
0408e7ebba
Added warning about etch compatibility of lh_config options.
2007-11-11 14:14:25 +01:00
Daniel Baumann
8e94824fe9
Fixing wrong kernel flavour warning message on m68k.
2007-11-11 10:23:08 +01:00
Daniel Baumann
6e3fa37642
Correcting some language shortcommings.
2007-11-11 10:21:21 +01:00
Daniel Baumann
cfbadf00dc
Adding option to allow building in fakeroot/fakechroot environment, thanks to An-Cheng Huang <ancheng@vyatta.com>.
2007-11-10 18:39:49 +01:00
Jesse Hathaway
bb08fc8d1e
add new option to mount cow device on nfs volume
...
At the moment this only works with the root volume
on nfs as well. If we add a switch to configure the
network early in the boot process then this option
could be made available for other root mediums. This
option works reliably on the latest kernel 2.6.23.1
On earlier kernels I experienced frequent oopses.
2007-10-31 11:06:58 +01:00
Daniel Baumann
beebfa63ae
Setting LH_BOOTSTRAP_FLAVOUR only when using cdebootstrap.
2007-10-31 10:55:37 +01:00
Jesse Hathaway
00aa1d0c28
add exposedroot option which exposes the root fs as ro
...
This option allows you to expose the root read only. Using
this option a person could upgrade the root filesystem or
add packages without requiring the user to reboot. The root
filesystem could be kept on an nfs volume or some other
persistent medium. Multiple clients could then be booted off
the same root fs. I used LTSP as a template to determine which
directories to make rw.
2007-10-24 13:36:42 -04:00