comparison core/filesystem/filesystem.sh @ 184:36f3ab3945d7

core/sysvinit: add basic init scripts
author David Demelier <markand@malikania.fr>
date Sat, 16 Mar 2019 21:54:36 +0100
parents e737b80da269
children 014d018468fb
comparison
equal deleted inserted replaced
183:2a742bf097aa 184:36f3ab3945d7
23 PKGDOWNLOAD="" 23 PKGDOWNLOAD=""
24 24
25 build() 25 build()
26 { 26 {
27 install -d $DESTDIR/etc 27 install -d $DESTDIR/etc
28 install -d $DESTDOR/etc/rc.d
28 install -d $DESTDIR/home 29 install -d $DESTDIR/home
29 install -d $DESTDIR/mnt 30 install -d $DESTDIR/mnt
30 install -d $DESTDIR/proc 31 install -d $DESTDIR/proc
31 install -d -m 0700 $DESTDIR/root 32 install -d -m 0700 $DESTDIR/root
32 install -d $DESTDIR/run 33 install -d $DESTDIR/run