From 4ae1cb49cf063399819f59c485b10ad904e4917e Mon Sep 17 00:00:00 2001 From: Carneiro Date: Mon, 9 Sep 2024 21:42:01 -0300 Subject: [PATCH] Update preseed.cfg --- preseed.cfg | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/preseed.cfg b/preseed.cfg index 6334206..85d89d1 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -44,36 +44,12 @@ d-i apt-setup/local0/repository string [trusted=yes] https://alice.ufsj.edu.br/p # Package selection tasksel tasksel/first multiselect standard -d-i pkgsel/include string build-essential +d-i pkgsel/include string build-essential, alice-full # Alice PPA -d-i preseed/late_command string \ - in-target apt update; \ - in-target apt install -y alice-full; -# echo "deb [trusted=yes] https://alice.ufsj.edu.br/ppa stable main" >> /target/etc/apt/sources.list; \ - -# Ldap and NFS #d-i preseed/late_command string \ - #echo "/nethome/ /etc/auto.nethome" >> /target/etc/auto.master; \ - #echo "* 172.18.0.19:/nethome/&" >> /target/etc/auto.nethome; \ - #in-target sed -i "/\^(passwd\|group\|shadow\)/s/files systemd/files ldap systemd/g" /etc/nsswitch.conf; - -# Preseed settings for libpam-ldapd -#libpam-ldapd libpam-ldapd/ldapns/ldap-server string ldaps://alice.ufsj.edu.br:33001 -#libpam-ldapd libpam-ldapd/ldapns/base-dn string dc=alice,dc=ufsj,dc=edu,dc=br -#libpam-ldapd libpam-ldapd/ldapns/ldap_version select 3 -#libpam-ldapd shared/ldapns/ldap-server string ldaps://alice.ufsj.edu.br:33001 -#libpam-ldapd shared/ldapns/base-dn string dc=alice,dc=ufsj,dc=edu,dc=br - -# Preseed settings for nslcd -#nslcd nslcd/ldap-uris string ldaps://alice.ufsj.edu.br:33001 -#nslcd nslcd/ldap-base string dc=alice,dc=ufsj,dc=edu,dc=br -#nslcd nslcd/ldap-auth-type select simple -#nslcd nslcd/ldap-starttls boolean false -#nslcd nslcd/ldap-version select 3 -#nslcd nslcd/ldap-sasl-mech select none -#nslcd nslcd/ldap-reqcert select demand - +# in-target apt update; \ +# in-target apt install -y alice-full; # Install the GRUB bootloader #d-i grub-installer/only_debian boolean true