2018-11-01 00:43:49 +03:00
|
|
|
rm -f _fs_contents.lock
|
|
|
|
rm -f _fs_contents
|
2018-10-28 02:19:27 +03:00
|
|
|
cp -p _fs_contents.stock _fs_contents
|
2018-11-01 00:43:49 +03:00
|
|
|
mkdir -p 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-10-23 11:12:50 +03:00
|
|
|
cp ../Userland/sh mnt/bin/sh
|
2018-10-23 12:57:38 +03:00
|
|
|
cp ../Userland/id mnt/bin/id
|
|
|
|
cp ../Userland/ps mnt/bin/ps
|
2018-10-24 10:48:24 +03:00
|
|
|
cp ../Userland/ls mnt/bin/ls
|
2018-10-24 15:28:22 +03:00
|
|
|
cp ../Userland/pwd mnt/bin/pwd
|
2018-10-25 14:53:49 +03:00
|
|
|
cp ../Userland/sleep mnt/bin/sleep
|
2018-10-25 18:29:49 +03:00
|
|
|
cp ../Userland/date mnt/bin/date
|
2018-10-25 22:39:37 +03:00
|
|
|
cp ../Userland/true mnt/bin/true
|
|
|
|
cp ../Userland/false mnt/bin/false
|
2018-10-26 10:54:29 +03:00
|
|
|
cp ../Userland/hostname mnt/bin/hostname
|
2018-10-26 12:16:56 +03:00
|
|
|
cp ../Userland/cat mnt/bin/cat
|
2018-10-26 15:56:21 +03:00
|
|
|
cp ../Userland/uname mnt/bin/uname
|
2018-10-27 18:39:08 +03:00
|
|
|
cp ../Userland/clear mnt/bin/clear
|
2018-10-28 02:44:53 +03:00
|
|
|
cp ../Userland/tst mnt/bin/tst
|
2018-10-28 12:26:07 +03:00
|
|
|
cp ../Userland/mm mnt/bin/mm
|
2018-10-31 03:06:57 +03:00
|
|
|
cp ../Userland/kill mnt/bin/kill
|
2018-10-31 23:45:36 +03:00
|
|
|
cp ../Userland/tty mnt/bin/tty
|
2018-10-31 19:50:43 +03:00
|
|
|
sh sync-local.sh
|
2018-10-26 23:32:35 +03:00
|
|
|
cp kernel.map mnt/
|
2018-10-23 11:12:50 +03:00
|
|
|
umount mnt
|
|
|
|
sync
|