-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkOS-backup.conf
More file actions
executable file
·35 lines (18 loc) · 912 Bytes
/
Copy pathmkOS-backup.conf
File metadata and controls
executable file
·35 lines (18 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#mkOS-backup Global Configuration File
# This is the temporary working directory and won't be included on the cd/dvd
WORKDIR="/home/mkOS-backup"
# Here you can add any other files or directories to be excluded from the live filesystem
# Separate each entry with a space
EXCLUDES=""
# Here you can change the livecd/dvd username
LIVEUSER="liveuser"
# Here you can change the name of the livecd/dvd label
LIVECDLABEL="Custom mkOS Live CD"
# Here you can change the name of the ISO file that is created
CUSTOMISO="custom-mkos-$1.iso"
# Here you can change the mksquashfs options
SQUASHFSOPTS="-no-recovery -always-use-fragments -b 1M -no-duplicates"
# Here you can prevent the Install icon from showing up on the desktop in backup mode. 0 - to not show 1 - to show
BACKUPSHOWINSTALL="1"
# Here you can change the url for the usb-creator info
LIVECDURL="http://github.com/socialdefect/mkOS-backup"