Update version to 2.99 in auto/config and fix APT sources#52
Conversation
Add deb822 style sources to /apt/sources.list.d remove /etc/apt/sources.list which is set to CD only
|
Grr, sources.list was not deleted. I must have the hook in the wrong location. testing again |
Removed earlier attempts to resolve this in live hook 0650 Deleted normal hook 510 which is no longer necessary now all sources are in the archive folder Generated sources.list comments out the CDROM line and adds comments so sources.list.d/debian.sources is the only sources file Users who do not have internet can edit their sources but security issues will need resolving
|
Don't ask me how many time sI built this before working this out! But if a user who does not have internet installs this and uncomments the CDROM entry, apt will fail becasue of security. The reality is that there are no available packages in the generated ISO and it just confirms that its recommended internet connectivity is available when installing linuxCNC. I have tested installation without internet connectivity previously and it works but I have not tested on this PR. This issue closes Issue #38 |
Add deb822 style sources to /apt/sources.list.d
remove /etc/apt/sources.list which is set to CD only
Update version to 2.99 in auto/config