~ev/partman-partitioning/save-swap-size-real

« back to all changes in this revision

Viewing changes to debian/partman-partitioning.templates

  • Committer: Frans Pop
  • Date: 2007-12-05 20:19:29 UTC
  • mto: This revision was merged to the branch mainline in revision 827.
  • Revision ID: git-v1:28a001e094311652aa551b25d3b94c8dcc3c3c9d
Reorganization of partition label related code to partman-partitioning

* Add new function library ./lib/new-label which includes the function
  default_disk_label previously in definitions.sh, and a new function
  create_new_label factored out from storage_device/label/do_option.
* Add init.d/unsupported previously in partman-base.
* Add partman/*_label templates previously in partman-base.
* Update auto-shared.sh in partman-auto for these changes.

Let partman-base have a versioned dependency on the new partman-partitioning
so that other components can just depend on the new partman-base.

Part of this change was originally suggested by Jérémy Bobbio.

r50363

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
Type: string
121
121
_Description: Partition name:
122
122
 
 
123
Template: partman-partitioning/unknown_label
 
124
Type: boolean
 
125
Default: true
 
126
_Description: Continue with partitioning?
 
127
 This partitioner doesn't have information about the default type of
 
128
 the partition tables on your architecture.  Please send an e-mail
 
129
 message to debian-boot@lists.debian.org with information.
 
130
 .
 
131
 Please note that if the type of the partition table is unsupported by
 
132
 libparted, then this partitioner will not work properly.
 
133
 
 
134
Template: partman-partitioning/unsupported_label
 
135
Type: boolean
 
136
Default: false
 
137
_Description: Continue with partitioning?
 
138
 This partitioner is based on the library libparted which doesn't have
 
139
 support for the partition tables used on your architecture.  It is
 
140
 strongly recommended that you exit this partitioner.
 
141
 .
 
142
 If you can, please help to add support for your partition table type
 
143
 to libparted.
 
144
 
123
145
Template: partman-partitioning/choose_label
124
146
Type: select
125
147
Choices: ${CHOICES}
126
148
_Description: Partition table type:
127
149
 Select the type of partition table to use.
128
150
 
 
151
Template: partman-partitioning/confirm_new_label
 
152
Type: boolean
 
153
Default: false
 
154
_Description: Create new empty partition table on this device?
 
155
 You have selected an entire device to partition. If you proceed with
 
156
 creating a new partition table on the device, then all current partitions
 
157
 will be removed.
 
158
 .
 
159
 Note that you will be able to undo this operation later if you wish.
 
160
 
 
161
Template: partman-partitioning/confirm_write_new_label
 
162
Type: boolean
 
163
Default: false
 
164
_Description: Write a new empty partition table?
 
165
 Because of limitations in the current implementation of the Sun
 
166
 partition tables in libparted, the newly created partition table has
 
167
 to be written to the disk immediately.
 
168
 .
 
169
 You will NOT be able to undo this operation later and all existing
 
170
 data on the disk will be irreversibly removed.
 
171
 .
 
172
 Confirm whether you actually want to create a new partition table and
 
173
 write it to disk.
 
174
 
129
175
Template: partman-partitioning/bootable_logical
130
176
Type: boolean
131
177
Default: false