Sponsored Content
Operating Systems Linux Debian Debian installer or how to preseed Post 303035799 by nodorgrom on Monday 3rd of June 2019 01:31:43 PM
Old 06-03-2019
I solved it. This was my mistake, I made kickstart file which contains preseed's rules with \ symbol and new rows were starting with no "preseed" keyword.
For example:
Code:
preseed partman/auto-raid... \
  multiraid :: \
  1 2 0 ...
but correct are:
preseed partman \ auto-raid \
preseed multiraid :: \

etc

Another way write it in one row

And now I still have understanding why installation was done as no RAID 1 but guided with 1th option, single partition on / with full free space
 

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
SYSTEMD-GPT-AUTO-GENERATOR(8)				    systemd-gpt-auto-generator				     SYSTEMD-GPT-AUTO-GENERATOR(8)

NAME
systemd-gpt-auto-generator - Generator for automatically discovering and mounting /home as well as discovering and enabling swap partitions, based on GPT partition type GUIDs. SYNOPSIS
/usr/lib/systemd/system-generators/systemd-gpt-auto-generator DESCRIPTION
systemd-gpt-auto-generator is a generator that automatically discovers /home and swap partitions and creates mount and swap units for them, based on the the partition type GUIDs of GUID partition tables (GPT). Note that this generator will execute no operation on non-GPT systems, on systems where the units are explicitly configured (for example, listed in fstab(5)) or where the mount point is non-empty. This generator will only look for partitions on the same physical disk the root file system is stored on. This generator has no effect on systems where the root file system is distributed on multiple disks, for example via btrfs RAID. This generator is useful for centralizing file system configuration in the partition table and making manual configuration in /etc/fstab or suchlike unnecessary. This generator looks for swap partitions using GPT type 0657fd6d-a4ab-43c4-84e50933c84b4f4f. It looks for /home partitions using GPT type 933ac7e1-2eb4-4f13-b8440e14e2aef915. systemd-gpt-auto-generator implements the generator specification[1]. SEE ALSO
systemd(1), systemd.mount(5), systemd.swap(5), systemd-efi-boot-generator(8), fstab(5) NOTES
1. generator specification http://www.freedesktop.org/wiki/Software/systemd/Generators systemd 208 SYSTEMD-GPT-AUTO-GENERATOR(8)
All times are GMT -4. The time now is 05:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy