linuxOS_AP05/debian/mk-rootfs.sh

8 lines
87 B
Bash
Raw Permalink Normal View History

2025-09-26 01:40:02 +00:00
#!/bin/bash -e
if [ ! $RELEASE ]; then
RELEASE='stretch'
fi
./mk-rootfs-$RELEASE.sh