-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
now we dont need to halt and up the vagrant box to get gui
apt upgrade now gives interactive gui to get latest version of grub. This is just a temporary fix. Probably fix it in vagrant box v 1.0.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akash0x53 please review them because I am not able to test them (and I will also be a bit busy on the following days).
@@ -62,7 +62,7 @@ else | |||
echo "There is an existing DHCP server running" | |||
echo "LTSP server won't provide DHCP services.." | |||
sed -i /etc/dnsmasq.d/ltsp-server-dnsmasq.conf \ | |||
-e "/192.168.1.0,proxy\$/ c dhcp-range=${NETWORK}.0,proxy" | |||
-e "/192.168.111.0,proxy\$/ c dhcp-range=${NETWORK}.0,proxy" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why 111
and not 222
? Is this fixed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
ltsp-config dnsmasq
generates the fixed ip address
install.sh
Outdated
@@ -6,7 +6,7 @@ NETWORK="$(echo $LAN_IP | cut -d'.' -f1-3)" | |||
|
|||
# Updating packages | |||
apt update --yes | |||
apt upgrade --yes | |||
DEBIAN_FRONTEND=noninteractive apt upgrade --yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be helpful to mention the reason why this variable is set.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's get going.
Default ip set by
ltsp-config dnsmasq
is different for linux minttara
closes #63