Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
Update to v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cadriel committed Oct 20, 2020
1 parent 9cdc84c commit a982897
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ qemu-system-arm -cpu arm1176 -m 256 \
-no-reboot \
-nographic \
-append "dwc_otg.lpm_enable=0 root=/dev/sda2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait" \
-drive "file=src/workspace/fluiddpi-buster-lite-v0.0.6.img,index=0,media=disk,format=raw" \
-drive "file=src/workspace/fluiddpi-buster-lite-v0.0.7.img,index=0,media=disk,format=raw" \
-net user,ipv4=on,ipv6=on,hostfwd=tcp::22222-:22,hostfwd=tcp::8888-:80 -net nic
6 changes: 3 additions & 3 deletions src/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export DIST_NAME=FluiddPI
export DIST_VERSION=0.0.6
export BASE_IMAGE_ENLARGEROOT=2000
export BASE_IMAGE_RESIZEROOT=500
export BASE_RELEASE_IMG_NAME=fluiddpi-buster-lite-v0.0.6.img
export BASE_IMG_NAME=fluiddpi-buster-lite-v0.0.6.img
export BASE_RELEASE_ZIP_NAME=fluiddpi-buster-lite-v0.0.6
export BASE_RELEASE_IMG_NAME=fluiddpi-buster-lite-v0.0.7.img
export BASE_IMG_NAME=fluiddpi-buster-lite-v0.0.7.img
export BASE_RELEASE_ZIP_NAME=fluiddpi-buster-lite-v0.0.7
export MODULES="base(network, raspicam, klipper_moonraker, fluidd, mjpgstreamer, password-for-sudo)"
2 changes: 1 addition & 1 deletion src/modules/fluidd/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rm /etc/nginx/sites-enabled/default
ln -s /etc/nginx/sites-available/fluidd /etc/nginx/sites-enabled/
cd /home/pi/
sudo -u pi mkdir /home/pi/fluidd
sudo -u pi wget -q -O fluidd.zip https://github.com/cadriel/fluidd/releases/download/v0.0.6/fluidd_v0.0.6.zip && sudo -u pi unzip fluidd.zip -d /home/pi/fluidd && rm fluidd.zip
sudo -u pi wget -q -O fluidd.zip https://github.com/cadriel/fluidd/releases/download/v0.0.7/fluidd_v0.0.7.zip && sudo -u pi unzip fluidd.zip -d /home/pi/fluidd && rm fluidd.zip
# Run installation steps defined above

# Unpack root at the end, so files are modified before
Expand Down

0 comments on commit a982897

Please sign in to comment.