From 91baeb0561c44cbdcf774220d1b40291c4be8045 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 2 Mar 2014 21:06:00 +0100 Subject: Restructure to generate preseed files from skeleton + packagelists. --- content/desktop/base/preseed.cfg | 66 ---------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 content/desktop/base/preseed.cfg (limited to 'content/desktop/base') diff --git a/content/desktop/base/preseed.cfg b/content/desktop/base/preseed.cfg deleted file mode 100644 index 94cddba..0000000 --- a/content/desktop/base/preseed.cfg +++ /dev/null @@ -1,66 +0,0 @@ -# install the lightweight Xfce desktop, and... -# * include desktop helper tools missing from Xfce -# * include crypto helper tools -# * include CPU tools, firmware and automatic maintenance routines -# * fix include recommendations of other packages (uuid, bash) -# * apply security updates immediately after install -# * exclude support for print via Bluetooth -tasksel tasksel/desktop multiselect xfce -tasksel tasksel/first multiselect laptop -#xfce4-session tango-icon-theme lightdm -#usermode network-manager-gnome -#parcimonie haveged -#cpufrequtils firmware-linux unattended-upgrades -#uuid-runtime bash-completion -#-bluez-cups -d-i pkgsel/include string xfce4-session tango-icon-theme lightdm usermode network-manager-gnome parcimonie haveged cpufrequtils firmware-linux unattended-upgrades uuid-runtime bash-completion -bluez-cups -d-i pkgsel/upgrade select safe-upgrade - -# setup harddrive with full disk encryption -# * overwrite any existing data without warning -partman-auto partman-auto/method string crypto -d-i partman-lvm/device_remove_lvm boolean true -d-i partman-md/device_remove_md boolean true -d-i partman-lvm/confirm boolean true -d-i partman-lvm/confirm_nooverwrite boolean true -d-i partman-auto/choose_recipe select multi -d-i partman-partitioning/confirm_write_new_label boolean true -d-i partman/choose_partition select finish -d-i partman/confirm boolean true -d-i partman/confirm_nooverwrite boolean true - -# silence misc. questions -# * attempt to auto-detect hardware -# * domain name irrelevant on desktop host without MTA -# * use CDN for package updates -# * disable direct root login (use sudo instead) -# * report usage statistics back to Debian developers -d-i netcfg/choose_interface select auto -d-i netcfg/get_domain string unassigned-domain -d-i mirror/country string manual -d-i mirror/http/hostname string http.debian.net -d-i mirror/http/directory string /debian -d-i clock-setup/utc boolean true -d-i clock-setup/ntp boolean true -d-i apt-setup/services-select multiselect security, updates -d-i apt-setup/security_host string security.debian.org -d-i passwd/root-login boolean false -popularity-contest popularity-contest/participate boolean true - -# enable unattended-upgrades -unattended-upgrades unattended-upgrades/enable_auto_updates boolean true - -# tidy loose ends... -# * fix mark auto-installed packages as such -# * for any file edited or created, preserve a backup with suffix .orig -# * silence confusing panel question at initial XFCE login -# * replace appfinder with mail-reader in default XFCE panel -# * disable storing Xfce session at logout by default -#set -e -#chroot /target apt-mark auto $(chroot /target apt-mark showmanual | grep '^lib') acpi acpi-support-base acpid adduser apt apt-utils aptitude-common base-files base-passwd bash bash-completion bsdmainutils bsdutils busybox coreutils cpio cron dash debconf debconf-i18n debian-archive-keyring debianutils diffutils dmidecode dpkg e2fslibs e2fsprogs findutils fonts-freefont-ttf gcc-4.7-base gnupg gpgv grep groff-base grub-common gzip hostname ifupdown initramfs-tools initscripts insserv install-info iproute isc-dhcp-client isc-dhcp-common keyboard-configuration kmod laptop-detect linux-image-amd64 locales login logrotate lsb-base mawk mount multiarch-support ncurses-base ncurses-bin net-tools netbase netcat-traditional passwd pciutils perl-base procps readline-common rsyslog sed sensible-utils sysv-rc sysvinit sysvinit-utils tar tasksel tasksel-data tzdata udev usbutils util-linux uuid-runtime vim-common xz-utils zlib1g -#_backup() { set -e; [ -e "$1.orig" ] || if [ -e "$1" ]; then cp -a "$1" "$1.orig"; else touch "$1.orig"; fi } -#_clone() { set -e; _backup "$2"; cp -a "$1" "$2" } -#cd /target/etc/xdg/xfce4/xfconf/xfce-perchannel-xml -#_clone ../../panel/default.xml xfce4-panel.xml; sed -i -r -e 's,xfce4-appfinder,exo-mail-reader,' xfce4-panel.xml -#_backup xfce4-session.xml; sed -i -r -e 's,(]*>),\1\n ,' xfce4-session.xml -d-i preseed/late_command string set -e;chroot /target apt-mark auto $(chroot /target apt-mark showmanual | grep '^lib') acpi acpi-support-base acpid adduser apt apt-utils aptitude-common base-files base-passwd bash bash-completion bsdmainutils bsdutils busybox coreutils cpio cron dash debconf debconf-i18n debian-archive-keyring debianutils diffutils dmidecode dpkg e2fslibs e2fsprogs findutils fonts-freefont-ttf gcc-4.7-base gnupg gpgv grep groff-base grub-common gzip hostname ifupdown initramfs-tools initscripts insserv install-info iproute isc-dhcp-client isc-dhcp-common keyboard-configuration kmod laptop-detect linux-image-amd64 locales login logrotate lsb-base mawk mount multiarch-support ncurses-base ncurses-bin net-tools netbase netcat-traditional passwd pciutils perl-base procps readline-common rsyslog sed sensible-utils sysv-rc sysvinit sysvinit-utils tar tasksel tasksel-data tzdata udev usbutils util-linux uuid-runtime vim-common xz-utils zlib1g;_orig() { set -e; [ -e "$1.orig" ] || if [ -e "$1" ]; then cp -a "$1" "$1.orig"; else touch "$1.orig"; fi };_clone() { set -e; _orig "$2"; cp -a "$1" "$2" };cd /target/etc/xdg/xfce4/xfconf/xfce-perchannel-xml;_clone ../../panel/default.xml xfce4-panel.xml; sed -i -r -e 's,xfce4-appfinder,exo-mail-reader,' xfce4-panel.xml;_orig xfce4-session.xml; sed -i -r -e 's,(]*>),\1\n ,' xfce4-session.xml -- cgit v1.2.3