4db535fd31
Change-Id: I7c86310f1788ef144442b269b91581e48f7c8fda
8 lines
278 B
Plaintext
8 lines
278 B
Plaintext
# Start preseed_early_default
|
|
# This script is not run in the chroot /target by default
|
|
$SNIPPET('kickstart_start')
|
|
$SNIPPET('preseed_pre_anamon')
|
|
echo "processed preseed_pre_anamon" >> /tmp/preseed.log
|
|
$SNIPPET('preseed_pre_install_network_config')
|
|
# End preseed_early_default
|