installimage icon indicating copy to clipboard operation
installimage copied to clipboard

Bash scripts to universally deploy various distributions

Results 29 installimage issues
Sort by recently updated
recently updated
newest added

We are trying to install servers with 1 OS drive and several data drives. Installing with ex. `-d sda` is unreliable, both because the disk which installimage sees as sda...

This change introduces the detection of `DRIVEn /dev/disk/by-id/xxxx` devices. Additionally to the different nvme naming for partitions, those disks get a `-partx` added to the device - instead of a...

On centos specific configuration script, an autorelabel is triggered only if SELinux is configured in enforcing mode[1]. However, it should be also triggered in permissive mode. The reason is that...

Fixes #54 by touching the autorelabel file either if SELinux is configured as enforcing or permissive.

added v6 default routes instead of "gateway6" declaration because of `gateway6 has been deprecated, use default routes instead.` tested in the rescue system with ubuntu 22.04

I tried installing Ubuntu by encryptin a dedicated `/data` volume like so: ``` DRIVE1 /dev/nvme0n1 DRIVE2 /dev/nvme1n1 SWRAID 1 SWRAIDLEVEL 1 HOSTNAME Ubuntu-2004-focal-64-minimal CRYPTPASSWORD PART swap swap 32G PART /boot...

@asciiprod My previous PR was too specific and could not be configured. I have created a new pull request. This PR allows the user to configure the raid chunk size...

As with `RAID_LAYOUT`, it's desirable to be able to specify `--chunk` too. I even think it would be good to have an arbitrary "extra args" field that can be passed...

enhancement

Currently, you can only select one raid level for all following partitions, despite each partition being created as a separate raid device. It would be great to have the option...

enhancement

can add ubuntu 14 to old images?