Skip to content
This repository has been archived by the owner on Oct 27, 2018. It is now read-only.

Commit

Permalink
/ is now mount --make-shared at boot
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed Aug 20, 2015
1 parent d8d6e37 commit 8fc3701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions board/common/overlay/etc/inittab
Expand Up @@ -17,6 +17,7 @@
null::sysinit:/bin/mount -t proc proc /proc
null::sysinit:/bin/mkdir -p /dev/pts
null::sysinit:/bin/mkdir -p /dev/shm
null::sysinit:/bin/mount --make-shared /
null::sysinit:/bin/mount -a
null::sysinit:/sbin/remountrw
null::sysinit:/sbin/loadmodules
Expand Down
2 changes: 2 additions & 0 deletions boot/uboot/uboot.mk
Expand Up @@ -12,6 +12,8 @@ UBOOT_LICENSE_FILES = Licenses/gpl-2.0.txt

UBOOT_INSTALL_IMAGES = YES

UBOOT_DEPENDENCIES += linux

ifeq ($(UBOOT_VERSION),custom)
# Handle custom U-Boot tarballs as specified by the configuration
UBOOT_TARBALL = $(call qstrip,$(BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION))
Expand Down

0 comments on commit 8fc3701

Please sign in to comment.