Add kexec
parent
247f02b57e
commit
b0afe0cab6
|
@ -46,7 +46,8 @@ if @core {
|
|||
# physical machine (non virtual server)
|
||||
if @machine {
|
||||
install lm-sensors smartmontools hwinfo lshw @armel mtd-utils
|
||||
@x86 acpid @x86 acpi @x86 @!lucid @!maverick acpi-support-base;
|
||||
@x86 acpid @x86 acpi @x86 @!lucid @!maverick acpi-support-base
|
||||
kexec-tools;
|
||||
};
|
||||
|
||||
# container (virtual server)
|
||||
|
@ -469,5 +470,5 @@ if @!container {
|
|||
@powerpc install linux-image-powerpc;
|
||||
@alpha install linux-image-alpha
|
||||
@mips install linux-image-mips;
|
||||
@armel install linux-image-armel;
|
||||
@armel install;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue