Searched defs:initrd (Results 1 - 3 of 3) sorted by relevance

/systemd/src/fstab-generator/
H A Dfstab-generator.c141 return fstab_test_option(me->mnt_opts, "x-initrd.mount\0") ||
407 static int parse_fstab(bool initrd) { argument
413 fstab_path = initrd ? "/sysroot/etc/fstab" : "/etc/fstab";
428 if (initrd && !mount_in_initrd(me))
440 where = initrd ? strappend("/sysroot/", me->mnt_dir) : strdup(me->mnt_dir);
462 if (initrd)
667 /* Always honour root= and usr= in the kernel command line if we are in an initrd */
680 /* Parse the local /etc/fstab, possibly from the initrd */
685 /* If running in the initrd also parse the /etc/fstab from the host */
/systemd/src/boot/efi/
H A Dboot.c1014 CHAR16 *initrd = NULL; local
1068 if (strcmpa((CHAR8 *)"initrd", key) == 0) {
1072 if (initrd) {
1075 s = PoolPrint(L"%s initrd=%s", initrd, new);
1076 FreePool(initrd);
1077 initrd = s;
1079 initrd = PoolPrint(L"initrd=%s", new);
1105 FreePool(initrd);
[all...]
/systemd/src/core/
H A Dmanager.c2244 dual_timestamp_serialize(f, "initrd-timestamp", &m->initrd_timestamp);
2389 else if (startswith(l, "initrd-timestamp="))
2617 char userspace[FORMAT_TIMESPAN_MAX], initrd[FORMAT_TIMESPAN_MAX], kernel[FORMAT_TIMESPAN_MAX], sum[FORMAT_TIMESPAN_MAX]; local
2645 LOG_MESSAGE("Startup finished in %s (kernel) + %s (initrd) + %s (userspace) = %s.",
2647 format_timespan(initrd, sizeof(initrd), initrd_usec, USEC_PER_MSEC),

Completed in 42 milliseconds