# /boot/extlinux/extlinux.conf # This file has been created by ftp://ftp.arm.slackware.com/slackwarearm/boardsupport/aarch64/u-boot/src/sdcards.build # and is not a component of any Slackware package. # # Typically this file is placed upon an SD card, and this # file is located by U-Boot's default boot script, and subsequently loaded # and executed by U-Boot's 'sysboot' command. # # The Kernel cmdline parameters (set by the 'append' directives below) # set the root file system device, file system type and these are configured # at install time by the Slackware installer. # # Typically you won't need to edit this file. DEFAULT OS MENU TITLE Slackware Linux ARM/AArch64 PROMPT 0 TIMEOUT 90 LABEL OS MENU LABEL Boot OS: Slackware Linux AArch64 LINUX /Image-armv8 INITRD /initrd-armv8 FDTDIR /dtb/ #append earlyprintk kgdboc=kms,ttyS1,1500000 console=ttyS1,1500000 #append rootfs=%ROOTFS% root=%ROOTDEV% waitforroot=%WAITFORROOT% LABEL Installer MENU LABEL Boot Installer: Slackware Linux AArch64 LINUX /Image-armv8 INITRD /initrd-armv8.img FDTDIR /dtb/ #append earlyprintk kgdboc=kms,ttyS1,1500000 console=ttyS1,1500000