Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-05 | Prefering default modules in initrd even on netboot images (Closes: #667594). | Daniel Baumann | |
2012-04-04 | Moving kernel and initrd into tftpboot directory for netboot images. | Daniel Baumann | |
2012-04-04 | Moving pxelinux.cfg to pxelinux.cfg/default in pxelinux bootloader configs. | Daniel Baumann | |
2012-03-19 | Updating release list for ubuntu. | Daniel Baumann | |
2012-03-19 | Updating release list for progress. | Daniel Baumann | |
2012-03-11 | Adding Italian debconf translations from Beatrice Torracca ↵ | Daniel Baumann | |
<beatricet@libero.it> (Closes: #663428). | |||
2012-03-11 | Excluding console-common in standard list for ubuntu as console-common is in ↵ | Daniel Baumann | |
universe. | |||
2012-03-07 | Avoid calling update-initrd in lb_chroot_hacks if the target system has no ↵ | Daniel Baumann | |
initrd, thanks to Hector Oron <zumbi@debian.org>. | |||
2012-03-04 | Switching default bootstrap mirror from ftp.de.debian.org to ftp.debian.org, ↵ | Daniel Baumann | |
now that ftp.debian.org has upgraded hardware and bandwith. | |||
2012-03-03 | Removing references to not existing --language option in lb_config manpage. | Daniel Baumann | |
2012-03-03 | Excluding security and volatile archives for ubuntu precise for the the time ↵ | Daniel Baumann | |
being. | |||
2012-03-03 | Adding architecture to the output message when running lb_config. | Daniel Baumann | |
2012-02-29 | Marking lde in rescue list as squeeze only, thanks to Michal Suchanek ↵ | Daniel Baumann | |
<hramrach@centrum.cz>. | |||
2012-02-26 | Updating to standards version 3.9.3. | Daniel Baumann | |
2012-02-26 | Updating copyright file machine-readable format version 1.0. | Daniel Baumann | |
2012-02-26 | Removing --username cruft, live-config bootparameters should be used via ↵ | Daniel Baumann | |
--bootappend-live. | |||
2012-02-26 | Removing --hostname cruft, live-config bootparameters should be used via ↵ | Daniel Baumann | |
--bootappend-live. | |||
2012-02-20 | Set parent distribution, parent debian installer, and mode, also disable ↵ | Richard Nelson | |
backports on l-b.cgi | |||
2012-02-20 | Removing full path from chroot calls in chroot function. | Daniel Baumann | |
Temporarily, we had /usr/share/live/build/scripts/build/lb_* named without the lb_* prefix which made calling chroot being called with full path in order to diffrentiate between lb chroot and /usr/sbin/chroot when usling live-build from a local source tree. | |||
2012-02-20 | Excluding guymager for wheezy in rescue package list. | Daniel Baumann | |
2012-02-20 | Including thttpd for squeeze only in rescue package list. | Daniel Baumann | |
2012-02-20 | Excluding honeyd for wheezy in rescue package list (Closes: #660601). | Daniel Baumann | |
2012-02-16 | Releasing debian version 3.0~a45-1.debian/3.0_a45-1 | Daniel Baumann | |
2012-02-16 | Adding Polish debconf translations from Michal Kulach ↵ | Daniel Baumann | |
<michalkulach@gmail.com> (Closes: #660003). | |||
2012-02-16 | Add forgotten fallback for mode setting if lsb_release is not installed. | Daniel Baumann | |
2012-02-16 | Removing menu as it adds an unwanted menu to some DEs/WMs which prefer to do ↵ | Ben Armstrong | |
without. | |||
2012-02-14 | Correcting typo in ubuntu default distribution name, thanks to Marco Lechner ↵ | Daniel Baumann | |
<marco.lechner@fossgis.de> (Closes: #659823). | |||
2012-02-13 | Correcting typo in defaults for backports mirror. | Daniel Baumann | |
2012-02-12 | Releasing debian version 3.0~a44-1.debian/3.0_a44-1 | Daniel Baumann | |
2012-02-12 | Adding lintian overrides for symlink-should-be-relative (bootloader configs ↵ | Daniel Baumann | |
need to use absolute symlinks on purpose to allow chrooted builds). | |||
2012-02-12 | Adding a workaround in rules to stop dh_link converting absolute symlinks to ↵ | Daniel Baumann | |
relative symlinks for bootloader configs. | |||
2012-02-07 | Removing warning about resolvconf package, not be needed anymore. | Daniel Baumann | |
2012-02-07 | Correcting destination path for uuid.conf when using casper in binary_disk, ↵ | Daniel Baumann | |
thanks to Luigi Capriotti <l.capriotti@xbmc.org> (Closes: #658995). | |||
2012-02-07 | Correcting lzcat call in binary_disk to not bail out due to non-standard ↵ | Daniel Baumann | |
file extension (unknown suffix -- unchanged), thanks to Luigi Capriotti <l.capriotti@xbmc.org> (Closes: #658995). | |||
2012-02-07 | Adding Dutch debconf translations from Jeroen Schot <schot@a-eskwadraat.nl> ↵ | Daniel Baumann | |
(Closes: #657470). | |||
2012-02-07 | Adding updated Spanish debconf translations from Javier Fernández-Sanguino ↵ | Daniel Baumann | |
Peña <jfs@computer.org> (Closes: #656404). | |||
2012-02-07 | Handling /etc/resolv.conf even if it's a dangling symlink like with ↵ | Daniel Baumann | |
resolv.conf, thanks to Stephane Graber <stgraber@ubuntu.com> (Closes: #657640). | |||
2012-02-06 | Releasing debian version 3.0~a43-1.debian/3.0_a43-1 | Daniel Baumann | |
2012-02-06 | Shortening kernel and initrd filenames in /live again similar to what we did ↵ | Daniel Baumann | |
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 | Cleaning up handling of apt preferences when building in progress mode. | Daniel Baumann | |
2012-02-06 | Simplyfing automatic pinning in derivative modes. | Daniel Baumann | |
2012-02-06 | Dereferencing potential symlinked apt preference files in chroot_apt/*.pref. | Daniel Baumann | |
2012-02-06 | Avoid removing populated apt preferences file in derivative mode. | Daniel Baumann | |
2012-02-06 | Adding opt-in hook to remove all sources.list files, as it's desirable in ↵ | Daniel Baumann | |
some setups. | |||
2012-02-06 | Improve backports handling in derivatives mode. | Daniel Baumann | |
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 | Removing useless top-comment for /etc/apt/preferences.d/progress.pref. | Daniel Baumann | |
2012-02-06 | Updating year in copyright notices for 2012. | Daniel Baumann | |
2012-02-06 | Using /etc/apt/sources.list.d/debian.list instead of /etc/apt/sources.list ↵ | Daniel Baumann | |
in derivative mode. | |||
2012-02-06 | Removing removal of bootstrap-base udeb in binary_debian-installer. | Daniel Baumann | |
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 | Renaming forgotten binary_packagelists to binary_package-lists to match the ↵ | Daniel Baumann | |
rest of lb. |