source: trunk/debathena/scripts/installer/pxe/intrepid/athena10-intrepid/preseed.common @ 23480

Revision 23480, 1.4 KB checked in by amb, 16 years ago (diff)
The set of installer scripts and related material served by athena10.mit.edu which are invoked by MIT's PXE server.
Line 
1# This contains only things which interactive installers are still likely to want.
2
3### Mirror settings
4d-i mirror/country string manual
5d-i mirror/http/hostname string ubuntu.media.mit.edu
6d-i mirror/http/directory string /ubuntu
7d-i mirror/http/proxy string
8
9# Suite to install.
10d-i mirror/suite string intrepid
11# Suite to use for loading installer components (optional).
12#d-i mirror/udeb/suite string intrepid
13# Components to use for loading installer components (optional).
14#d-i mirror/udeb/components multiselect main, restricted
15
16### Clock and time zone setup
17# Controls whether or not the hardware clock is set to UTC.
18d-i clock-setup/utc boolean true
19
20# You may set this to any valid setting for $TZ; see the contents of
21# /usr/share/zoneinfo/ for valid values.
22d-i time/zone string US/Eastern
23
24# Controls whether to use NTP to set the clock during the install
25d-i clock-setup/ntp boolean true
26# NTP server to use. The default is almost always fine here.
27#d-i clock-setup/ntp-server ntp.example.com
28
29# This command is run just before the install finishes, but when there is
30# still a usable /target directory. You can chroot to /target and use it
31# directly, or use the apt-install and in-target commands to easily install
32# packages and run commands in the target system.
33#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
34
35d-i preseed/late_command string sh /athena10-intrepid/postinstall.sh
Note: See TracBrowser for help on using the repository browser.