fix boot parameters

This commit is contained in:
Tobias Powalowski 2015-01-12 14:41:55 +01:00
parent 967520cd77
commit d615025250
7 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@
# config file for mkisolinux
# DEFAULT kernel boot options
KERNEL_BOOT_OPTIONS="cgroup_disable=memory gpt loglevel=7 rootdelay=10 rootfstype=ramfs"
KERNEL_BOOT_OPTIONS="cgroup_disable=memory rootdelay=10 rootfstype=ramfs"
# mkinitcpio config file, defaulted to stock config file
MKINITCPIO_CONFIG="/etc/archboot/allinone.conf"

View file

@ -3,7 +3,7 @@
# config file for mkisolinux
# DEFAULT kernel boot options
KERNEL_BOOT_OPTIONS="cgroup_disable=memory gpt loglevel=7 rootdelay=10 rootfstype=ramfs"
KERNEL_BOOT_OPTIONS="cgroup_disable=memory rootdelay=10 rootfstype=ramfs"
# mkinitcpio config file, defaulted to stock config file
MKINITCPIO_CONFIG="/etc/archboot/default.conf"

View file

@ -3,7 +3,7 @@
# config file for mkisolinux
# DEFAULT kernel boot options
KERNEL_BOOT_OPTIONS="cgroup_disable=memory gpt loglevel=7 rootdelay=10 rootfstype=ramfs"
KERNEL_BOOT_OPTIONS="cgroup_disable=memory rootdelay=10 rootfstype=ramfs"
# mkinitcpio config file, defaulted to stock config file
MKINITCPIO_CONFIG="/etc/archboot/default-network.conf"

View file

@ -4,7 +4,7 @@
# DEFAULT kernel boot options like root=/dev/hda3 etc.
# add your root= option, if you boot from a disk device
# and don't want to add it by hand on each boot
KERNEL_BOOT_OPTIONS="cgroup_disable=memory gpt loglevel=7 rootdelay=10 rootfstype=ramfs"
KERNEL_BOOT_OPTIONS="cgroup_disable=memory rootdelay=10 rootfstype=ramfs"
# mkinitcpio config file, defaulted to stock config file
MKINITCPIO_CONFIG="/etc/archboot/default.conf"

View file

@ -4,7 +4,7 @@
# DEFAULT kernel boot options like root=/dev/hda3 etc.
# add your root= option, if you boot from a disk device
# and don't want to add it by hand on each boot
KERNEL_BOOT_OPTIONS="cgroup_disable=memory gpt loglevel=7 rootdelay=10 rootfstype=ramfs"
KERNEL_BOOT_OPTIONS="cgroup_disable=memory rootdelay=10 rootfstype=ramfs"
# mkinitcpio config file, defaulted to stock config file
MKINITCPIO_CONFIG="/etc/archboot/default-network.conf"

View file

@ -45,7 +45,7 @@ ENDTEXT
MENU LABEL Boot Arch Linux (x86_64)
LINUX /boot/vmlinuz_x86_64
APPEND @@KERNEL_BOOT_OPTIONS@@
INITRD /boot/initramfs_x86_64.img
INITRD /boot/intel-ucode.img,/boot/initramfs_x86_64.img
LABEL arch32
TEXT HELP
@ -55,7 +55,7 @@ ENDTEXT
MENU LABEL Boot Arch Linux (i686)
LINUX /boot/vmlinuz_i686
APPEND @@KERNEL_BOOT_OPTIONS@@
INITRD /boot/initramfs_i686.img
INITRD /boot/intel-ucode.img,/boot/initramfs_i686.img
LABEL existing
TEXT HELP

View file

@ -22,4 +22,4 @@ Creation Date: @@DATE@@
Release: @@RELEASENAME@@
Boot kernel: @@KERNEL@@
Architecture: i686 / x86_64
RAM requirement to boot: 750 MB or greater
RAM requirement to boot: 600 MB or greater