summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2024-01-21 15:09:46 +0000
committerFreeArtMan <dos21h@gmail.com>2024-01-21 15:09:46 +0000
commit05e8fa3295108c0e22be51b7b0dc9c953ffcda49 (patch)
tree775d664869a1108c347784da0c94bb21534e45de
parent860350456aca9cbb5e8728fd71cbb7a4023578db (diff)
downloados201-05e8fa3295108c0e22be51b7b0dc9c953ffcda49.tar.gz
os201-05e8fa3295108c0e22be51b7b0dc9c953ffcda49.zip
Add initrd scriptHEADmaster
-rwxr-xr-xcreate_installroot/create_initrd_arm64.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/create_installroot/create_initrd_arm64.sh b/create_installroot/create_initrd_arm64.sh
new file mode 100755
index 0000000..9ed0b03
--- /dev/null
+++ b/create_installroot/create_initrd_arm64.sh
@@ -0,0 +1,8 @@
+#!/bin/dash
+
+cd rootfs-arm64/
+find . | cpio --quiet -H newc -o | gzip -9 -n > ../initrd-arm64.gz
+cd ..
+
+
+