-
Notifications
You must be signed in to change notification settings - Fork 11
/
.config
20 lines (16 loc) · 967 Bytes
/
.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# If this is the first time using "GRUBS Reanimated USB Boot Stick", then I
# suggest looking at the README file first.
####################################################
# #
# This section contains configuration properties #
# #
####################################################
# Helpful! http://rsync.samba.org/FAQ.html#2 about using "--modify-window=1"
# option to better manage modification times when using rsync between Linux
# and FAT filesystems
RSYNC_OPT=--recursive --update --delete --progress --modify-window=1
# This property defines files and directories to exclude from the sync between
# grubs/boot/ and USB_DEVICE/boot/, with each item separated by a comma.
# NOTE: ensure that 'grub/' and 'grub2/' is excluded, otherwise the files
# installed by the grub installer in USB_DEVICE/boot/grub[2] will be erased!
RSYNC_EXCLUDE=grub/,grub2/,foo