Skip to content

Commit 8aff931

Browse files
committed
direct
1 parent 7bc8b51 commit 8aff931

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

alpine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
rm -rvf "/tmp/runimage" 2>/dev/null
5555
"./runimage" bash -c "build_image"
5656
#Rebuild [Dwarfs ZSTD 22]
57-
"./runimage" bash -c "rim-build --bsize '22' --clvl '22' --dwfs '/tmp/runimage'"
57+
"./runimage" rim-build --bsize '22' --clvl '22' --dwfs '/tmp/runimage'
5858
echo "/tmp/runimage" | xargs -I "{}" bash -c 'du -sh "{}" && file "{}" && sha256sum "{}"'
5959
##End
6060
set +x

archlinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
rm -rvf "/tmp/runimage" 2>/dev/null
5151
"./runimage" bash -c "build_image"
5252
#Rebuild [Dwarfs ZSTD 22]
53-
"./runimage" bash -c "rim-build --bsize '22' --clvl '22' --dwfs '/tmp/runimage'"
53+
"./runimage" rim-build --bsize '22' --clvl '22' --dwfs '/tmp/runimage'
5454
echo "/tmp/runimage" | xargs -I "{}" bash -c 'du -sh "{}" && file "{}" && sha256sum "{}"'
5555
##End
5656
set +x

artix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
rm -rvf "/tmp/runimage" 2>/dev/null
5151
"./runimage" bash -c "build_image"
5252
#Rebuild [Dwarfs ZSTD 22]
53-
"./runimage" bash -c "rim-build --bsize '22' --clvl '22' --dwfs '/tmp/runimage'"
53+
"./runimage" rim-build --bsize '22' --clvl '22' --dwfs '/tmp/runimage'
5454
echo "/tmp/runimage" | xargs -I "{}" bash -c 'du -sh "{}" && file "{}" && sha256sum "{}"'
5555
##End
5656
set +x

cachyos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
rm -rvf "/tmp/runimage" 2>/dev/null
5151
"./runimage" bash -c "build_image"
5252
#Rebuild [Dwarfs ZSTD 22]
53-
"./runimage" bash -c "rim-build --bsize '22' --clvl '22' --dwfs '/tmp/runimage'"
53+
"./runimage" rim-build --bsize '22' --clvl '22' --dwfs '/tmp/runimage'
5454
echo "/tmp/runimage" | xargs -I "{}" bash -c 'du -sh "{}" && file "{}" && sha256sum "{}"'
5555
##End
5656
set +x

debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
rm -rvf "/tmp/runimage" 2>/dev/null
5050
"./runimage" bash -c "build_image"
5151
#Rebuild [Dwarfs ZSTD 22]
52-
"./runimage" bash -c "rim-build --bsize '22' --clvl '22' --dwfs '/tmp/runimage'"
52+
"./runimage" rim-build --bsize '22' --clvl '22' --dwfs '/tmp/runimage'
5353
echo "/tmp/runimage" | xargs -I "{}" bash -c 'du -sh "{}" && file "{}" && sha256sum "{}"'
5454
##End
5555
set +x

eweos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
rm -rvf "/tmp/runimage" 2>/dev/null
5151
"./runimage" bash -c "build_image"
5252
#Rebuild [Dwarfs ZSTD 22]
53-
"./runimage" bash -c "rim-build --bsize '22' --clvl '22' --dwfs '/tmp/runimage'"
53+
"./runimage" rim-build --bsize '22' --clvl '22' --dwfs '/tmp/runimage'
5454
echo "/tmp/runimage" | xargs -I "{}" bash -c 'du -sh "{}" && file "{}" && sha256sum "{}"'
5555
##End
5656
set +x

ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
rm -rvf "/tmp/runimage" 2>/dev/null
5050
"./runimage" bash -c "build_image"
5151
#Rebuild [Dwarfs ZSTD 22]
52-
"./runimage" bash -c "rim-build --bsize '22' --clvl '22' --dwfs '/tmp/runimage'"
52+
"./runimage" rim-build --bsize '22' --clvl '22' --dwfs '/tmp/runimage'
5353
echo "/tmp/runimage" | xargs -I "{}" bash -c 'du -sh "{}" && file "{}" && sha256sum "{}"'
5454
##End
5555
set +x

0 commit comments

Comments
 (0)