From 93b8ac07f5fdc1859388d1c8b2283b4001188687 Mon Sep 17 00:00:00 2001 From: Antynea Date: Fri, 11 Sep 2015 22:46:26 +0200 Subject: [PATCH] new ideas --- 41_snapshots-btrfs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/41_snapshots-btrfs b/41_snapshots-btrfs index 4e5e6d4..f2c7f39 100644 --- a/41_snapshots-btrfs +++ b/41_snapshots-btrfs @@ -30,7 +30,9 @@ # To do: # # # # # * verify compatibility with manjaro and snapper (but I don't use them, so it will take some time) # -# # +# * afficher le chemin complet des snapshots ou simplement le nom # +# * refaire le menu des snapshots, mettre en titre le nom du snap et en entrée seulement les kernels,init,microcode # +# * Peut-être afficher la date et l'heure en premier dans le menu de boot (grub-menu) # # # ######################################################################################################################################################### @@ -54,6 +56,8 @@ choise_of_method=${GRUB_BTRFS_SUBMENUNAME:-"1"} submenuname=${GRUB_BTRFS_SUBMENUNAME:-"ArchLinux Snapshots"} ## Prefix entry prefixentry=${GRUB_BTRFS_PREFIXENTRY:-"Snapshot:"} +## Show path snapshot +path_snapshot=${GRUB_BTRFS_DISPLAY_PATH_SNAPSHOT:-"true"} ## Kernel(s) name(s) nkernel=("${GRUB_BTRFS_NKERNEL[@]}") ## Initramfs name(s)