]>
git.siccegge.de Git - forks/vmdebootstrap.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Richard Maw [Wed, 10 Oct 2012 15:59:31 +0000 (16:59 +0100)]
Add --tarball option to create a tar of the disk
The configuration of debootstrap is useful even if a disk image is
not created, and allows the same configuration to be used for targets
that don't accept a raw disk image.
It's possible to use both --image and --tarball, in which case
it behaves the same as --image, but also creates a tarball of the
contents of the disk image.
If --tarball is specified, but --image isn't then, instead of creating
a disk image, it will debootstrap into a temporary directory.
Lars Wirzenius [Sun, 26 Aug 2012 21:24:28 +0000 (22:24 +0100)]
Log messages
Lars Wirzenius [Mon, 16 Jul 2012 14:05:11 +0000 (15:05 +0100)]
Use the usual cliapp.runcmd and not our bastard version
Lars Wirzenius [Mon, 16 Jul 2012 13:41:19 +0000 (14:41 +0100)]
Fix copyright statements
Lars Wirzenius [Mon, 16 Jul 2012 13:40:52 +0000 (14:40 +0100)]
Create password-less accounts when requested
Lars Wirzenius [Mon, 16 Jul 2012 13:31:53 +0000 (14:31 +0100)]
Cleanups and --lock-root-password and no default root password
Lars Wirzenius [Sat, 24 Dec 2011 11:30:14 +0000 (11:30 +0000)]
add --custom-package option
Lars Wirzenius [Sat, 24 Dec 2011 10:08:54 +0000 (10:08 +0000)]
add --sudo option
Lars Wirzenius [Tue, 20 Dec 2011 16:22:43 +0000 (16:22 +0000)]
add --serial-console option
Lars Wirzenius [Tue, 20 Dec 2011 12:28:21 +0000 (12:28 +0000)]
adapt manpage into a template for cliapp --genereate-manpage
Lars Wirzenius [Tue, 5 Jul 2011 08:28:46 +0000 (11:28 +0300)]
Fix i386 kernel selection. Thanks, Asheesh Laroia.
Lars Wirzenius [Wed, 29 Jun 2011 15:42:05 +0000 (16:42 +0100)]
Add --user option to allow creation of users easily.
Lars Wirzenius [Wed, 29 Jun 2011 15:29:08 +0000 (16:29 +0100)]
Add a rudimentary /etc/fstab.
Lars Wirzenius [Wed, 29 Jun 2011 15:24:33 +0000 (16:24 +0100)]
Add hostname to /etc/hosts.
Lars Wirzenius [Wed, 29 Jun 2011 15:20:15 +0000 (16:20 +0100)]
Add a newline to end of /etc/hostname.
Lars Wirzenius [Wed, 29 Jun 2011 15:19:50 +0000 (16:19 +0100)]
Use with to deal with an open file.
Lars Wirzenius [Wed, 15 Jun 2011 14:39:57 +0000 (15:39 +0100)]
Actually clean up if something bad happens while we do stuff.
Lars Wirzenius [Sun, 12 Jun 2011 11:17:45 +0000 (12:17 +0100)]
Update README with dependencies.
Prompted by Asheesh Laroia. Thanks!
Lars Wirzenius [Mon, 30 May 2011 09:14:29 +0000 (10:14 +0100)]
Use new cliapp API for adding settings.
Lars Wirzenius [Sun, 15 May 2011 16:49:29 +0000 (17:49 +0100)]
Back out from previous change, since it didn't actually work.
Lars Wirzenius [Sun, 15 May 2011 16:44:45 +0000 (17:44 +0100)]
Run customize script with sh, so it can be in current directory.
Lars Wirzenius [Sun, 15 May 2011 11:25:19 +0000 (12:25 +0100)]
Add --hostname option.
Lars Wirzenius [Sun, 15 May 2011 11:00:24 +0000 (12:00 +0100)]
Add --customize script.
Lars Wirzenius [Sun, 15 May 2011 10:45:54 +0000 (11:45 +0100)]
Add --root-password option.
Default is now to lock the root password, rather than having no password.
Lars Wirzenius [Sun, 15 May 2011 10:31:54 +0000 (11:31 +0100)]
Clarify manpage that without --enable-dhcp only localhost works.
Lars Wirzenius [Sun, 15 May 2011 10:30:20 +0000 (11:30 +0100)]
Add --enable-dhcp option.
Lars Wirzenius [Sun, 15 May 2011 10:18:47 +0000 (11:18 +0100)]
Remove persistent udev rules.
When debootstrap installs udev, it picks up at least the net devices
from the host that is building the image. This is not useful, so we
remove the files. Upon booting the image, udev will re-create the
files, so that's all fine.
Lars Wirzenius [Sun, 15 May 2011 09:56:01 +0000 (10:56 +0100)]
Make kernel boot quietly.
Lars Wirzenius [Sun, 15 May 2011 09:54:41 +0000 (10:54 +0100)]
Log stdout also on errors.
Lars Wirzenius [Sun, 15 May 2011 09:53:44 +0000 (10:53 +0100)]
Add --package option.
Lars Wirzenius [Fri, 13 May 2011 10:13:56 +0000 (11:13 +0100)]
Add some description of how to use the image to the manpage.
Lars Wirzenius [Fri, 13 May 2011 10:08:32 +0000 (11:08 +0100)]
Add note about more info to README.
Lars Wirzenius [Fri, 13 May 2011 10:01:47 +0000 (11:01 +0100)]
Add manual page.
Lars Wirzenius [Fri, 13 May 2011 09:45:23 +0000 (10:45 +0100)]
Add preliminary vmdebootstrap.
Lars Wirzenius [Thu, 12 May 2011 20:02:51 +0000 (21:02 +0100)]
Add a stub README.