Skip to content

Commit

Permalink
Better defaults again
Browse files Browse the repository at this point in the history
Added more packages to remove after the install
  • Loading branch information
hugegreenbug committed Jan 4, 2015
1 parent f5e51aa commit 3a3fbf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distroshare-ubuntu-imager.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ KERNEL_PARAMS=""
UBIQUITY_KERNEL_PARAMS=""

#Extra packages to install in the image. Packages must be separated by a space.
EXTRA_PKGS=""
EXTRA_PKGS="ubiquity-slideshow-ubuntu"

#Release notes url that shows up after the Ubiquity installer is started
RELEASE_NOTES_URL="https://www.distroshare.com/"
2 changes: 1 addition & 1 deletion distroshare-ubuntu-imager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ echo "Creating filesystem.manifest"
dpkg-query -W --showformat='${Package} ${Version}\n' > "${CASPER}"/filesystem.manifest

cp "${CASPER}"/filesystem.manifest{,-desktop}
REMOVE='ubiquity ubiquity-frontend-gtk ubiquity-frontend-kde casper user-setup os-prober libdebian-installer4 apt-clone archdetect-deb dpkg-repack gir1.2-json-1.0 gir1.2-timezonemap-1.0 gir1.2-xkl-1.0 libdebian-installer4 libparted-fs-resize0 libtimezonemap-data libtimezonemap1 python3-icu python3-pam rdate sbsigntool ubiquity-casper ubiquity-ubuntu-artwork localechooser-data cifs-utils'
REMOVE='ubiquity ubiquity-frontend-gtk ubiquity-frontend-kde casper user-setup os-prober libdebian-installer4 apt-clone archdetect-deb dpkg-repack gir1.2-json-1.0 gir1.2-timezonemap-1.0 gir1.2-xkl-1.0 libdebian-installer4 libparted-fs-resize0 libtimezonemap-data libtimezonemap1 python3-icu python3-pam rdate sbsigntool ubiquity-casper ubiquity-ubuntu-artwork localechooser-data cifs-utils gir1.2-appindicator3-0.1 gir1.2-javascriptcoregtk-3.0 gir1.2-vte-2.90 gir1.2-webkit-3.0 indicator-application libappindicator3-1 libdbusmenu-gtk3-4 libido3-0.1-0 libindicator3-7 libvte-2.90-9 libvte-2.90-common python3-cairo python3-gi-cairo'
for i in $REMOVE
do
sed -i "/${i}/d" "${CASPER}"/filesystem.manifest-desktop
Expand Down

0 comments on commit 3a3fbf6

Please sign in to comment.