squashfs-tools is required
This commit is contained in:
parent
6592afa3ec
commit
a8fbbc3c89
@ -10,7 +10,7 @@ Devuan Linux for Windows users
|
||||
# How to "build"
|
||||
## Prerequisites
|
||||
- You need to use Devuan or windvn
|
||||
- `apt install debootstrap isolinux syslinux-common xorriso`
|
||||
- `apt install debootstrap isolinux syslinux-common squashfs-tools xorriso`
|
||||
---
|
||||
1. **Get into the windvn environment:**
|
||||
```
|
||||
|
@ -30,6 +30,12 @@ if [ ! -f "$CHROOT/usr/share/initramfs-tools/hooks/live" ]; then
|
||||
EXIT=1
|
||||
fi
|
||||
|
||||
if ! command -v mksquashfs &> /dev/null
|
||||
then
|
||||
echo "ERROR: xorriso not found. Run 'apt install squashfs-tools'."
|
||||
EXIT=1
|
||||
fi
|
||||
|
||||
if ! command -v xorriso &> /dev/null
|
||||
then
|
||||
echo "ERROR: xorriso not found. Run 'apt install xorriso'."
|
||||
|
Loading…
Reference in New Issue
Block a user