|
|
|
|
|
|
|
|
|
|
|
| |
- make bootloader/master/record steps media-specific
- build bootloader files for each media (create bootloader files in boot/<storage_type> directory, to ease live duplication)
- merge initrd step in bootloader step
- add extra_media configuration key, to specify alternate media/storage
- create loopbacks files in a loopbacks sub-directory
- duplicate usb bootloader files at root of the usb media (for syslinux to find them)
- create initrd mountpoints in /live and move them in the new root using "mount --move" (requires /bin/mount)
- merge most media defaults in storage settings
|