Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix authored May 23, 2024
1 parent d8cb3c6 commit f326680
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ chmod 700 rootfs/data/user/root
chown root:root rootfs/data/user/root
mount --bind /proc rootfs/proc
chroot rootfs ymp clean --allow-oem
chroot rootfs ymp rbd --allow-oem > /output/rootfs.revdeb-rebuild
echo "##### $(date) #####" > /output/turkman-rootfs-minimal.revdeb-rebuild
chroot rootfs ymp rbd --allow-oem >> /output/turkman-rootfs-minimal.revdeb-rebuild
umount -lf rootfs/proc

tar --gzip -cf /output/turkman-rootfs-minimal.tar.gz rootfs/*

0 comments on commit f326680

Please sign in to comment.