Custom partitions #11900
-
Hello, Is there a way to specify custom partitions using the ISO installer? The custom partitions are part of the stig requirements and currently the ISO installer does not offer this option. I attempted installing Oracle Linux 9.2/9.3 with the custom partitions and then using the network installer but then I don't have the ability (that I have found yet) to flip the install to airgap since it is installed as an online build. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
So after one sus clones the repo, copy it onto the /home/securityonion folder so-setup-network or so-setup doesn't give you the option to do airgap anymore? |
Beta Was this translation helpful? Give feedback.
-
Correct. When I clone the repo, cd into the directory and use |
Beta Was this translation helpful? Give feedback.
-
@reyesj2 I was actually working on that method. I am still working out the partitions in the ks.cfg to my requirements but I was able to use a different kickstart file from the boot line. I wasn't done with my testing to say it was the answer but since you mentioned it I will gladly proceed forward with launching the custom ks as needed. |
Beta Was this translation helpful? Give feedback.
Correct, if you do so-setup-network you cannot do an airgap install since the resources needed are pulled from the internet.
If you wanted to have custom partitions and then later install as airgap the easiest way will be to create a custom kickstart.
You can copy the ks.cfg from the Security Onion ISO and modify it. (add additional partitions needed)
You would then put that custom kickstart file onto a USB. Then when you boot from the ISO you'd point your server to that kickstart file by replacing inst.ks=hd:LABEL=Security-Onion..... with inst.ks=hd:LABEL=USBNAME:/customks.cfg