2018-11-09 03:25:31 +03:00
|
|
|
rm -vf _fs_contents.lock
|
|
|
|
rm -vf _fs_contents
|
|
|
|
cp -vp _fs_contents.stock _fs_contents
|
|
|
|
mkdir -vp mnt
|
2018-10-23 11:12:50 +03:00
|
|
|
mount -o loop _fs_contents mnt/
|
2018-10-31 21:49:22 +03:00
|
|
|
cp -R ../Base/* mnt/
|
2018-11-09 03:25:31 +03:00
|
|
|
cp -v ../Userland/sh mnt/bin/sh
|
|
|
|
cp -v ../Userland/id mnt/bin/id
|
|
|
|
cp -v ../Userland/ps mnt/bin/ps
|
|
|
|
cp -v ../Userland/ls mnt/bin/ls
|
|
|
|
cp -v ../Userland/sleep mnt/bin/sleep
|
|
|
|
cp -v ../Userland/date mnt/bin/date
|
|
|
|
cp -v ../Userland/true mnt/bin/true
|
|
|
|
cp -v ../Userland/false mnt/bin/false
|
|
|
|
cp -v ../Userland/hostname mnt/bin/hostname
|
|
|
|
cp -v ../Userland/cat mnt/bin/cat
|
|
|
|
cp -v ../Userland/uname mnt/bin/uname
|
|
|
|
cp -v ../Userland/clear mnt/bin/clear
|
|
|
|
cp -v ../Userland/tst mnt/bin/tst
|
|
|
|
cp -v ../Userland/ft mnt/bin/ft
|
|
|
|
cp -v ../Userland/ft2 mnt/bin/ft2
|
|
|
|
cp -v ../Userland/mm mnt/bin/mm
|
|
|
|
cp -v ../Userland/kill mnt/bin/kill
|
|
|
|
cp -v ../Userland/tty mnt/bin/tty
|
|
|
|
cp -v ../Userland/strsignal mnt/bin/strsignal
|
2018-10-31 19:50:43 +03:00
|
|
|
sh sync-local.sh
|
2018-11-09 03:25:31 +03:00
|
|
|
cp -v kernel.map mnt/
|
2018-10-23 11:12:50 +03:00
|
|
|
umount mnt
|
|
|
|
sync
|