Add tmp directory
This commit is contained in:
parent
e89458ce48
commit
70eef90e45
2
Makefile
2
Makefile
|
@ -428,6 +428,8 @@ $(BUILD)/filesystem.bin: \
|
||||||
chmod 700 $(BUILD)/filesystem/home/user/
|
chmod 700 $(BUILD)/filesystem/home/user/
|
||||||
chmod +s $(BUILD)/filesystem/bin/su
|
chmod +s $(BUILD)/filesystem/bin/su
|
||||||
chmod +s $(BUILD)/filesystem/bin/sudo
|
chmod +s $(BUILD)/filesystem/bin/sudo
|
||||||
|
mkdir $(BUILD)/filesystem/tmp
|
||||||
|
chmod 1777 $(BUILD)/filesystem/tmp
|
||||||
sync
|
sync
|
||||||
-$(FUMOUNT) $(BUILD)/filesystem/
|
-$(FUMOUNT) $(BUILD)/filesystem/
|
||||||
rm -rf $(BUILD)/filesystem/
|
rm -rf $(BUILD)/filesystem/
|
||||||
|
|
Loading…
Reference in a new issue