libvolume-id0.postinst

来自「GPE内核镜像文件 已在qemu上跑过的」· POSTINST 代码 · 共 17 行

POSTINST
17
字号
	# 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 + =
减小字号Ctrl + -
显示快捷键?