81_set_root_part 268 B

123456789101112
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. . /lib/upgrade/platform.sh
  3. do_set_root_part() {
  4. if [ "$BCM27XX_SET_ROOT_PART" -eq "1" ]; then
  5. bcm27xx_set_root_part
  6. unset BCM27XX_SET_ROOT_PART
  7. fi
  8. }
  9. [ "$INITRAMFS" = "1" ] || boot_hook_add preinit_main do_set_root_part