Skip to content

Commit bf16319

Browse files
committed
More reasonable defaults
1 parent 313ef0c commit bf16319

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

distroshare-ubuntu-imager.config

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ GTK="YES"
66
WORK="/home/distroshare_imager"
77

88
#The kernel boot parameters of the live cd.
9-
KERNEL_PARAMS="tpm_tis.interrupts=0"
9+
KERNEL_PARAMS=""
1010

1111
#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=""
1415

1516
#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"
1718

1819
#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/"

0 commit comments

Comments
 (0)