mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 17:57:01 +00:00
The initrd is not longer a part of the platform configuration. This is an integration setting.
This commit is contained in:
@@ -19,17 +19,10 @@ default:
|
||||
# this is mostly to *reject* invalid disk labels,
|
||||
# since we will never create our own
|
||||
|
||||
initrd-amd64: &initrd-amd64
|
||||
=: onl-loader-initrd-amd64.cpio.gz
|
||||
package: onl-loader-initrd:amd64
|
||||
|
||||
initrd:
|
||||
<<: *initrd-amd64
|
||||
|
||||
kernel-3.2: &kernel-3-2
|
||||
=: kernel-3.2-deb7-x86_64-all
|
||||
package: onl-kernel-3.2-deb7-x86-64-all:amd64
|
||||
|
||||
|
||||
kernel-3.9.6: &kernel-3-9-6
|
||||
=: kernel-3.9.6-x86-64-all
|
||||
package: onl-kernel-3.9.6-x86-64-all:amd64
|
||||
@@ -39,7 +32,7 @@ default:
|
||||
package: onl-kernel-3.18-x86-64-all:amd64
|
||||
|
||||
# pick one of the above kernels
|
||||
kernel:
|
||||
kernel:
|
||||
<<: *kernel-3-2
|
||||
|
||||
# GRUB command line arguments for 'serial' declaration
|
||||
@@ -70,10 +63,10 @@ default:
|
||||
##args: >-
|
||||
## nopat
|
||||
## console=ttyS0,115200n8
|
||||
|
||||
|
||||
##device: /dev/vda
|
||||
### install to a specific block device
|
||||
|
||||
|
||||
device: ONIE-BOOT
|
||||
# install to the device that contains the ONIE-BOOT partition
|
||||
# (query using parted and/or blkid)
|
||||
@@ -103,7 +96,7 @@ default:
|
||||
##- ONL-CONFIG: 128MiB
|
||||
##- ONL-IMAGES: 384MiB
|
||||
##- ONL-DATA: 100%
|
||||
|
||||
|
||||
network:
|
||||
|
||||
# remap interface names on boot (loader only)
|
||||
@@ -114,7 +107,7 @@ default:
|
||||
# this should work for most systems
|
||||
ma1:
|
||||
name: eth0
|
||||
|
||||
|
||||
# for other wierd corner cases
|
||||
##ma1:
|
||||
## name: ~
|
||||
|
||||
Reference in New Issue
Block a user