Add warning

This commit is contained in:
Antynea
2015-05-13 23:59:07 +02:00
parent 7441e573f3
commit 8602220b98

View File

@@ -1,7 +1,7 @@
### grub-btrfs
This is a version 0.xx of grub-btrfs :
This is a version 0.xx of grub-btrfs
#### Desciption
@@ -31,4 +31,12 @@ Makes a list of all snapshots, kernels, initramfs present on the filesystem and
grub-btrfs automatically generates snapshots entries.
you will see it appear different entries, e.g : Prefixentry name of snapshot [2013-02-11 04:00:00]
You will see it appear different entries, e.g : Prefixentry name of snapshot [2013-02-11 04:00:00]
#### Warning
Version 0.xx detect kernels,initramfs,intel microcode only in boot partition, not in snapshot.
If kernels,initramfs,intel microcode, are present in partition boot but not in snapshot, entry will be created but not fonctional, you don't boot it.
Version 1.xx will do it, release soon.