summaryrefslogtreecommitdiffstats
path: root/rules/fix-permissions.in
blob: 34680c2719f879fb0855f1450445da1978038733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config FIX_PERMISSIONS
	bool "create primary rootfs devnodes for nfs and fix permissions"
	default n
	help
	  This function is useful for development
	  via nfsroot. Initially, the /dev/null
	  an /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.