34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
Package: ostree-boot
|
|
Architecture: linux-any
|
|
Depends:
|
|
dracut,
|
|
ostree (= ${binary:Version}),
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
Recommends:
|
|
grub-efi-amd64 | grub-pc | extlinux | syslinux | u-boot,
|
|
Breaks:
|
|
ostree (<< ${binary:Version}),
|
|
ostree-grub2 (<< ${binary:Version}),
|
|
Replaces:
|
|
ostree (<< ${binary:Version}),
|
|
ostree-grub2 (<< ${binary:Version}),
|
|
Provides:
|
|
ostree-grub2 (= ${binary:Version}),
|
|
Description: libostree boot loader and initramfs integration
|
|
libostree provides a library and tools for managing bootable, immutable,
|
|
versioned filesystem trees. See the ostree package's description for
|
|
more details.
|
|
.
|
|
This package contains configuration snippets and executables needed to
|
|
boot a Debian derivative from a libostree filesystem deployment. This
|
|
integration currently has some limitations:
|
|
.
|
|
- the initramfs must have been made using dracut
|
|
- the root filesystem must be one that dracut can mount without a root=
|
|
command-line argument (an EFI partition with the GUID defined in
|
|
the Discoverable Partitions specification)
|
|
- /boot must be a separate partition
|
|
- the boot loader must be one that is supported by libostree, currently
|
|
GNU GRUB 2, syslinux/extlinux or Das U-Boot
|