X7ROOT File Manager
Current Path:
/usr/share/bash-completion/completions
usr
/
share
/
bash-completion
/
completions
/
📁
..
📄
addpart
(520 B)
📄
blkdiscard
(651 B)
📄
blkid
(1.47 KB)
📄
blockdev
(761 B)
📄
bootctl
(1.79 KB)
📄
busctl
(7.54 KB)
📄
cal
(404 B)
📄
cfdisk
(736 B)
📄
chcpu
(1.18 KB)
📄
chfn
(445 B)
📄
chrt
(800 B)
📄
chsh
(506 B)
📄
col
(460 B)
📄
colcrt
(484 B)
📄
colrm
(509 B)
📄
column
(725 B)
📄
coredumpctl
(3.34 KB)
📄
ctrlaltdel
(335 B)
📄
delpart
(649 B)
📄
dmesg
(1.03 KB)
📄
dracut
(3.5 KB)
📄
eject
(1.16 KB)
📄
fallocate
(593 B)
📄
fdformat
(414 B)
📄
fdisk
(1.05 KB)
📄
findmnt
(2.77 KB)
📄
flock
(860 B)
📄
fsck
(789 B)
📄
fsck.cramfs
(508 B)
📄
fsck.minix
(403 B)
📄
fsfreeze
(524 B)
📄
fstrim
(626 B)
📄
gapplication
(1.36 KB)
📄
gdbus
(935 B)
📄
getopt
(815 B)
📄
grub
(11.41 KB)
📄
gsettings
(2.76 KB)
📄
hexdump
(659 B)
📄
hostnamectl
(2.16 KB)
📄
hwclock
(937 B)
📄
ionice
(837 B)
📄
ipcrm
(1.39 KB)
📄
ipcs
(514 B)
📄
isosize
(426 B)
📄
journalctl
(5.4 KB)
📄
kernel-install
(1.75 KB)
📄
kmod
(3.16 KB)
📄
ldattach
(1.23 KB)
📄
localectl
(3.36 KB)
📄
logger
(1.13 KB)
📄
loginctl
(4.03 KB)
📄
look
(572 B)
📄
losetup
(1.47 KB)
📄
lsblk
(1.44 KB)
📄
lscpu
(829 B)
📄
lsinitrd
(2.05 KB)
📄
lslocks
(1002 B)
📄
machinectl
(3.12 KB)
📄
mcookie
(502 B)
📄
mkfs
(692 B)
📄
mkfs.cramfs
(821 B)
📄
mkfs.minix
(716 B)
📄
mkswap
(765 B)
📄
more
(528 B)
📄
mountpoint
(570 B)
📄
namei
(500 B)
📄
nsenter
(955 B)
📄
partx
(1.07 KB)
📄
pivot_root
(387 B)
📄
prlimit
(1.16 KB)
📄
raw
(482 B)
📄
readprofile
(679 B)
📄
rename
(632 B)
📄
renice
(812 B)
📄
resizepart
(691 B)
📄
rev
(432 B)
📄
rpm
(9.77 KB)
📄
rtcwake
(841 B)
📄
runuser
(864 B)
📄
script
(667 B)
📄
scriptreplay
(592 B)
📄
semanage
(6.42 KB)
📄
setarch
(775 B)
📄
setpriv
(1.97 KB)
📄
setsebool
(1.77 KB)
📄
setsid
(433 B)
📄
setterm
(2.24 KB)
📄
sfdisk
(1.41 KB)
📄
su
(864 B)
📄
swaplabel
(635 B)
📄
swapon
(1.32 KB)
📄
systemctl
(12.29 KB)
📄
systemd-analyze
(3.9 KB)
📄
systemd-cat
(1.87 KB)
📄
systemd-cgls
(1.75 KB)
📄
systemd-cgtop
(1.32 KB)
📄
systemd-delta
(1.91 KB)
📄
systemd-detect-virt
(1.29 KB)
📄
systemd-nspawn
(5.74 KB)
📄
systemd-run
(3.51 KB)
📄
tailf
(530 B)
📄
taskset
(1.06 KB)
📄
tc
(26.41 KB)
📄
timedatectl
(2.52 KB)
📄
tuned-adm
(511 B)
📄
udevadm
(3.64 KB)
📄
ul
(655 B)
📄
unshare
(496 B)
📄
utmpdump
(466 B)
📄
uuidgen
(384 B)
📄
wdctl
(1.17 KB)
📄
whereis
(535 B)
📄
wipefs
(760 B)
📄
write
(494 B)
📄
yum
(11.23 KB)
📄
yummain.py
(11.23 KB)
📄
zramctl
(1.18 KB)
Editing: dracut
# # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- # ex: ts=8 sw=4 sts=4 et filetype=sh # # Copyright 2013 Red Hat, Inc. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # __contains_word () { local word=$1; shift for w in $*; do [[ $w = $word ]] && return 0; done return 1 } _dracut() { local field_vals= cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} local -A OPTS=( [STANDALONE]='-f -v -q -l -H -h -M -N --ro-mnt --force --kernel-only --no-kernel --strip --nostrip --hardlink --nohardlink --noprefix --mdadmconf --nomdadmconf --lvmconf --nolvmconf --debug --profile --verbose --quiet --local --hostonly --no-hostonly --fstab --help --bzip2 --lzma --xz --no-compress --gzip --list-modules --show-modules --keep --printsize --regenerate-all --noimageifnotneeded --early-microcode --no-early-microcode --print-cmdline --prelink --noprelink' [ARG]='-a -m -o -d -I -k -c -L --kver --add --force-add --add-drivers --omit-drivers --modules --omit --drivers --filesystems --install --fwdir --libdirs --fscks --add-fstab --mount --device --nofscks --kmoddir --conf --confdir --tmpdir --stdlog --compress --prefix --kernel-cmdline --sshkey --persistent-policy --install-optional' ) if __contains_word "$prev" ${OPTS[ARG]}; then case $prev in --kmoddir|-k|--fwdir|--confdir|--tmpdir) comps=$(compgen -d -- "$cur") compopt -o filenames ;; -c|--conf|--sshkey|--add-fstab|--add-device|-I|--install|--install-optional) comps=$(compgen -f -- "$cur") compopt -o filenames ;; -a|-m|-o|--add|--modules|--omit) comps=$(dracut --list-modules 2>/dev/null) ;; --persistent-policy) comps=$(cd /dev/disk/; echo *) ;; --kver) comps=$(cd /lib/modules; echo [0-9]*) ;; *) return 0 ;; esac COMPREPLY=( $(compgen -W '$comps' -- "$cur") ) return 0 fi if [[ $cur = -* ]]; then COMPREPLY=( $(compgen -W '${OPTS[*]}' -- "$cur") ) return 0 fi } complete -F _dracut dracut
Upload File
Create Folder