File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ GTK="YES"
6
6
WORK="/home/distroshare_imager"
7
7
8
8
#The kernel boot parameters of the live cd.
9
- KERNEL_PARAMS="tpm_tis.interrupts=0 "
9
+ KERNEL_PARAMS=""
10
10
11
11
#The kernel boot parameters that ubiquity(the installer) will
12
- #set in /etc/default/grub for the installation
13
- UBIQUITY_KERNEL_PARAMS="tpm_tis.interrupts=0"
12
+ #set in /etc/default/grub for the installation. Often, this
13
+ #will be the same as KERNEL_PARAMS
14
+ UBIQUITY_KERNEL_PARAMS=""
14
15
15
16
#Extra packages to install in the image. Packages must be separated by a space.
16
- EXTRA_PKGS="ubiquity-slideshow-xubuntu "
17
+ EXTRA_PKGS="ubiquity-slideshow-ubuntu "
17
18
18
19
#Release notes url that shows up after the Ubiquity installer is started
19
- RELEASE_NOTES_URL="https://www.distroshare.com/distros/get/14/ "
20
+ RELEASE_NOTES_URL="https://www.distroshare.com/"
You can’t perform that action at this time.
0 commit comments