diff options
author | WlodekM <[email protected]> | 2025-02-14 20:04:35 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-02-14 20:04:35 +0200 |
commit | c7b710ca3947d74bdb8505398abc18e9d3041ca8 (patch) | |
tree | 93e5ecd68c5c9c43010865985d5c22af4442024e /mkramfs.sh | |
parent | fa71d9ab15c046f2e0b886bc365310f2ccf79800 (diff) |
some other stuff uuh
Diffstat (limited to 'mkramfs.sh')
-rw-r--r-- | mkramfs.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mkramfs.sh b/mkramfs.sh new file mode 100644 index 0000000..642509d --- /dev/null +++ b/mkramfs.sh @@ -0,0 +1,7 @@ +mkdir init + +mkdir init/bin +mkdir init/sbin + +cp build/* init/bin +cp sbuild/* init/sbin \ No newline at end of file |