Quote |
edit it in your first boot option, or make a new entry. This will set: - vga modus to 1024x786 without framebuffer (read FAQ) - dma access to your harddrive (faster) - stop DSL from rewriting the fstab on boot - activate ACPI power functions if your bios got it - set the wait-time to 5 or less seconds for faster booting |
Code Sample |
this will activate apt-get for you for easy installing new apps: - run "dpkg-restore" in terminal (to enable apt-get) - edit "/etc/apt/sources.list" (set the active one to "stable") - run "apt-get update" |