Antynea
7720cec5f9
Enhanced
...
- clean code
- add a option to : specific path to ignore during run grub-mkconfig
e.g :
# Found Snapshot: 2016-03-31 10:26:52 var/lib/docker/btrfs/subvolumes/74040aee4fa
docker is not a real snapshot available to boot
add : GRUB_BTRFS_IGNORE_SPECIFIC_PATH=("var/lib/docker") to your /etc/default/grub
and this path will be skip during run grub-mkconfig
Warning : copy exactly the right path (var/lib/docker , not /var/lib/docker/), do not put the full path
2016-04-19 02:18:24 +02:00
Antynea
b4bd7b952c
clean code
2016-04-18 17:58:57 +02:00
Antynea
d469db0a2d
- fix bug issue #18 :
...
if no snap found, menu generate correctly, and show a warning
- overhaul
- add two new custom variable to /etc/default/grub :
* GRUB_BTRFS_SHOW_TOTAL_SNAPSHOTS_FOUND="true"
(Show Total of snapshots found during run "grub-mkconfig")
* GRUB_BTRFS_SHOW_SNAPSHOTS_FOUND="true"
(Show snapshots found during run "grub-mkconfig")
2016-04-18 17:31:33 +02:00
James Barnett
f820de4759
add sorting options
2016-03-19 08:19:10 -05:00
James Barnett
59164367e7
cleanup
2016-03-19 08:11:47 -05:00
James Barnett
f256338074
Add GRUB_BTRFS_LIMIT
...
Allow user to limit the number of snapshots listed in GRUB. This also reverses
the order of the snapshots such that the more recent ones come first. That is,
if a user specifies GRUB_BTRFS_LIMIT=10, then only the 10 most recent snapshots
will be shown. The default limit is 100, which seems very large. The more
snapshots in the GRUB menu, the longer the system takes to boot.
2016-03-18 16:46:11 -05:00
Antynea
28e9524ca5
fix: incorrect detection "$boot_dir_real_path" for initramfs
2016-02-08 00:01:42 +01:00
Antynea
a4db6a8870
enhanced description
2016-01-15 18:29:52 +01:00
Antynea
3db73de479
fixme : choise of method
2015-09-25 10:24:20 +02:00
Antynea
39b2d09015
Add Show full path or only name of snapshots in grub-menu
2015-09-24 08:49:59 +02:00
Antynea
9d3aa6d8a3
Update :
...
translation update
New option in /etc/default/grub
* GRUB_BTRFS_TITLE_FORMAT="p/d/n"
(Custom title, shows/hides p"prefix" d"date" n"name" in grub-menu, separator "/", custom order available)
2015-09-23 02:14:46 +02:00
Antynea
25e2c16828
in progress
...
custom title menu
2015-09-19 04:48:45 +02:00
Antynea
14cbf60c5a
in progress :
...
custom title menu
2015-09-19 04:31:17 +02:00
Antynea
2cf01a874f
in progress
...
add custom title
2015-09-18 14:52:17 +02:00
Antynea
93b8ac07f5
new ideas
2015-09-11 22:46:26 +02:00
Antynea
297f539f0a
fixme: boot with microcode
2015-08-31 04:55:34 +02:00
Antynea
f0fb4b8e25
redundancy parameter
2015-08-31 04:20:33 +02:00
Antynea
3ebc5b494a
Update description
...
Add few comments
2015-08-30 16:14:59 +02:00
Antynea
2e58a2b74d
enhanced detect microcode
2015-08-30 03:39:15 +02:00
Antynea
d598529001
fixme : detect kernesl and initramfs with spaces
...
fixme : detect kernel and initramfs with spaces
2015-08-30 02:23:18 +02:00
Antynea
b925f639cd
fixme : detect snapshot name with spaces
...
fixme : detect snapshot name with spaces
2015-08-30 01:19:25 +02:00
Antynea
31a0baa2b1
redundancy test
...
redundancy test
2015-08-30 00:15:15 +02:00
Antynea
3a7c6abece
fixme : detect microcode
...
fixme : detect microcode
2015-08-29 23:45:32 +02:00
Antynea
5e0951d8cb
Fixme : broken $boot_dir_real_path
...
Fixme : broken $boot_dir_real_path
2015-08-29 23:17:03 +02:00
Antynea
05fea226f9
don't create menu if snapshot is not bootable with /boot partition separate
2015-08-17 23:49:49 +02:00
Antynea
2b33b88bea
don't create menu if snapshot is not bootable with /boot partition separate
2015-08-11 02:57:09 +02:00
Antynea
2773382eb5
error if /grub is in /boot/EFI
2015-08-09 17:42:56 +02:00
Antynea
34c8fbd9cb
error if /grub is in /boot/EFI
2015-08-09 16:43:56 +02:00
Antynea
c9d47b7854
error when /grub is not in /boot
2015-08-09 16:36:48 +02:00
Antynea
26d8e83c8c
structuring
2015-08-07 14:16:03 +02:00
Antynea
f46c38d141
typo
2015-08-07 12:55:02 +02:00
Antynea
0ab7aa02bb
Correct menuentry
...
add /boot separate partition
2015-08-07 12:54:03 +02:00
Antynea
87bc0f6358
detect partition boot separate
...
check, ok
2015-08-06 23:57:29 +02:00
Antynea
adc4fd6687
improve layout for entries in grub
2015-08-06 04:35:46 +02:00
Antynea
3a7ea84dda
oops :)
2015-08-06 00:56:50 +02:00
Antynea
6afa8f03cd
GRUB_BTRFS_NINIT=("initramfs-linux.img" "initramfs-linux-fallback.img")
...
(Use only if you have custom initramfs name or auto-detect failed.)
check, ok
2015-08-06 00:50:55 +02:00
Antynea
79f0ac6b0d
GRUB_BTRFS_NKERNEL=("vmlinuz-linux")
...
(Use only if you have custom kernel name or auto-detect failed.)
check , ok
2015-08-05 15:30:42 +02:00
Antynea
6b3cf842b0
GRUB_BTRFS_INTEL_UCODE=("intel-ucode.img")
...
(Use only if you have custom intel-ucode or auto-detect failed.)
check , ok
2015-08-02 17:28:39 +02:00
Antynea
422d46cc84
in progress
2015-07-26 18:06:37 +02:00
Antynea
fcdc5dea87
in progress
...
in progress
2015-07-22 02:00:22 +02:00
Antynea
2385312345
fix bug with underscore in subvolume name
2015-06-03 11:05:05 +02:00
Antynea
5e8c722c6a
v0.6
2015-06-02 15:58:46 +02:00
Antynea
91e72f60f8
Improve perfomance
2015-05-31 22:26:02 +02:00
Antynea
ed5e7ee6eb
Improve snapshot detection
2015-05-23 16:06:05 +02:00
penetal
788390cc93
Pull config from /etc/default/grub
...
Added parameter substitution so variables can be changed in /etc/default/grub.
This will let the script stay untouched, for easier updating.
2015-05-15 11:17:46 +02:00
Antynea
7441e573f3
Ooops
2015-05-13 10:30:58 +02:00
Antynea
eeae1d3084
Add intel microcode
2015-05-13 06:23:27 +02:00
Antynea
6a76ec8837
Internationalisation
...
by default, message en
add translate message fr
2015-05-12 07:40:18 +02:00
Antynea
7916ca2da9
Update 41_snapshots-btrfs
...
Ooops
2015-05-12 00:52:18 +02:00
Antynea
6b4e3f05e7
upgrade 41_snapshots-btrfs
...
Add date to menu entry + Output name of accepted snapshots
2015-05-11 22:45:46 +02:00