summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2011-11-16don't fail if filename doesn't need to be changedHEADmasterAndreas Loibl1-3/+3
2011-09-23Merge branch 'debian-old-2.0' into burgAndreas Loibl3-44/+24
2011-07-25Using 'live' rather than 'incomplete' for cd_type in .disk on images that ↵Daniel Baumann1-3/+2
include debian-installer with live-installer udeb.
2011-07-25Updating grub packages list in binary_debian-installer.Daniel Baumann1-4/+2
2011-07-24Adding mdadm manually to extra packages for binary pool for being used by ↵Daniel Baumann1-1/+1
debian-installer (Closes: #607225).
2011-07-20Fixing corruption of usb binary images caused by trying to modify flags in ↵Cody A.W. Somerville1-6/+18
partition table when image is mounted with offset.
2011-06-09Correcting url line for daily-images.Richard Nelson1-1/+1
2011-06-08Updating url for debian-installer daily-images.Daniel Baumann1-30/+1
2011-03-25fixed wrong directory-paths from previous commitAndreas Loibl2-14/+12
2011-03-24added ISO sortingAndreas Loibl1-0/+15
2011-03-24Do not number the default kernel / initrd files.Andreas Loibl2-0/+52
2011-03-24Disabling kexec-tools by default in debian mode.Daniel Baumann1-0/+13
2011-03-24added support for burg bootloaderAndreas Loibl4-1/+344
2011-03-23Disabling kexec-tools by default in debian mode.Daniel Baumann1-0/+13
2011-03-21Setting partition flags after creating the filesystem, workaround for bug in ↵Daniel Baumann1-4/+6
parted where we result in having the partition type set to linux otherways, thanks to Cody A.W. Somerville <cody.somerville@canonical.com> for the idea.
2011-03-09Adding ubuntu lucid for grub-mkimage legacy handling in lb_binary_iso.Daniel Baumann1-1/+1
2011-03-09Simplyfing grub-mkimage legacy handling for lenny in lb_binary_iso.Daniel Baumann1-8/+13
2011-03-09Support for newer grub-common package.Luigi Capriotti1-1/+8
A recent change in grub-common package (#584415) has mandated the use of a destination format in calls to grub-mkimage, a parameter that was not previously supported.
2011-03-09Updating year in manpage, hooks, script and template files.Daniel Baumann80-80/+80
2011-03-09Updating help function in lb for live-build.Daniel Baumann1-1/+1
2011-03-09Fixing numbering of live kernels and initrd files when using syslinux.Cody A.W. Somerville1-10/+11
2011-03-09Removing last live-helper remains in internal variables.Daniel Baumann2-10/+10
2011-03-09Applying patch from Cody A.W. Somerville <cody.somerville@canonical.com> to ↵Daniel Baumann1-4/+20
update kernel packages for ubuntu in lb_binary_debian-installer.
2011-03-09Adding '--includes none' documentation in help and man page.Ben Armstrong1-1/+1
2011-03-09Updating lb config --help and man page.Ben Armstrong1-13/+13
2011-03-09Once again updating volatile urls for squeeze.Daniel Baumann1-4/+4
2011-03-09Applying slightly modified patch from Michael Hudson ↵Daniel Baumann1-2/+2
<michael.hudson@canonical.com> to make arguments in debootstrap calls more robust.
2011-03-09Replacing last occurences of lh with lb.Daniel Baumann2-8/+8
2011-03-09Simplyfing ssh host key removal.Daniel Baumann1-2/+1
2011-03-09Enabling removal of ssh host keys, they are regenerated by live-config.Daniel Baumann1-2/+2
2011-03-09Also including auxiliary packages in d-i pool (Closes: #604551).Daniel Baumann1-0/+1
2011-03-09Correcting quoting of auto calls, thanks to Andreas Loibl ↵Daniel Baumann3-3/+3
<andreas@andreas-loibl.de>.
2011-03-09Updating volatile urls for squeeze.Daniel Baumann1-18/+38
2011-03-09Making d-i indices copying depending on binary image type.Daniel Baumann1-8/+19
2011-03-09Fixing typo in symlink on fat workaround.Ben Armstrong1-1/+1
2011-03-09Workarounding symlink on usb-hdd when including debian-installer and using ↵Daniel Baumann1-8/+13
vfat filesystems.
2011-03-09Removing dpkg-tmpfs hack, this is too intrusive atm.Daniel Baumann2-77/+0
2011-03-09Updating special handling for backports.Daniel Baumann1-8/+4
2011-03-09Fixing squashfs.sort location with --build-with-chroot false.intrigeri1-1/+10
2011-03-09Also using gdm legacy hack on xfce-desktop default images.Daniel Baumann1-1/+2
2011-03-09Handling live.debian.net repository differently, so that ubuntu people can ↵Daniel Baumann1-2/+10
use it too.
2011-03-09Avoid using bashism when handling codename/suite mapping for ↵Daniel Baumann1-1/+11
debian-installer release file.
2011-03-09Also correcting version number in debian-installer release file.Daniel Baumann1-1/+3
2011-03-09Fixing debian-installer Release file generation.Otavio Salvador1-2/+2
To behave properly installer properly handles codename/suite combination. Specially for sid/unstable this is really required otherwise we can end up trying to configure a broken sources.list.
2011-03-09Fixing debian-installer index generation.Otavio Salvador1-1/+1
When figuring out which suite to use, cdrom-detect looks for the Release file and the first one to be tried is the content of /etc/default-release, inside of installer initrd, that needs to be available as symbolic link.
2011-03-09Removing d-i hacks, should be fixed with newer live-installer.Daniel Baumann1-25/+0
2011-03-09Correcting wrong stage file in lb_chroot_interactive.Daniel Baumann1-1/+1
2011-03-09Adding squeeze-backports as valid distribution codename in lb_config.Daniel Baumann1-0/+5
2011-03-09Not fail if /dev/random is not available in chroot, newer debootstrap seems ↵Daniel Baumann1-3/+9
not to create it anymore.
2011-03-09Using the same path for win32-loader in squeeze as in sid as it has finally ↵Daniel Baumann1-1/+1
migrated some time ago.