Create test.sh

This commit is contained in:
fithwum
2018-12-31 11:10:11 -08:00
parent 49c6784ee8
commit c79c0f0333

8
test.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Copyright (c) 2018 fithwum
# All rights reserved
mkfs.ext4 -L Debian /dev/sda1
host# mkdir /mnt/deboot
mount -t ext4 /dev/sda1 /mnt/deboot