preseed/preseed.cfg
changeset 6 8ed4a750d133
parent 4 bf9d63195f9d
child 13 46fdb138420e
equal deleted inserted replaced
5:c736f0a1df4e 6:8ed4a750d133
   135 # Alternatively, you may specify a disk to partition. If the system has only
   135 # Alternatively, you may specify a disk to partition. If the system has only
   136 # one disk the installer will default to using that, but otherwise the device
   136 # one disk the installer will default to using that, but otherwise the device
   137 # name must be given in traditional, non-devfs format (so e.g. /dev/hda or
   137 # name must be given in traditional, non-devfs format (so e.g. /dev/hda or
   138 # /dev/sda, and not e.g. /dev/discs/disc0/disc).
   138 # /dev/sda, and not e.g. /dev/discs/disc0/disc).
   139 # For example, to use the first SCSI/SATA hard disk:
   139 # For example, to use the first SCSI/SATA hard disk:
   140 d-i partman-auto/disk string {GUEST_DISK}
   140 #d-i partman-auto/disk string {GUEST_DISK}
   141 
   141 
   142 # In addition, you'll need to specify the method to use.
   142 # In addition, you'll need to specify the method to use.
   143 # The presently available methods are:
   143 # The presently available methods are:
   144 # - regular: use the usual partition types for your architecture
   144 # - regular: use the usual partition types for your architecture
   145 # - lvm:     use LVM to partition the disk
   145 # - lvm:     use LVM to partition the disk