summaryrefslogtreecommitdiff
path: root/vmdebootstrap
AgeCommit message (Expand)AuthorFilesLines
2014-08-26Use the dpkg architecture as the defaultNeil Williams1-1/+3
2014-08-26Make x86 calls conditional to allow for use on other linux architectures.Neil Williams1-2/+6
2014-08-25Add configure_apt option and preserve the debootstrap log in case of debootst...Neil Williams1-0/+26
2014-08-25pep8 fixesNeil Williams1-40/+39
2014-08-24Add squashfs supportNeil Williams1-1/+19
2014-08-24Move inittab change outside extlinux install function to allow usage on syste...Neil Williams1-7/+9
2014-08-10Allow option to chown the image when complete.Neil Williams1-1/+15
2014-04-07Ignore failure to set host nameTollef Fog Heen1-7/+10
2014-04-07Check for extlinux, not no-extlinux, fixes crashTollef Fog Heen1-1/+1
2014-03-18Change --no-extlinux to --extlinuxLars Wirzenius1-1/+4
2014-03-18Apply patch from Neil Williams to fix kpartx timing problemLars Wirzenius1-2/+8
2014-03-13Make kpartx wait until partitions are actually created.Sunil Mohan Adapa1-1/+1
2013-11-15Update version number in programLars Wirzenius1-1/+1
2013-11-15Update copyright dateLars Wirzenius1-1/+1
2013-10-27Another bugfix from PereLars Wirzenius1-0/+3
2013-10-27Merged fixups from Petter ReinholdtsenLars Wirzenius1-10/+28
2013-10-26Merge branch 'master' of git://git.liw.fi/vmdebootstrapLars Wirzenius1-1/+4
2013-10-26Add support for building "foreign" images, ie non host arch images. This make...Petter Reinholdtsen1-11/+74
2013-07-23Release version 0.1.0vmdebootstrap-0.1.0Lars Wirzenius1-1/+4
2013-07-14Fix eth0 to come up automaticallyLars Wirzenius1-1/+1
2013-07-14Optimize final image compression rateAntonio Terceiro1-1/+11
2013-07-14clean up APT cache after installing packagesAntonio Terceiro1-0/+5
2013-07-14Allow custom command to handle the serial consoleAntonio Terceiro1-1/+7
2013-06-10Fix kernel package namesLars Wirzenius1-2/+2
2013-04-15Always install acpidLars Wirzenius1-2/+4
2013-04-15Fix if statement indentationLars Wirzenius1-1/+2
2013-04-06Erf, undo the removal of mbrLars Wirzenius1-1/+6
2013-04-05Remove use of mbrLars Wirzenius1-6/+1
2013-03-25Don't make boots be quietLars Wirzenius1-1/+1
2012-10-11Merge branch 'no-kernel-option' into tar-no-kernelRichard Maw1-7/+6
2012-10-11Don't run debootstrap with empty --include=Richard Maw1-6/+5
2012-10-11Run customize before install_extlinuxRichard Maw1-1/+1
2012-10-11Merge branch 'richardmaw/tarball-option' into tar-no-kernelRichard Maw1-14/+31
2012-10-11Add --no-kernel optionRichard Maw1-6/+10
2012-10-10Add --tarball option to create a tar of the diskRichard Maw1-14/+31
2012-08-26Log messagesLars Wirzenius1-0/+1
2012-07-16Use the usual cliapp.runcmd and not our bastard versionLars Wirzenius1-1/+2
2012-07-16Fix copyright statementsLars Wirzenius1-1/+2
2012-07-16Create password-less accounts when requestedLars Wirzenius1-1/+5
2012-07-16Cleanups and --lock-root-password and no default root passwordLars Wirzenius1-4/+9
2011-12-24add --custom-package optionLars Wirzenius1-0/+24
2011-12-24add --sudo optionLars Wirzenius1-0/+7
2011-12-20add --serial-console optionLars Wirzenius1-1/+13
2011-07-05Fix i386 kernel selection. Thanks, Asheesh Laroia.Lars Wirzenius1-1/+1
2011-06-29Add --user option to allow creation of users easily.Lars Wirzenius1-4/+23
2011-06-29Add a rudimentary /etc/fstab.Lars Wirzenius1-0/+7
2011-06-29Add hostname to /etc/hosts.Lars Wirzenius1-0/+9
2011-06-29Add a newline to end of /etc/hostname.Lars Wirzenius1-1/+1
2011-06-29Use with to deal with an open file.Lars Wirzenius1-3/+2
2011-06-15Actually clean up if something bad happens while we do stuff.Lars Wirzenius1-1/+2