summaryrefslogtreecommitdiffstats
path: root/rules/fix-permissions.in
blob: 483439ed4fb3b64d82d1c804fd43b33f38d1c302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=ptxdist_options

config FIX_PERMISSIONS
	bool
	prompt "create primary rootfs devnodes for nfs and fix permissions"
	help
	  This function is useful for development via nfsroot. Initially, the
	  /dev/null and /dev/console devnodes are missing in a fresh sysroot for
	  nfs, preventing a successful system startup. However, creating them
	  requires system administrator privileges.

	  Say Yes, if you want PTXdist to create missing devnodes during build
	  stage. This will result in a smooth nfsroot feeling, but you need to
	  setup sudo first.