Home
last modified time | relevance | path

Searched refs:fstab (Results 1 – 25 of 43) sorted by relevance

12

/systemd-251/test/
Dtest-fstab-generator.sh7 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
Dmeson.build15 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/
Ddev-mapper-fedora_krowka\x2dswap.swap3 SourcePath=/etc/fstab
4 Documentation=man:fstab(5) man:systemd-fstab-generator(8)
Ddirectives-all.service278 fstab= key
306 rd.fstab= key
/systemd-251/test/test-fstab-generator/test-16-tmpfs.expected/
Dsysroot.mount1 # 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/
Dsysroot.mount1 # Automatically generated by systemd-fstab-generator
4 Documentation=man:fstab(5) man:systemd-fstab-generator(8)
Dsystemd-fsck-root.service1 # Automatically generated by systemd-fstab-generator
/systemd-251/test/test-fstab-generator/test-13-label.expected/
Dsysroot.mount1 # Automatically generated by systemd-fstab-generator
4 Documentation=man:fstab(5) man:systemd-fstab-generator(8)
Dsystemd-fsck-root.service1 # Automatically generated by systemd-fstab-generator
/systemd-251/test/test-fstab-generator/test-14-uuid.expected/
Dsysroot.mount1 # Automatically generated by systemd-fstab-generator
4 Documentation=man:fstab(5) man:systemd-fstab-generator(8)
Dsystemd-fsck-root.service1 # Automatically generated by systemd-fstab-generator
/systemd-251/test/test-fstab-generator/test-15-partuuid.expected/
Dsysroot.mount1 # Automatically generated by systemd-fstab-generator
4 Documentation=man:fstab(5) man:systemd-fstab-generator(8)
Dsystemd-fsck-root.service1 # Automatically generated by systemd-fstab-generator
/systemd-251/src/fstab-generator/
Dfstab-generator.c574 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/
DDISCOVERABLE_PARTITIONS.md23 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 …]
DBUILDING_IMAGES.md203 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/
Dtestsuite-64.sh363 …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/
Dsystemd.sr.catalog.in227 /etc/fstab датотеци или у „Where=“ пољу систем-де јединичне датотеке)
Dsystemd.zh_CN.catalog.in222 目录 @WHERE@ 被指定为挂载点(即 /etc/fstab 文件的第二栏,或 systemd 单元
Dsystemd.zh_TW.catalog.in228 目錄 @WHERE@ 被指定為掛載點(在 /etc/fstab 中的
Dsystemd.be.catalog.in241 Каталог @WHERE@ указаны як кропка мантавання (другое поле ў /etc/fstab ці
Dsystemd.bg.catalog.in250 „/etc/fstab“, или чрез директивата „Where=“ в някой от файловете за
Dsystemd.ko.catalog.in249 @WHERE@ 디렉터리를 마운트 지점으로 지정했으며 (/etc/fstab 파일의
Dsystemd.ru.catalog.in304 столбце файла /etc/fstab, либо в параметре Where= файла конфигурации юнита),
/systemd-251/src/shared/
Dmeson.build139 'fstab-util.c',
140 'fstab-util.h',

12