Could you please clarify me how to use correct Debian's preseed file?
I have a kernel version 4.15.0-20-generic (Ubuntu 18.04) and default initrd (both downloaded from official repo)
Also I have a little kickstart file and main preseed cfg file
Installation start by iPXE
I no have problems this installation, all works good and installation during fine but...
I noticed one an interesting and working rule:
it works fine, but following this logic I tried to make similar next:
after these steps /tmp/include.template will have next path:
following this logic I tried next step:
OR btw next try doesn't work too:
I would to make flexible installation via preseed file, for example single installation, single installation with custom partitioning, raid installation mirror, stripe, 5, 6, 10...
Now I'm needed to make many preseed files and wget those, but I want to have just one main preseed file with many templates
Also I have more one question
Next raid's partitioning in preseed file like as:
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)
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:
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
These rows ignored and installation is continue by default /dev/sda1 / ext4 100%
Also in %pre section are unavailable drives information, for example
or
I'm needed it that I would make flexible templates (for ssd raid or hdd (with GPT) or ssd + hdd, etc)
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)
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)
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)
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)