b) after partifioning we must build the filesystems on the devices (format partitions) using mkfs
mkfs.vfat -F 32 /dev/sdX1 // format efi-boot partition as FAT 32
b) after partifioning we must build the filesystems on the devices (format partitions) using mkfs
mkfs.vfat -F 32 /dev/sdX1 // format efi-boot partition as FAT 32
create a partition 1M code ef02 (BIOS Boot Partition)
create a partition for luks 8e00 (LVM partition)
#! /bin/sh | |
# ================================================================== | |
# ______ __ _____ | |
# /_ __/___ ____ ___ _________ _/ /_ /__ / | |
# / / / __ \/ __ `__ \/ ___/ __ `/ __/ / / | |
# / / / /_/ / / / / / / /__/ /_/ / /_ / / | |
#/_/ \____/_/ /_/ /_/\___/\__,_/\__/ /_/ | |
# Multi-instance Apache Tomcat installation with a focus | |
# on best-practices as defined by Apache, SpringSource, and MuleSoft |