Organize policy-rc file
This commit is contained in:
parent
062628e390
commit
226524a956
2 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -152,7 +152,7 @@ mkdir "$ROOTFS_DIR/.pc/"
|
|||
##
|
||||
# Prevent services to start after package installation in chroot environment.
|
||||
#
|
||||
install -m 744 files/policy-rc.d "$ROOTFS_DIR/usr/sbin/policy-rc.d"
|
||||
install -m 744 files/usr/sbin/policy-rc.d "$ROOTFS_DIR/usr/sbin/policy-rc.d"
|
||||
|
||||
##
|
||||
# Mount virtual file systems.
|
||||
|
|
Reference in a new issue