Add files via upload
This commit is contained in:
parent
cf38ede367
commit
c320032c2f
1 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "Sorry. This procedure isn't ready yet, We're working on it! "
|
echo "Sorry. This procedure isn't ready yet, We're working on it! "
|
||||||
|
|
||||||
|
echo "--- Part 1: Expand the file system ---"
|
||||||
echo "--- Expanding root file system ---"
|
echo "--- Expanding root file system ---"
|
||||||
sudo raspi-config --expand-rootfs
|
sudo raspi-config --expand-rootfs
|
||||||
cp -f rebootrc.local /etc/rc.local
|
cp -f rebootrc.local /etc/rc.local
|
||||||
|
chmod +x partialinstall.sh
|
||||||
|
|
||||||
|
echo "--- Finished setup part 1! Rebooting now for part 2 ---"
|
||||||
|
sleep 10
|
||||||
|
sudo reboot now
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue