duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| #!/bin/sh | |
| KERNEL="/path/to/vmlinuz64" | |
| INITRD="/path/to/initrd.img" | |
| #CMDLINE="earlyprintk=serial console=ttyS0 acpi=off" | |
| CMDLINE="loglevel=3 user=docker console=ttyS0 console=tty0 noembed nomodeset norestore waitusb=10:LABEL=boot2docker-data base" | |
| MEM="-m 1G" | |
| #SMP="-c 2" | |
| NET="-s 2:0,virtio-net,en0" |