Daniel Baumann
ead507b47c
Making firmware package assembling a bit more robust.
2012-06-04 11:55:18 +02:00
Daniel Baumann
4007e00a56
Adding grub-efi to static list of packages for the d-i pool for amd64.
2012-06-04 11:54:14 +02:00
Daniel Baumann
aa0c0fb107
Renaming internal .stage to .build for consistency within the configuration tree.
2012-06-03 22:42:41 +02:00
Daniel Baumann
a666a80a4f
Renaming config/binary_debian-installer-includes to config/includes.binary_debian-installer for consistency with the other include directories.
2012-06-03 08:27:16 +02:00
Daniel Baumann
75a671efca
Allowing to use comments in config/environment.{binary,chroot}.
2012-05-31 13:16:19 +02:00
Daniel Baumann
7ce43cfc16
Allowing to inject variables through config/environment.binary into the binary environment.
2012-05-31 13:15:18 +02:00
Daniel Baumann
dc6b3d90da
Moving firmware symlink creation to the end of binary_debian-installer in order to ensure to take only the latest packages into account that get into the image, regardless if they come from the archive or are localy included.
2012-05-31 13:04:55 +02:00
Daniel Baumann
5e91eadadc
Naming resulting binary isohybrid image binary.hybrid.iso from now on for consistency with the different hdd images later on.
2012-05-25 19:25:38 +02:00
Daniel Baumann
626b9923f7
Correcting renaming of syslinux files in progress mode to actually work.
2012-05-25 19:13:20 +02:00
Daniel Baumann
69194996f7
Using /boot on live media instead of /isolinux or /syslinux in progress mode.
2012-05-23 07:22:51 +02:00
Daniel Baumann
f759856a78
Correcting typo in binary_rootfs to restore 'plain' live filesystem support.
2012-05-23 07:19:19 +02:00
Daniel Baumann
224a2304c8
Adding failsafe entries for syslinux bootloaders in embedded configs.
2012-04-29 09:30:50 +02:00
Daniel Baumann
58cb79b8cd
Transforming failsafe boot parameter into an own option.
2012-04-27 20:31:49 +02:00
Daniel Baumann
0af78a1f67
Slight reordering in lb_binary_debian-installer.
2012-04-27 00:20:40 +02:00
Daniel Baumann
678f2c1cfb
Adding symlinks in /firmware for debian-installer on live media.
2012-04-26 23:37:56 +02:00
Daniel Baumann
4eec1db12f
Updating static list of live specific packages that get unconditionally added and included in the source images.
2012-04-26 23:08:15 +02:00
Daniel Baumann
53898caf1f
Also include firmware-linux meta package if non-free is enabled.
...
While the actual firmware packages are automatically detected,
it is handy to have the firmware-linux meta package included
if non-free is enabled. That way, future upgrades to newer kernels
will keep having all available firmware packages pulled in too.
2012-04-26 23:02:53 +02:00
Daniel Baumann
4a182167c7
Automatically preseed some known firmware packages.
2012-04-26 22:56:57 +02:00
Daniel Baumann
b8bf4da08f
Adding support for including firmware packages automatically within the live system.
2012-04-26 22:39:36 +02:00
Daniel Baumann
add95845d9
Removing 'frozen' symlink in d-i dists, the other suitnames can probably go to.
2012-04-26 22:28:50 +02:00
Daniel Baumann
ee4838878f
Generating package indices for the detected sections within binary pool, needed for proper firmware package placement.
2012-04-26 22:28:50 +02:00
Daniel Baumann
e5b2325f2c
Installing packages into their detected sections within binary pool, needed for proper firmware package placement.
2012-04-26 22:28:50 +02:00
Daniel Baumann
bbd9c284e4
Adding support for including firmware packages automatically within debian-installer.
2012-04-26 22:28:48 +02:00
Daniel Baumann
1361d324e1
Adding memtest to the list of options appended in fail-safe mode.
2012-04-21 10:47:13 +02:00
intrigeri
f3b93ad321
Adding nosplash to the list of options appended in fail-safe mode.
2012-04-18 16:24:56 +02:00
Daniel Baumann
5cfd66788e
Correcting destination directory for extraction of the gfxboot-theme in ubuntu mode.
2012-04-17 21:52:07 +00:00
Daniel Baumann
02a0e0b64f
Temporarily including bzip2 manually when bootstrapping until #657560 has been fixed in unstable.
2012-04-11 09:01:24 +02:00
Daniel Baumann
73682ba57a
Correcting regression in the form of a wrong path in binary_syslinux for syslinux theme packages.
2012-04-10 10:53:22 +02:00
Daniel Baumann
f3f9ad8bde
When removing fstab for live-installer also touch an empty file for it to avoid other packages failing on non-existing fstab.
2012-04-06 12:10:04 +02:00
Daniel Baumann
805cebe2e4
Prefering default modules in initrd even on netboot images ( Closes : #667594 ).
2012-04-05 10:24:40 +02:00
Daniel Baumann
544bde3039
Moving kernel and initrd into tftpboot directory for netboot images.
2012-04-04 21:19:15 +02:00
Daniel Baumann
8fa786ba89
Avoid calling update-initrd in lb_chroot_hacks if the target system has no initrd, thanks to Hector Oron <zumbi@debian.org>.
2012-03-07 18:12:26 +01:00
Daniel Baumann
e5f5af6525
Adding architecture to the output message when running lb_config.
2012-03-03 13:05:29 +01:00
Daniel Baumann
7809c0ef96
Removing --username cruft, live-config bootparameters should be used via --bootappend-live.
2012-02-26 19:55:28 +01:00
Daniel Baumann
ea22359fa6
Removing --hostname cruft, live-config bootparameters should be used via --bootappend-live.
2012-02-26 19:50:49 +01:00
Daniel Baumann
b7a0d88db0
Removing warning about resolvconf package, not be needed anymore.
2012-02-07 13:31:41 +01:00
Daniel Baumann
7f91738540
Correcting destination path for uuid.conf when using casper in binary_disk, thanks to Luigi Capriotti <l.capriotti@xbmc.org> ( Closes : #658995 ).
2012-02-07 10:12:52 +01:00
Daniel Baumann
17b425e9bd
Correcting lzcat call in binary_disk to not bail out due to non-standard file extension (unknown suffix -- unchanged), thanks to Luigi Capriotti <l.capriotti@xbmc.org> ( Closes : #658995 ).
2012-02-07 10:11:31 +01:00
Daniel Baumann
b1c3aecd28
Handling /etc/resolv.conf even if it's a dangling symlink like with resolv.conf, thanks to Stephane Graber <stgraber@ubuntu.com> ( Closes : #657640 ).
2012-02-07 10:04:51 +01:00
Daniel Baumann
3004ef6851
Shortening kernel and initrd filenames in /live again similar to what we did with in lenny.
...
Unfortunately, syslinux as of wheezy and newer apparently does not support
long filenames anymore. Therefore, we do have to shorten the filenames
from:
/live/vmlinuz-3.2.0-1-amd64
/live/initrd.img-3.2.0-1-amd64
to:
/live/vmlinuz
/live/initrd.img
In case more than one kernel flavour is used, the files are being
numbered, starting with vmlinuz1 and initrd1.img.
2012-02-06 23:17:23 +01:00
Daniel Baumann
3f62ac0a3d
Cleaning up handling of apt preferences when building in progress mode.
2012-02-06 23:15:13 +01:00
Daniel Baumann
bd9b635a0a
Simplyfing automatic pinning in derivative modes.
2012-02-06 23:15:13 +01:00
Daniel Baumann
d9a0202d1b
Dereferencing potential symlinked apt preference files in chroot_apt/*.pref.
2012-02-06 23:15:13 +01:00
Daniel Baumann
7e1fc7431c
Avoid removing populated apt preferences file in derivative mode.
2012-02-06 23:15:13 +01:00
Daniel Baumann
db4b354436
Improve backports handling in derivatives mode.
...
If LB_BACKPORTS=true, then backports are configured in sources.list,
however, not enabled.
If backports are enabled depends on pinning, either manually through
apt/preferences.d snipplets in local includes/chroot_apt, or,
depending on distribution (e.g. building artax-backports enables
pinning automatically).
2012-02-06 23:15:13 +01:00
Daniel Baumann
9c9cdbbb33
Removing useless top-comment for /etc/apt/preferences.d/progress.pref.
2012-02-06 23:15:13 +01:00
Daniel Baumann
822dc2c028
Updating year in copyright notices for 2012.
2012-02-06 23:15:12 +01:00
Daniel Baumann
335b5d0352
Using /etc/apt/sources.list.d/debian.list instead of /etc/apt/sources.list in derivative mode.
2012-02-06 23:15:11 +01:00
Daniel Baumann
cc9fb10e25
Removing removal of bootstrap-base udeb in binary_debian-installer.
...
If both bootstrap-base and live-installer are available on the installer,
live-installer is prefereded by d-i (because of the live specific .disk info).
If live-installer is included, can be disabled with live-installer/enable=false
and d-i will use bootstrap-base in order to debootstrap the base system on
/target.
2012-02-06 23:15:11 +01:00
Daniel Baumann
d2944e4341
Renaming forgotten binary_packagelists to binary_package-lists to match the rest of lb.
2012-02-06 23:15:11 +01:00