We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76f46c commit e94ce4eCopy full SHA for e94ce4e
scripts/cpio_to_iso.sh
@@ -15,8 +15,6 @@ mkdir -p $TMP_PATH/rootfs
15
cd $TMP_PATH/rootfs
16
cpio -idmv < $CPIO_IMG_ABSOLUTE_PATH
17
18
-find . -maxdepth 1 -not -path . | LC_ALL=C sort > pathlist
19
-
20
xorriso \
21
-preparer_id xorriso \
22
-volume_date 'all' "=$SOURCE_DATE_EPOCH" \
@@ -28,8 +26,8 @@ xorriso \
28
26
-full-iso9660-filenames \
29
27
-uid 0 \
30
-gid 0 \
31
- -path-list pathlist \
32
- -output $DESTINATION_DIR/$FILENAME
+ -output $DESTINATION_DIR/$FILENAME \
+ .
33
34
rm -rf $TMP_PATH
35
0 commit comments