YaST2 Developers Documentation:
inst_prepdisk.ycp
functions
files
intro
inst_prepdisk.ycp
Mathias Kettner <
kettner@suse.de
> <
kettner@suse.de
>
Stefan Schubert <
schubi@suse.de
>
Klaus Kaempf <
kkaempf@suse.de
>
Purpose:
Displays a progress bar showing progress of disk preparation.
The user has the opportunity to cancel the installation. The
disks are partitioned. Swap is created and used. File systems
are created for the new partitions. Mount points are created
and mounted for the targets / and /boot.
SCR: Write<
.disk + scrpath + .partitions, targetpartitions
>
Execute <
.target.mkdir, [
>, 0755] )
Execute <
.target.mount, [
>, <
.target.mount, [
>] )
possible return values: `back, `abort `next
Imports
Arch
AutoinstStorage
FileSystems
Hotplug
Initrd
Installation
Label
Misc
Misc
Mode
Partitions
Popup
Report
Storage
Wizard
Includes
partitioning/partition_defines.ycp
partitioning/raid_lib.ycp
partitioning/target_modify.ycp
YaST2 Developers Documentation