Searched refs:fstab (Results 1 – 25 of 43) sorted by relevance
12
/systemd-251/test/ |
D | test-fstab-generator.sh | 7 elif [[ -x /usr/lib/systemd/system-generators/systemd-fstab-generator ]]; then 8 generator=/usr/lib/systemd/system-generators/systemd-fstab-generator 9 elif [[ -x /lib/systemd/system-generators/systemd-fstab-generator ]]; then 10 generator=/lib/systemd/system-generators/systemd-fstab-generator
|
D | meson.build | 15 install_subdir('test-fstab-generator', 89 test_fstab_generator_sh = find_program('test-fstab-generator.sh') 126 install_data('test-fstab-generator.sh',
|
/systemd-251/test/fuzz/fuzz-unit-file/ |
D | dev-mapper-fedora_krowka\x2dswap.swap | 3 SourcePath=/etc/fstab 4 Documentation=man:fstab(5) man:systemd-fstab-generator(8)
|
D | directives-all.service | 278 fstab= key 306 rd.fstab= key
|
/systemd-251/test/test-fstab-generator/test-16-tmpfs.expected/ |
D | sysroot.mount | 1 # Automatically generated by systemd-fstab-generator 4 Documentation=man:fstab(5) man:systemd-fstab-generator(8)
|
/systemd-251/test/test-fstab-generator/test-12-dev-sdx.expected/ |
D | sysroot.mount | 1 # Automatically generated by systemd-fstab-generator 4 Documentation=man:fstab(5) man:systemd-fstab-generator(8)
|
D | systemd-fsck-root.service | 1 # Automatically generated by systemd-fstab-generator
|
/systemd-251/test/test-fstab-generator/test-13-label.expected/ |
D | sysroot.mount | 1 # Automatically generated by systemd-fstab-generator 4 Documentation=man:fstab(5) man:systemd-fstab-generator(8)
|
D | systemd-fsck-root.service | 1 # Automatically generated by systemd-fstab-generator
|
/systemd-251/test/test-fstab-generator/test-14-uuid.expected/ |
D | sysroot.mount | 1 # Automatically generated by systemd-fstab-generator 4 Documentation=man:fstab(5) man:systemd-fstab-generator(8)
|
D | systemd-fsck-root.service | 1 # Automatically generated by systemd-fstab-generator
|
/systemd-251/test/test-fstab-generator/test-15-partuuid.expected/ |
D | sysroot.mount | 1 # Automatically generated by systemd-fstab-generator 4 Documentation=man:fstab(5) man:systemd-fstab-generator(8)
|
D | systemd-fsck-root.service | 1 # Automatically generated by systemd-fstab-generator
|
/systemd-251/src/fstab-generator/ |
D | fstab-generator.c | 574 const char *fstab; in parse_fstab() local 578 fstab = initrd ? "/sysroot/etc/fstab" : fstab_path(); in parse_fstab() 579 log_debug("Parsing %s...", fstab); in parse_fstab() 581 f = setmntent(fstab, "re"); in parse_fstab() 586 return log_error_errno(errno, "Failed to open %s: %m", fstab); in parse_fstab() 682 fstab); in parse_fstab()
|
/systemd-251/docs/ |
D | DISCOVERABLE_PARTITIONS.md | 23 or incomplete `/etc/fstab` file and without the `root=` kernel command line 152 …lback), unless a different partition is mounted there (possibly via `/etc/fstab`, or because the E… 153 …boot/`, unless a different partition is mounted there (possibly via `/etc/fstab`) or the directory… 160 …ystems. The installer needs to mount them explicitly via entries in `/etc/fstab`. Optionally, thes… 295 An *installer* _may_ omit creating entries in `/etc/fstab` for root, `/home/`, 299 creating the entry for it in `/etc/fstab`. If the EFI partition shall not be 300 mounted to `/efi/` or `/boot/`, it _must_ create `/etc/fstab` entries for them. 302 `/var/lib/mysql/`), the installer _must_ register these in `/etc/fstab`. The 328 partition is listed in `/etc/fstab` or with `root=` on the kernel command line, 361 ### Why are you taking my `/etc/fstab` away? [all …]
|
D | BUILDING_IMAGES.md | 203 in. The `x-systemd.growfs` mount option in `/etc/fstab` is sufficient to 212 `/etc/fstab` may be used to request this functionality.
|
/systemd-251/test/units/ |
D | testsuite-64.sh | 363 …s device=${dev_stub}0,device=${dev_stub}1,device=${dev_stub}2,device=${dev_stub}3 0 2" >>/etc/fstab 378 sed -i "/${mpoint##*/}/d" /etc/fstab 521 echo "UUID=deadbeef-dead-dead-beef-222222222222 $mpoint ext4 defaults 0 0" >>/etc/fstab 547 : >/etc/fstab
|
/systemd-251/catalog/ |
D | systemd.sr.catalog.in | 227 /etc/fstab датотеци или у „Where=“ пољу систем-де јединичне датотеке)
|
D | systemd.zh_CN.catalog.in | 222 目录 @WHERE@ 被指定为挂载点(即 /etc/fstab 文件的第二栏,或 systemd 单元
|
D | systemd.zh_TW.catalog.in | 228 目錄 @WHERE@ 被指定為掛載點(在 /etc/fstab 中的
|
D | systemd.be.catalog.in | 241 Каталог @WHERE@ указаны як кропка мантавання (другое поле ў /etc/fstab ці
|
D | systemd.bg.catalog.in | 250 „/etc/fstab“, или чрез директивата „Where=“ в някой от файловете за
|
D | systemd.ko.catalog.in | 249 @WHERE@ 디렉터리를 마운트 지점으로 지정했으며 (/etc/fstab 파일의
|
D | systemd.ru.catalog.in | 304 столбце файла /etc/fstab, либо в параметре Where= файла конфигурации юнита),
|
/systemd-251/src/shared/ |
D | meson.build | 139 'fstab-util.c', 140 'fstab-util.h',
|
12