Lines Matching defs:boot
461 log_debug("Not an EFI boot, ignoring /boot.");
466 log_debug("In initrd, ignoring /boot.");
471 log_debug("In a container, ignoring /boot.");
476 if (fstab_is_mount_point("/boot")) {
477 log_debug("/boot specified in fstab, ignoring.");
481 if (path_is_busy("/boot")) {
482 log_debug("/boot already populated, ignoring.");
517 log_debug("Partition for /boot is not a FAT filesystem, ignoring.");
524 log_debug_errno(errno, "Partition for /boot does not have a UUID, ignoring.");
529 log_debug("Partition for /boot does not have a valid UUID, ignoring.");
534 log_debug("Partition for /boot does not appear to be the partition we are booted from.");
538 r = add_automount("boot",
540 "/boot",
561 _cleanup_free_ char *boot = NULL, *home = NULL, *srv = NULL;
743 /* We only care for the first /boot partition */
744 if (boot && nr >= boot_nr)
753 r = free_and_strdup(&boot, subnode);
791 if (boot) {
792 k = add_boot(boot);
944 log_debug("Not a EFI boot, not creating root mount.");