Sponsored Content
Operating Systems Linux Debian Debian installer or how to preseed Post 303035707 by nodorgrom on Friday 31st of May 2019 10:40:39 AM
Old 05-31-2019
Also I have more one question
Next raid's partitioning in preseed file like as:
Code:
d-i partman-auto-raid/recipe string \
    1 2 0 ext4 /                                        \
          /dev/sda1#/dev/sdb1                           \
    .                                                   \
    1 2 0 ext4 /home                                    \
          /dev/sda5#/dev/sdb5                           \
    .                                                   \
    1 2 0 ext4 /var                                     \
          /dev/sda6#/dev/sdb6                           \
    .                                                   \
    1 2 0 ext4 /usr                                     \
          /dev/sda7#/dev/sdb7                           \
    .                                                   \
    1 2 0 ext4 /local                                   \
          /dev/sda8#/dev/sdb8                           \
    .

Could somebody clarify me, why I can't specify sda1#sdb1, sda2#sdb2... etc? If I'll do it then installation will be crashed with error. But if I make as above, then installation will be OK

--- Post updated at 02:40 PM ---

because sda1 is 1 primary partition
primary partitions can be only 4 (if it isn't GPT)


sda, sdb - it's disks
sda1,sdb1 - it's first primary partitions


extended partitions start with number 5
and we have next pic:
Code:
sda
|- sda1
|-- md0
|
|- sda5
|-- md1
|- sda6
|- md2



and with sdb same...
 

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Ubuntu Preseed not found

Hello there! I am not certain that this is the proper place to post this, but I will try anyway. I am trying to install Ubuntu using a preseed on a USB thumb drive, and I am having problems. Hopefully someone here is able to help me. I have a file named 'preseed.cfg' in the root directory... (4 Replies)
Discussion started by: Curtor
4 Replies

2. UNIX for Advanced & Expert Users

Running Script after Preseed Install

Hello there, If you don't want to here the long version, but still want to answer my question, please skip down to THE BOTTOM! You can probably tell what I want to do already from the title, so I'll sum up what I have already done real quick: First off, for those that don't know, a preseed... (1 Reply)
Discussion started by: Curtor
1 Replies

3. UNIX for Advanced & Expert Users

rpm,pkg and debian installer

Hi, Can someone explain what's the difference between rpm, pkg and debian installer and what is the advantage of one above the other? Thanks (2 Replies)
Discussion started by: naan
2 Replies

4. Ubuntu

Problem creating Desktop shortcuts through Debian dpkg installer scripts

Hi, I am creating a debian package (*.deb) for my application using the command I am using debian pre/post installer scripts to do certain tasks before/after installation/uninstallation. One such task is to create a shortcut on the user's desktop to launch my application. I am trying to do this... (0 Replies)
Discussion started by: royalibrahim
0 Replies
Config::Model::models::Debian::Dpkg::Control::Binary(3pmUser Contributed Perl DocumentatiConfig::Model::models::Debian::Dpkg::Control::Binary(3pm)

NAME
Config::Model::models::Debian::Dpkg::Control::Binary - Configuration class Debian::Dpkg::Control::Binary VERSION
version 2.021 DESCRIPTION
Configuration classes used by Config::Model Elements Architecture If a program needs to specify an architecture specification string in some place, it should select one of the strings provided by dpkg- architecture -L. The strings are in the format os-arch, though the OS part is sometimes elided, as when the OS is Linux. A package may specify an architecture wildcard. Architecture wildcards are in the format any (which matches every architecture), os-any, or any-cpu. For more details, see http://www.debian.org/doc/debian-policy/ch-customized-programs.html#s-arch-specMandatory. Type string. Multi-Arch This field is used to indicate how this package should behave on a multi-arch installations. This field should not be present in packages with the Architecture: all field.Optional. Type enum. choice: 'same', 'foreign', 'allowed'. Here are some explanations on the possible values: 'allowed' allows reverse-dependencies to indicate in their Depends field that they need a package from a foreign architecture, but has no effect otherwise. 'foreign' the package is not co-installable with itself, but should be allowed to satisfy the dependency of a package of a different arch from itself. 'same' the package is co-installable with itself, but it must not be used to satisfy the dependency of any package of a different architecture from itself. Section Optional. Type uniline. Priority Optional. Type enum. choice: 'required', 'important', 'standard', 'optional', 'extra'. Essential Optional. Type boolean. Depends Optional. Type list of uniline. Recommends Optional. Type list of uniline. Suggests Optional. Type list of uniline. Enhances Optional. Type list of uniline. Pre-Depends Optional. Type list of uniline. Breaks Optional. Type list of uniline. Conflicts Optional. Type list of uniline. Provides Optional. Type list of uniline. Replaces Optional. Type list of uniline. Package-Type - The type of the package, if not a regular Debian one If this field is present, the package is not a regular Debian package, but either a udeb generated for the Debian installer or a tdeb containing translated debconf strings.Optional. Type enum. choice: 'tdeb', 'udeb'. Note: Package-Type is migrated with '$xc' and with $xc => ""- XC-Package-Type"" XC-Package-Type - The type of the package, if not a regular Debian one If this field is present, the package is not a regular Debian package, but either a udeb generated for the Debian installer or a tdeb containing translated debconf strings.Deprecated Optional. Type enum. choice: 'tdeb', 'udeb'. Synopsis Mandatory. Type uniline. Description Mandatory. Type string. SEE ALSO
o cme AUTHOR
Dominique Dumont COPYRIGHT
2010,2011 Dominique Dumont LICENSE
LGPL2 perl v5.14.2 2012-11-09 Config::Model::models::Debian::Dpkg::Control::Binary(3pm)
All times are GMT -4. The time now is 01:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy