forked from Distroshare/distroshare-ubuntu-imager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
distroshare-ubuntu-imager.config
46 lines (37 loc) · 1.38 KB
/
distroshare-ubuntu-imager.config
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
36
37
38
39
40
41
42
43
44
45
46
#Should we install the ubiquity gtk frontend?
#YES for gtk, anything else for QT
GTK="YES"
#The directory where everything will be copied to and set up.
WORK="/home/distroshare"
#Patch ubiquity to support distroshare updater. Most people would say NO here.
DISTROSHARE_UPDATER="NO"
#Display Manager
#Set to GDM, MDM, KDM, LIGHTDM, LIGTHDM_UBUNTU_MATE, LIGHTDM_ZORIN, or LIGHTDM_KODIBUNTU.
#LIGHTDM is used by most Ubuntu based distros. Specific modifications to the lightdm
#configuration is needed for some distributions.
#DM="LIGHTDM"
#DM="MDM"
#DM="KDM"
#DM="GDM"
#DM="LIGHTDM_UBUNTU_MATE"
#DM="LIGHTDM_ZORIN"
#DM="LIGHTDM_KODIBUNTU"
#DM="LIGHTDM_DEEPIN"
DM="LIGHTDM"
#EFI Support
EFI="NO"
#A specific kernel version to use for the Live CD. This could be useful
#if you are using a custom kernel that does not have the aufs module built
#in.
#KERNEL_VERSION="3.13.0-24-generic"
KERNEL_VERSION=$(uname -r)
#The kernel boot parameters of the live cd.
KERNEL_PARAMS=""
#The kernel boot parameters that ubiquity (the installer) will
#set in /etc/default/grub for the installation. Often, this
#will be the same as KERNEL_PARAMS.
UBIQUITY_KERNEL_PARAMS=""
#Extra packages to install in the image. Packages must be separated by a space.
EXTRA_PKGS="ubiquity-slideshow-ubuntu"
#Release notes url that shows up after the Ubiquity installer is started.
RELEASE_NOTES_URL="https://www.distroshare.com/"