init
This commit is contained in:
21
scripts/include/make-empty-folders.sh
Normal file
21
scripts/include/make-empty-folders.sh
Normal file
@@ -0,0 +1,21 @@
|
||||
#!/bin/bash
|
||||
|
||||
make_empty_folders() {
|
||||
ROOT_PATH="./squashfs-root/"
|
||||
|
||||
cd ${ROOT_PATH}
|
||||
|
||||
mkdir -p boot \
|
||||
dev/pts \
|
||||
dev/shm \
|
||||
media/Data \
|
||||
mnt \
|
||||
opt \
|
||||
proc \
|
||||
root \
|
||||
run/dbus \
|
||||
sys \
|
||||
tmp/fontconfig \
|
||||
var/lib/alsa \
|
||||
var/www
|
||||
}
|
||||
Reference in New Issue
Block a user