Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

login on minimal.vmdk #41

Closed
MaloneyBaloney14 opened this issue Sep 27, 2017 · 3 comments
Closed

login on minimal.vmdk #41

MaloneyBaloney14 opened this issue Sep 27, 2017 · 3 comments

Comments

@MaloneyBaloney14
Copy link

I purchased Kindle version. Installed the .vmdk on Virtual Box. The Debian prompts for a login. I haven't been able to find this login information. How can I learn the login?

@sayon
Copy link
Collaborator

sayon commented Sep 28, 2017

Hello! It is in README.md file in the root directory of this repository:

Username: user, password: user, root password: qwerty

@MaloneyBaloney14
Copy link
Author

I'm sorry I should have seen that. I was under heavy cognitive load.

I'm running into another hurdle and have tried to search info, but haven't found the insight.

Why does the VM download include s001, s002, s003, s004, s005, and s006.vmdk?

I have installed the minimal.vmdk in VirtualBox. It seems to run okay. Now I'm in Appendix A trying to use the debugger. In the Debian setup I type ( ls -ah) in the home directory. There's no indication of a gdbinit file. Is gdb installed on the minimal.vmdk? Or is it on the other versions?

I'm sorry if I haven't been able to locate this information.

@sayon
Copy link
Collaborator

sayon commented Oct 12, 2017

@MaloneyBaloney14 .gdbinit is the configuration file for gdb debugger. If it does not exist, you can create it in the text editor of your choice and fill with the commands you want to be autoexecuted on each gdb startup.

For example:

set disassembly-flavor intel

to switch from AT&T to Intel assembly syntax.

@sayon sayon closed this as completed Dec 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants