preseed/preseed.cfg
changeset 1 51b1db97f448
parent 0 0b1089c8a8ac
child 2 221db3973c99
equal deleted inserted replaced
0:0b1089c8a8ac 1:51b1db97f448
    38 
    38 
    39 ## Static network configuration.
    39 ## Static network configuration.
    40 # XXX: this is for asdf.paivola.fi
    40 # XXX: this is for asdf.paivola.fi
    41 d-i netcfg/get_hostname                 string asdf
    41 d-i netcfg/get_hostname                 string asdf
    42 d-i netcfg/get_domain                   string paivola.fi
    42 d-i netcfg/get_domain                   string paivola.fi
    43 d-i netcfg/get_ipaddress                string 194.197.235.36
    43 d-i netcfg/get_ipaddress                string {NET_IPADDR}
    44 d-i netcfg/get_netmask                  string 255.255.255.0
    44 d-i netcfg/get_netmask                  string 255.255.255.0
    45 d-i netcfg/get_gateway                  string 194.197.235.1
    45 d-i netcfg/get_gateway                  string 194.197.235.1
    46 d-i netcfg/get_nameservers              string 194.197.235.210 194.197.235.252
    46 d-i netcfg/get_nameservers              string 194.197.235.210 194.197.235.252
    47 d-i netcfg/confirm_static               boolean true
    47 d-i netcfg/confirm_static               boolean true
    48 
    48 
   136 # Alternatively, you may specify a disk to partition. If the system has only
   136 # Alternatively, you may specify a disk to partition. If the system has only
   137 # one disk the installer will default to using that, but otherwise the device
   137 # one disk the installer will default to using that, but otherwise the device
   138 # name must be given in traditional, non-devfs format (so e.g. /dev/hda or
   138 # name must be given in traditional, non-devfs format (so e.g. /dev/hda or
   139 # /dev/sda, and not e.g. /dev/discs/disc0/disc).
   139 # /dev/sda, and not e.g. /dev/discs/disc0/disc).
   140 # For example, to use the first SCSI/SATA hard disk:
   140 # For example, to use the first SCSI/SATA hard disk:
   141 d-i partman-auto/disk string /dev/vda
   141 d-i partman-auto/disk string {GUEST_DISK}
   142 
   142 
   143 # In addition, you'll need to specify the method to use.
   143 # In addition, you'll need to specify the method to use.
   144 # The presently available methods are:
   144 # The presently available methods are:
   145 # - regular: use the usual partition types for your architecture
   145 # - regular: use the usual partition types for your architecture
   146 # - lvm:     use LVM to partition the disk
   146 # - lvm:     use LVM to partition the disk