You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dave Young
d9a7ea5b43
ismounted fix
...
ismounted handles both find-by-dev and find-by-mnt, but there's two issues:
1. for find-by-dev, it use readlink to get the canonical dev name, but
lvm is different with other devices, the canonical name for lvm devices
are symlinks like /dev/mapper/vg-lv00
2. for nfs mounting, just use [ -b $dev ] is not enough, it need being handled
seperately.
Per Karel Zak's suggestion, findmnt util is suitable for this purpose, it
handles these cases well, so just use findmnt instead of implement all the
logic by ourselves. Thanks, Karel.
Signed-off-by: Dave Young <dyoung@redhat.com>
13 years ago
..
00bootchart
…
00dash
…
01fips
bye bye iscsi_wait_scan ... officially gone for kernel 3.6
13 years ago
02caps
…
02fips-aesni
…
04watchdog
…
05busybox
…
10i18n
…
30convertfs
…
40network
network: fix ip=ibft regression
13 years ago
45ifcfg
ifcfg/write-ifcfg.sh: add "IPV6INIT=yes" for IPv6
13 years ago
45url-lib
45url-lib/url-lib.sh: give info what URL curl failed to download
13 years ago
50gensplash
…
50plymouth
…
80cms
…
90btrfs
…
90crypt
crypt: do not run systemd crypt generator
13 years ago
90dm
…
90dmraid
…
90dmsquash-live
apply-live-updates.sh: handle updates for /run
13 years ago
90kernel-modules
kernel-modules/module-setup.sh: add yenta_socket to the initramfs
13 years ago
90livenet
…
90lvm
Add for_each_host_dev_and_slaves for device only checking
13 years ago
90mdraid
mdraid/parse-md.sh: fixed commit cc4037d120
13 years ago
90multipath
Add for_each_host_dev_and_slaves for device only checking
13 years ago
90qemu
…
90qemu-net
…
91crypt-gpg
…
91crypt-loop
…
95cifs
…
95dasd
…
95dasd_mod
…
95debug
…
95fcoe
…
95fstab-sys
…
95iscsi
iscsi/parse-iscsiroot.sh: delay loading of iscsi modules
13 years ago
95nbd
unquote nbd port
13 years ago
95nfs
nfs: install all nfs submodules
13 years ago
95resume
resume/resume.sh: prevent "resume: not found"
13 years ago
95rootfs-block
…
95ssh-client
…
95terminfo
…
95udev-rules
…
95virtfs
…
95zfcp
…
95znet
…
96securityfs
…
97biosdevname
…
97masterkey
…
98ecryptfs
…
98integrity
…
98pollcdrom
…
98selinux
…
98syslog
…
98systemd
bye bye iscsi_wait_scan ... officially gone for kernel 3.6
13 years ago
98usrmount
…
99base
ismounted fix
13 years ago
99fs-lib
…
99img-lib
…
99shutdown
…