- 06 Feb, 2012 13 commits
-
-
Daniel Baumann authored
-
Daniel Baumann authored
-
Daniel Baumann authored
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.
-
Daniel Baumann authored
-
Daniel Baumann authored
-
Daniel Baumann authored
-
Daniel Baumann authored
-
Daniel Baumann authored
Giving a note about what mode we are configuring, now that mode is determined automatically based on the host system.
-
Daniel Baumann authored
-
Daniel Baumann authored
-
Daniel Baumann authored
Applying patch from Ivailo Monev to remove stage files for pseudo-filesystems helpers in exit function.
-
Daniel Baumann authored
Adding embedded copies for syslinux bootloaders (Closes: #622838, #635933, #636217, #645406, #646387, #646799, #651520, #652437).
-
Daniel Baumann authored
-
- 18 Jan, 2012 1 commit
-
-
Daniel Baumann authored
-
- 17 Jan, 2012 1 commit
-
-
Richard Nelson authored
-
- 15 Jan, 2012 3 commits
-
-
Daniel Baumann authored
-
Daniel Baumann authored
-
Daniel Baumann authored
-
- 12 Jan, 2012 5 commits
-
-
Colin Watson authored
-
Daniel Baumann authored
Switching priorities of mirror defaults (which mirror default is used from which previously set mirror default etc.) to the way it was intendet to be. If not building a derivative with two seperate repositories, users should only need to bother about setting the --mirror*|LB_MIRROR* options, the --parent-mirror*|LB_PARENT_MIRROR* does get set automatically correctly now.
-
Daniel Baumann authored
Using syslinux payload as fallback in lb_binary_syslinux if no destinct image type could be deduced (Closes: #655562).
-
Daniel Baumann authored
-
Daniel Baumann authored
Adding armhf kernel defaults, thanks for Ying-Chun Liu <paulliu@debian.org> for bringing it up (Closes: #655557).
-
- 10 Jan, 2012 7 commits
-
-
Matthijs Kooijman authored
-
Matthijs Kooijman authored
When there is an error, the Exit() handler unmounts filesystems within the chroot. This adds /root/config to the list used when /proc/mounts is not available.
-
Matthijs Kooijman authored
This reverts part of cacf9b6e (but also adds a "bind" option to the remount command, as documented in mount(8)). Apparently, doing "mount -o bind,ro" doesn't work. It outputs: mount: warning: chroot/root/config seems to be mounted read-write. and mounts read-write instead of read-only. This behaviour is documented in mount(8). Newer kernels do seem to allow combining bind with the read-only option (see mount(2)), but this does not seem to work (possibly because mount is trying to be smart).
-
Matthijs Kooijman authored
The path included /chroot/, but hooks are called from within the chroot, so that part should be removed. This hook probably never worked.
-
Matthijs Kooijman authored
Previously, the config was bindmounted inside the chroot only for hooks from the config dir, now it is done earlier so it is available for all hooks. Note that it is now also done if there are no hooks, but this is probably enough of an exception case to not warrant the extra plumbing required to detect the case (and doing an extra bindmount shouldn't really hurt anyway...).
-
Matthijs Kooijman authored
lb_chroot_hooks would copy the hooks to run to chroot/root/lb_chroot_hooks, but then try to run them from chroot/root (which obviously fails). This means lb_chroot_hooks has not been working for hooks from /usr/share/live/build/hooks since lb_chroot_hooks was added in revision e4793268. Running hooks from the config directory was unaffected.
-
Matthijs Kooijman authored
Apparently, dash doesn't expand shell patterns within a quoted string, whereas bash does. We can't remove the quoting entirely, though, since that would cause problems when $LB_BASE or $_HOOK contains spaces (note that $_HOOK can probably never contain spaces, but let's handle it just in case). Only quoting the expansion of $LB_BASE and $_HOOK, but not the shell pattern should make the hooks work with both bash and dash again.
-
- 08 Jan, 2012 1 commit
-
-
Daniel Baumann authored
-
- 07 Jan, 2012 7 commits
-
-
Daniel Baumann authored
-
Daniel Baumann authored
Adding updated Portuguese debconf translations from Miguel Figueiredo <elmig@debianpt.org> (Closes: #654966).
-
Daniel Baumann authored
-
Daniel Baumann authored
-
Daniel Baumann authored
-
Daniel Baumann authored
-
Daniel Baumann authored
-
- 03 Jan, 2012 1 commit
-
-
Matthijs Kooijman authored
-
- 30 Dec, 2011 1 commit
-
-
Daniel Baumann authored
-