1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/modules/virtualisation
Eelco Dolstra 9692495df0 Use BusyBox in the initrd
Using BusyBox instead of Bash plus a bunch of other tools gives us a
much more feature-full, yet smaller initrd.  In particular, BusyBox
contains networking commands such as ip and a DHCP client, useful for
NFS boots.  It's also much more convenient for rescue situations
because the shell has builtin readline support and there are many more
tools (including vi).
2012-06-22 10:43:06 -04:00
..
amazon-config.nix
amazon-image.nix * Include cryptsetup in EC2 AMIs. 2012-05-14 23:43:38 +00:00
ec2-data.nix * Blackhole the address 169.254.169.254 after we've obtained the user 2012-03-27 14:51:08 +00:00
libvirtd.nix * Only stop libvirt-guests automatically on system shutdown. 2012-04-19 15:12:55 +00:00
nova-config.nix
nova-image.nix
nova.nix
qemu-vm.nix Use BusyBox in the initrd 2012-06-22 10:43:06 -04:00
virtualbox-guest.nix * Make the ACPI Shutdown command in VirtualBox to do the right thing. 2012-06-11 22:37:55 +00:00
virtualbox-image.nix
xen-dom0.nix * Fix some references to dhclient. 2012-03-22 13:02:42 +00:00
xen-domU.nix