]> git.sur5r.net Git - bacula/rescue/blob - rescue/linux/usb/remaster/pack_sqfs
Fix bat install broken by change
[bacula/rescue] / rescue / linux / usb / remaster / pack_sqfs
1 #!/bin/sh
2 #
3 . ../config
4
5 if [ ! -d sqfs ] ; then
6   echo "Cannot find sqfs ..."
7   exit 1
8 fi
9 rm -f filesystem.squashfs
10 echo "Squashing the filesystem ..."
11 mksquashfs sqfs filesystem.squashfs
12 rm -f filesystem.manifest
13 cp sqfs/filesystem.manifest .