mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
fixes for AS6812 boot and install files
This commit is contained in:
@@ -1,19 +1,6 @@
|
||||
echo "pci0000:00/0000:00:14.0 ma1" >/etc/onl_net
|
||||
echo "pci0000:00/0000:00:14.0 ma1" >/etc/onl/net
|
||||
|
||||
echo "kernel-3.2-deb7-x86_64-all" >/etc/onl_kernel
|
||||
echo "initrd-amd64" >/etc/onl_initrd
|
||||
echo "rootfs-amd64" >/etc/onl_rootfs
|
||||
echo "crashkernel=32M" >/etc/onl_crashkernel
|
||||
|
||||
# partition 1 --> BIOS GRUB
|
||||
# partition 2 --> ONIE-BOOT
|
||||
# partition 3 --> PLATFORM-DIAG
|
||||
# partition 4 --> ONL-BOOT
|
||||
# partiiton 6 --> FLASH
|
||||
# partition 7 --> FLASH2
|
||||
|
||||
cp /dev/null /etc/onl_mounts
|
||||
echo "LABEL=FLASH * flash" >> /etc/onl_mounts
|
||||
echo "LABEL=FLASH2 * flash2" >> /etc/onl_mounts
|
||||
echo "LABEL=FLASH * flash" >> /etc/onl/mounts
|
||||
echo "LABEL=FLASH2 * flash2" >> /etc/onl/mounts
|
||||
|
||||
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
|
||||
platform_installer() {
|
||||
# Standard isntallation to an available GPT partition
|
||||
installer_standard_gpt_install
|
||||
installer_standard_gpt_install /dev/sda
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user