# # Red Hat Linux/Alpha aboot configuration # # Options: # # 0 - boot the Red Hat Linux installer using a 2.4 kernel # 1 - boot the Red Hat Linux installer with kernel messages sent to ttyS0 # 2 - boot the Red Hat Linux installer with kernel messages sent to # ttyS0 (com1) and the graphics terminal # 3 - boot the Red Hat Linux installer in text only mode # 4 - boot the Red Hat Linux installer in text only rescue mode # 5 - boot the Red Hat Linux installer in text only mode # (floppy access will not use DMA or fifo at all) # 0:/kernels/vmlinux.gz initrd=/images/ramdisk.img 1:/kernels/vmlinux.gz initrd=/images/ramdisk.img console=ttyS0 2:/kernels/vmlinux.gz initrd=/images/ramdisk.img console=ttyS0 console=tty0 3:/kernels/vmlinux.gz initrd=/images/ramdisk.img text 4:/kernels/vmlinux.gz initrd=/images/ramdisk.img rescue 5:/kernels/vmlinux.gz initrd=/images/ramdisk.img text floppy=nodma,nofifo