トップ «前の日記(2011年09月29日) 最新 次の日記(2011年10月08日)» 編集

Masa's blog

検索キーワード:

2011年10月05日 zaurus linux-kexecboot-2.6.39.3 [長年日記]

_ zaurus linux-kexecboot-2.6.39.3

zaurus linux-kexecboot-2.6.39.3からブートカーネルを複数登録できる。

これでカーネルの実験的ビルドがしやすくなる。

私の/boot/boot.cfg

# Show this label in kexecboot menu.
#==================================================
# Specify full path to the kernel.
KERNEL=/boot/zImage
# Label shown in menu
LABEL=ARMedslack 13.1(default)
# Append this tags to the kernel cmdline.
APPEND=console=ttyS0,115200n8 console=tty1 noinitrd psplash=false debug
# Specify full path for a custom distro-icon for the menu-item.
# If not set, use device-icons as default (NAND, SD, CF, ...).
#ICON=/boot/icon.xpm
# Priority of item in kexecboot menu.
# Items with highest priority will be shown at top of menu.
# Default: 0 (lowest, ordered by device ordering)
#PRIORITY=10
#
#==================================================
KERNEL=/boot/zImage-2.6.36.4.old
LABEL=ARMedslack 13.1(old)
APPEND=console=ttyS0,115200n8 console=tty1 noinitrd psplash=false debug
#ICON=/boot/icon.xpm
#PRIORITY=10
#
#==================================================
KERNEL=/boot/zImage-2.6.36.4.ORG
LABEL=ARMedslack 13.1(ORG)
APPEND=console=ttyS0,115200n8 console=tty1 noinitrd psplash=false debug
#ICON=/boot/icon.xpm
#PRIORITY=10
#
#==================================================
KERNEL=/boot/zImage-2.6.36.4.debug
LABEL=ARMedslack 13.1(debug)
APPEND=console=ttyS0,115200n8 console=tty1 noinitrd psplash=false debug
#ICON=/boot/icon.xpm
#PRIORITY=10
#
#==================================================
KERNEL=/boot/zImage-2.6.33.7
LABEL=ARMedslack 13.1(2.6.33.7)
APPEND=console=ttyS0,115200n8 console=tty1 noinitrd psplash=false debug
#ICON=/boot/icon.xpm
#PRIORITY=10
#
#==================================================
KERNEL=/boot/zImage-2.6.39.1
LABEL=ARMedslack 13.1(2.6.39.1)
APPEND=console=ttyS0,115200n8 console=tty1 noinitrd psplash=false debug
#ICON=/boot/icon.xpm
#PRIORITY=10
#