udev.postinst

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

POSTINST
20
字号
	# 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 test "x$D" != "x"; then	OPT="-r $D"else	OPT="-s"fiupdate-rc.d $OPT udev start 03 S .

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?