|
# You can add --spares=x raid / --fstype xfs --device root --level=RAID1 raid.11 raid.21 raid /safe --fstype xfs --device safe --level=RAID1 raid.12 raid.22 raid swap --fstype swap --device swap --level=RAID1 raid.13 raid.23 raid /usr --fstype xfs --device usr --level=RAID1 raid.14 raid.24 raid pv.01 --fstype xfs --device pv.01 --level=RAID1 raid.15 raid.25
|
# You can add --spares=x raid / --fstype xfs --device root --level=RAID1 raid.11 raid.21 raid /safe --fstype xfs --device safe --level=RAID1 raid.12 raid.22 raid swap --fstype swap --device swap --level=RAID1 raid.13 raid.23 raid /usr --fstype xfs --device usr --level=RAID1 raid.14 raid.24 raid pv.01 --fstype xfs --device pv.01 --level=RAID1 raid.15 raid.25
|
|
For a detailed example of [command]#part# in action, see xref:sect-kickstart-example-advanced-partitioning[Advanced Partitioning Example].
|
Untuk contoh rinci tentang [perintah]#bagian# dalam tindakan, lihat xref:sect-kickstart-example-advanced-partitioning[Contoh Partisi Lanjutan].
|
|
Requested size of cache attached to the logical volume, in MiB. (Requires the [option]#--cachepvs=# option.)
|
Ukuran cache yang diminta yang dilampirkan ke volume logis, dalam MiB. (Memerlukan opsi [opsi]#--cachepvs=#.)
|
|
RAID level to use for file system/volume *metadata* (such as `0`, `1`, or `10`). This parameter is optional, has no meaning for subvolumes, and requires more than one physical disk.
|
Tingkat RAID yang akan digunakan untuk sistem file/volume *metadata* (seperti `0`, `1`, atau `10`). Parameter ini opsional, tidak memiliki arti untuk subvolume, dan memerlukan lebih dari satu disk fisik.
|
|
Specify the name of the thin pool in which to create a thin logical volume. Requires the [option]#--thin# option.
|
Tentukan nama kumpulan tipis untuk membuat volume logis tipis. Memerlukan opsi [opsi]#--tipis#.
|
|
Target _IQN_ (iSCSI Qualified Name).
|
Target _IQN_ (iSCSI Qualified Name).
|
|
Add a randomly-generated passphrase to each encrypted partition. Store these passphrases in separate files in `/root`, encrypted using the X.509 certificate specified with [option]#--escrowcert#. This option is only meaningful if [option]#--escrowcert# is specified.
|
Tambahkan frasa sandi yang dibuat secara acak ke setiap partisi terenkripsi. Simpan frasa sandi ini dalam file terpisah di `/root`, dienkripsi menggunakan sertifikat X.509 yang ditentukan dengan [option]#--escrowcert#. Opsi ini hanya bermakna jika [opsi]#--escrowcert# ditentukan.
|
|
`swap --recommended`
|
`swap --recommended`
|
|
`swap--hibernation`
|
`swap--hibernation`
|
|
`swap --hibernation`
|
`swap --hibernation`
|
|
`swap`
|
`swap`:
|
|
Automatically creates partitions: a root (`/`) partition (1 GB or larger), a `swap` partition, and an appropriate `/boot` partition for the architecture. On large enough drives (50{nbsp}GB and larger), this also creates a `/home` partition.
|
Secara otomatis membuat partisi: partisi root (`/`) (1 GB atau lebih besar), partisi `swap`, dan partisi `/boot` yang sesuai untuk arsitektur. Pada drive yang cukup besar (50{nbsp}GB dan lebih besar), ini juga membuat partisi `/home`.
|
|
`raid._id_pass:attributes[{blank}]`
|
`raid._id_pass:attributes[{blank}]`:
|
|
`pv._id_pass:attributes[{blank}]`
|
`pv._id_pass:attributes[{blank}]`:
|
|
%pre #!/bin/sh hds="" mymedia="" for file in /proc/ide/h* do mymedia=`cat $file/media` if [ $mymedia == "disk" ] ; then hds="$hds `basename $file`" fi done set $hds numhd=`echo $#` drive1=`echo $hds | cut -d' ' -f1` drive2=`echo $hds | cut -d' ' -f2`
|
%pre #!/bin/sh hds="" mymedia="" for file in /proc/ide/h* do mymedia=`cat $file/media` if [ $mymedia == "disk" ] ; then hds="$hds `basename $file`" fi done set $hds numhd=`echo $#` drive1=`echo $hds | cut -d' ' -f1` drive2=`echo $hds | cut -d' ' -f2`
|
|
Note that some package groups, such as `Scientific Support`, do not have any mandatory or default packages specified - only optional packages. In this case the [option]#--optional# option must always be used, otherwise no packages from this group will be installed.
|
Perhatikan bahwa beberapa grup paket, seperti `Scientific Support`, tidak memiliki paket wajib atau default yang ditentukan - hanya paket opsional. Dalam hal ini opsi [option]#--opsional# harus selalu digunakan, jika tidak, tidak ada paket dari grup ini yang akan diinstal.
|
|
`/pass:attributes[{blank}]_path_pass:attributes[{blank}]`
|
`/pass:attributes[{blank}]_path_pass:attributes[{blank}]`:
|
|
part (required) - Create Physical Partition
|
part (required) - Create Physical Partition
|
|
part / --fstype=xfs --onpart=/dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:0-part1 part / --fstype=xfs --onpart=/dev/disk/by-id/ata-ST3160815AS_6RA0C882-part1
|
part / --fstype=xfs --onpart=/dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:0-part1 part / --fstype=xfs --onpart=/dev/disk/by-id/ata-ST3160815AS_6RA0C882-part1
|
|
%packages sqlite curl aspell docbook* %end
|
%packages sqlite curl aspell docbook* %end
|