Move boot loader modules to modules/system/boot/loader

wip/yesman
Eelco Dolstra 12 years ago
parent b15e1fbb08
commit 8b91a5f2ff
  1. 14
      modules/module-list.nix
  2. 0
      modules/system/boot/loader/efi-boot-stub/efi-boot-stub-builder.sh
  3. 0
      modules/system/boot/loader/efi-boot-stub/efi-boot-stub.nix
  4. 0
      modules/system/boot/loader/generations-dir/generations-dir-builder.sh
  5. 2
      modules/system/boot/loader/generations-dir/generations-dir.nix
  6. 0
      modules/system/boot/loader/grub/grub.nix
  7. 0
      modules/system/boot/loader/grub/install-grub.pl
  8. 0
      modules/system/boot/loader/grub/memtest.nix
  9. 0
      modules/system/boot/loader/grub/winkler-gnu-blue-640x480.png
  10. 0
      modules/system/boot/loader/grub/winkler-gnu-blue.README

@ -14,6 +14,7 @@
./config/timezone.nix
./config/unix-odbc-drivers.nix
./config/users-groups.nix
./hardware/all-firmware.nix
./hardware/cpu/intel-microcode.nix
./hardware/network/b43.nix
./hardware/network/intel-2100bg.nix
@ -22,11 +23,6 @@
./hardware/network/rt73.nix
./hardware/network/rtl8192c.nix
./hardware/pcmcia.nix
./hardware/all-firmware.nix
./installer/efi-boot-stub/efi-boot-stub.nix
./installer/generations-dir/generations-dir.nix
./installer/grub/grub.nix
./installer/grub/memtest.nix
./installer/init-script/init-script.nix
./installer/tools/nixos-checkout.nix
./installer/tools/tools.nix
@ -34,8 +30,8 @@
./misc/check-config.nix
./misc/crashdump.nix
./misc/ids.nix
./misc/locate.nix
./misc/lib.nix
./misc/locate.nix
./misc/nixpkgs.nix
./misc/passthru.nix
./misc/version.nix
@ -60,8 +56,8 @@
./services/amqp/rabbitmq.nix
./services/audio/alsa.nix
./services/audio/fuppes.nix
./services/audio/pulseaudio.nix
./services/audio/mpd.nix
./services/audio/pulseaudio.nix
./services/backup/mysql-backup.nix
./services/backup/postgresql-backup.nix
./services/backup/sitecopy-backup.nix
@ -199,6 +195,10 @@
./system/activation/activation-script.nix
./system/activation/top-level.nix
./system/boot/kernel.nix
./system/boot/loader/efi-boot-stub/efi-boot-stub.nix
./system/boot/loader/generations-dir/generations-dir.nix
./system/boot/loader/grub/grub.nix
./system/boot/loader/grub/memtest.nix
./system/boot/luksroot.nix
./system/boot/modprobe.nix
./system/boot/stage-1.nix

@ -19,7 +19,7 @@ let
point to the current generation's kernel image, initial RAM
disk, and other bootstrap files.
This optional is not necessary with bootloads such as GNU GRUB
This optional is not necessary with boot loaders such as GNU GRUB
for which the menu is updated to point to the latest bootstrap
files. However, it is needed for U-Boot on platforms where the
boot command line is stored in flash memory rather than in a
Loading…
Cancel
Save