Bug 38885 - Univention PXE-Installer preseed examples
Univention PXE-Installer preseed examples
Status: RESOLVED WONTFIX
Product: Z_SDB
Classification: Unclassified
Component: New entries
unspecified
Other Linux
: P5 enhancement
: ---
Assigned To: SDB maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-07-10 12:04 CEST by Janis Meybohm
Modified: 2020-07-02 17:19 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments
simple-lvm.cfg (5.59 KB, text/plain)
2015-07-10 12:08 CEST, Janis Meybohm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Janis Meybohm univentionstaff 2015-07-10 12:04:24 CEST
We should have some examples on SDB to extend the basics in <http://docs.univention.de/installation-4.0.html#profile:intro>
Comment 1 Janis Meybohm univentionstaff 2015-07-10 12:08:32 CEST
Created attachment 7018 [details]
simple-lvm.cfg

Simple LVM preseed with GPT partition scheme:
# 9 MB       : BIOS boot
# 250 MB     : /boot
# 8 GB       : /
# 1 GB       : swap
# 2 GB       : /tmp (LVM VG: vg_ucs)
# rest       : /var (LVM VG: vg_ucs)


Memberserver with auto-update enabled, static ip
Comment 2 Janis Meybohm univentionstaff 2015-07-10 12:19:19 CEST
Some extra grub options of interest:

univention-grub ucr/grub/bootsplash string nosplash
univention-grub ucr/grub/loglevel string 8
univention-grub ucr/grub/quiet string no
univention-grub ucr/grub/rootdelay string 0

Want to disable the firewall?:

univention-firewall ucr/security/packetfilter/disabled string true


Or use brief UCR output b default?:

univention-config ucs/ucr/output/brief string yes


You may also run some user defined commands "in target":

d-i preseed/late_command string set -x;\
apt-install python-requests;\
in-target ucr unset hosts/static/127.0.1.1;\
wget -O/target/root/superscript.py http://192.168.0.4/univention-client-boot/preseed/supersctipt.py;\
in-target python /root/supersctipt.py;\
sleep 3600||:
Comment 3 Ingo Steuwer univentionstaff 2020-07-02 17:19:44 CEST
Changes and improvements for SDB entries aren't tracked in Bugzilla anymore, so I close these entries. Please comment on help.univention.com or get in touch with the Univention Support team in case you have any suggestions for the SDB.