Revert "Add a separate /boot partition"

This reverts commit 85b7d2360b.

Reason for revert: Checking if this is breaking c8 c9 wallaby fs001

Change-Id: I6c58019f28682fd9414895a16d9c438b4893b653
This commit is contained in:
Ananya 2022-10-20 14:43:54 +00:00
parent 85b7d2360b
commit 78168671e7
2 changed files with 1 additions and 20 deletions

View File

@ -17,19 +17,9 @@
- name: BSP
type: 'EF02'
size: 8MiB
- name: boot
type: 'BC13C2FF-59E6-4262-A352-B275FD6F7172'
size: 500MB
mkfs:
type: ext4
mount:
mount_point: /boot
fstab:
options: "defaults"
fsck-passno: 1
- name: root
flags: [ boot ]
size: 5500MB
size: 6G
- lvm:
name: lvm
base: [ root ]

View File

@ -1,9 +0,0 @@
---
features:
- |
The overcloud-hardened-uefi-full image now has a separate partition mounted
to /boot. This means grub no longer needs to mount the root partition. This
will allow trying layouts which grub doesn't support, such as LVM
thin-provisioning. Since grub now uses the common path of loading an ext4
/boot partition, early boot may now be more robust, or have better error
messages for incorrectly built images.