fixes for AS6812 boot and install files

This commit is contained in:
Steven Noble
2015-12-28 22:52:55 +00:00
parent 254b7ad8b4
commit bce2c1900d
2 changed files with 4 additions and 17 deletions

View File

@@ -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

View File

@@ -11,5 +11,5 @@
platform_installer() {
# Standard isntallation to an available GPT partition
installer_standard_gpt_install
installer_standard_gpt_install /dev/sda
}