From 366c9c65b2d2ca05329494254915ae3ee124d0a8 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 9 Dec 2019 19:39:03 +0100 Subject: [PATCH] begin devuan netboo script --- devuan-netboot.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 devuan-netboot.sh diff --git a/devuan-netboot.sh b/devuan-netboot.sh new file mode 100644 index 0000000..6e7f39c --- /dev/null +++ b/devuan-netboot.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +date=$(date +%F) +suite=ascii + +dir=${suit}-${date} + +debootstrap ${suite}