Compare commits
1 commit
master
...
fnuxfedora
Author | SHA1 | Date | |
---|---|---|---|
|
366c9c65b2 |
1 changed files with 8 additions and 0 deletions
8
devuan-netboot.sh
Normal file
8
devuan-netboot.sh
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
date=$(date +%F)
|
||||||
|
suite=ascii
|
||||||
|
|
||||||
|
dir=${suit}-${date}
|
||||||
|
|
||||||
|
debootstrap ${suite}
|
Loading…
Reference in a new issue