mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 10:31:35 +00:00
Merge pull request #43 from rneugeba/initrdfix
initrd: don't include /mnt in the initrd
This commit is contained in:
commit
c3488731f4
@ -4,7 +4,7 @@ set -e
|
|||||||
|
|
||||||
rm -rf /tmp/*
|
rm -rf /tmp/*
|
||||||
|
|
||||||
for f in $(ls | grep -vE 'dev|sys|proc|tmp|export')
|
for f in $(ls | grep -vE 'dev|sys|proc|tmp|export|mnt')
|
||||||
do
|
do
|
||||||
cp -a $f /tmp
|
cp -a $f /tmp
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user