📄 libvolume-id0.postinst
字号:
# Add the root partition to mount.blacklist to avoid a bug in the auto-mounter, # causing confusion with fsck on boot while read dev mp fs junk do if test "$mp" = "/" then root_partition="$dev" echo "$root_partition" >> /etc/udev/mount.blacklist fi done < /etc/fstabif [ x"$D" = "x" ]; then ldconfigfi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -