mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-27 12:38:11 +00:00
Merge pull request #398 from justincormack/shared-run
Mount /run as shared
This commit is contained in:
commit
194b383885
@ -1,7 +1,7 @@
|
||||
all: initrd.img.gz mobylinux-efi.iso
|
||||
|
||||
ETCFILES=etc/issue etc/motd etc/network/interfaces
|
||||
ETCFILES+=etc/inittab
|
||||
ETCFILES+=etc/inittab etc/fstab
|
||||
|
||||
initrd.img: Dockerfile mkinitrd.sh init $(ETCFILES)
|
||||
rm -f initrd.img
|
||||
|
1
alpine/etc/fstab
Normal file
1
alpine/etc/fstab
Normal file
@ -0,0 +1 @@
|
||||
tmpfs /run tmpfs defaults,nodev,relatime,size=10%,mode=755,shared 0 0
|
Loading…
Reference in New Issue
Block a user