Setup babelbox partitioning and cleanup
This commit is contained in:
parent
e5b1594023
commit
787fecd81c
9 changed files with 228 additions and 79 deletions
18
scripts/babelbox-partitions.sh
Normal file
18
scripts/babelbox-partitions.sh
Normal file
|
@ -0,0 +1,18 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
echo "
|
||||
d
|
||||
3
|
||||
n
|
||||
e
|
||||
3
|
||||
|
||||
+4G
|
||||
n
|
||||
p
|
||||
|
||||
|
||||
w" | /sbin/fdisk /dev/sda || true
|
||||
/sbin/partprobe
|
Loading…
Add table
Add a link
Reference in a new issue