Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filter snapper's snapshot #158

Merged
merged 3 commits into from
Jul 14, 2021
Merged

Commits on Jul 4, 2021

  1. add filter to ignore snapper's snapshot "type or desc"

    add filter to ignore snapper's snapshot "type or desc" during run "grub-mkconfig"
    
    # Ignore specific type of snapper's snapshot during run "grub-mkconfig".
    # Type = number, timeline, pre, post.
    # Default: ("")
    GRUB_BTRFS_IGNORE_SNAPPER_TYPE=("")
    
    # Ignore specific description of snapper's snapshot during run "grub-mkconfig".
    # Default: ("")
    GRUB_BTRFS_IGNORE_SNAPPER_DESCRIPTION=("")
    Antynea authored Jul 4, 2021
    2 Configuration menu
    Copy the full SHA
    3ddc1e0 View commit details
    Browse the repository at this point in the history
  2. add filter to ignore snapper's snapshot "type or desc"

    add filter to ignore snapper_type or snapper_description during run "grub-mkconfig"
    Antynea authored Jul 4, 2021
    Configuration menu
    Copy the full SHA
    8c005bf View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Snapper type - Incorrect description

    Snapper type can be single, pre or post (sadly not timeline or number).
    Thanks to @Kr1ss-XD
    Antynea authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    003f150 View commit details
    Browse the repository at this point in the history