linuxOS_AP06/debian/mk-rootfs.sh

8 lines
87 B
Bash
Raw Normal View History

2025-06-03 04:28:32 +00:00
#!/bin/bash -e
if [ ! $RELEASE ]; then
RELEASE='stretch'
fi
./mk-rootfs-$RELEASE.sh