JacobJWalker / DescartesDaemon

Descartes' Daemon is a "middleware" operating system for virtual machines.
http://www.DescartesDaemon.org
GNU General Public License v2.0
4 stars 2 forks source link

Line 574 of the kickstart file does not use loop for guestos user #25

Closed crutchcorn closed 9 years ago

crutchcorn commented 9 years ago

The line in question is this: adduser guestos vboxusers

You will notice that the "user", guestos does not exist - this is using an older format. We should be looping and using the newer GuestOS_$(printf %04g $NumberOfVMs) format

crutchcorn commented 9 years ago

Correction: We are only using one user as opposing to the original idea to use multiple users. This line of code is correct and this is what you get when you revisit your older projects after not looking at your own code