Skip to content

Commit

Permalink
modified: ts/build/packages/devstation/bin/devcmd
Browse files Browse the repository at this point in the history
	modified:   ts/build/packages/devstation/build/finalize
  • Loading branch information
Doncuppjr committed Jan 10, 2021
1 parent c6dcc95 commit c7a52e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ts/build/packages/devstation/bin/devcmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ x_echo()

do_update()
{
$XTERM_CMD -T "Update initrd" $ARG script -c "update-initrd -l" -e /home/$TSUSER/Desktop/update.log
$XTERM_CMD -T "Update initrd" $ARG script -c "update-initrd -w" -e /home/$TSUSER/Desktop/update.log
case $? in
0) x_echo Update "No Update Needed" ;;
1) x_echo Update "Update Complete, Click OK to reboot" ;reboot;;
Expand Down
4 changes: 2 additions & 2 deletions ts/build/packages/devstation/build/finalize
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

rm -rf /var/www/lighttpd
rm -rf /var/lib/tftpboot
ln -sf /thinstation/ts/build/boot-images/pxe /var/www/lighttpd
ln -sf /thinstation/ts/build/boot-images/pxe /var/lib/tftpboot
ln -sf /thinstation/ts/build/boot-images/grub/efi-source /var/www/lighttpd
ln -sf /thinstation/ts/build/boot-images/grub/efi-source /var/lib/tftpboot

0 comments on commit c7a52e9

Please sign in to comment.