File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ KERNEL_PARAMS="tpm_tis.interrupts=0"
13
13
UBIQUITY_KERNEL_PARAMS="tpm_tis.interrupts=0"
14
14
15
15
#Extra packages to install in the image. Packages must be separated by a space.
16
- EXTRA_PKGS=""
16
+ EXTRA_PKGS="ubiquity-slideshow-xubuntu "
17
17
18
18
#Release notes url that shows up after the Ubiquity installer is started
19
- RELEASE_NOTES_URL="https://www.distroshare.com"
19
+ RELEASE_NOTES_URL="https://www.distroshare.com/distros/get/14/ "
Original file line number Diff line number Diff line change @@ -101,11 +101,6 @@ rsync -a --one-file-system --exclude=/proc/* --exclude=/dev/* \
101
101
--exclude=/etc/X11/xorg.conf* --exclude=/etc/gdm/custom.conf \
102
102
--exclude=/etc/lightdm/lightdm.conf --exclude=" ${WORK} " /rootfs / " ${WORK} " /rootfs
103
103
104
- if [ -n " $EXTRA_PKGS " ]; then
105
- echo " Removing extra packages from installed system"
106
- apt-get -q=2 remove " $EXTRA_PKGS "
107
- fi
108
-
109
104
# Copy boot partition
110
105
echo " Copying the boot dir/partition"
111
106
rsync -a --one-file-system /boot/ " ${WORK} " /rootfs/boot
@@ -245,6 +240,11 @@ done
245
240
echo " Uninstalling Ubiquity"
246
241
apt-get -q=2 remove casper lupin-casper ubiquity
247
242
243
+ if [ -n " $EXTRA_PKGS " ]; then
244
+ echo " Removing extra packages from installed system"
245
+ apt-get -q=2 remove " $EXTRA_PKGS "
246
+ fi
247
+
248
248
echo " Removing temp files"
249
249
rm -rf " ${WORK} " /rootfs/tmp/*
250
250
rm -rf " ${WORK} " /rootfs/run/*
You can’t perform that action at this time.
0 commit comments