diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-02 00:23:43 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-02 00:28:07 -0300 |
commit | 11467233d8b439275ce1e1db650a4c6f91a9db1f (patch) | |
tree | 62cc14ffe05dcc5541210d2073a4c119e6a125c2 /libre/uboot4extlinux-omap4_panda/extlinux.conf | |
parent | a44772df880c7bcf6ba114a6e4d86ba4ff6b4adc (diff) | |
download | abslibre-11467233d8b439275ce1e1db650a4c6f91a9db1f.tar.gz abslibre-11467233d8b439275ce1e1db650a4c6f91a9db1f.tar.bz2 abslibre-11467233d8b439275ce1e1db650a4c6f91a9db1f.zip |
move uboot4extlinux packages to [libre-testing] since it aren't stable yet
Diffstat (limited to 'libre/uboot4extlinux-omap4_panda/extlinux.conf')
-rw-r--r-- | libre/uboot4extlinux-omap4_panda/extlinux.conf | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/libre/uboot4extlinux-omap4_panda/extlinux.conf b/libre/uboot4extlinux-omap4_panda/extlinux.conf deleted file mode 100644 index 725121811..000000000 --- a/libre/uboot4extlinux-omap4_panda/extlinux.conf +++ /dev/null @@ -1,46 +0,0 @@ -menu title Welcome to U-Boot with Extlinux support! - -label Parabola GNU/Linux-libre, linux-libre kernel - kernel /boot/vmlinuz-linux-libre - append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 - fdtdir /boot/dtbs/linux-libre - -#label Parabola GNU/Linux-libre, linux-libre-lts kernel -# kernel /boot/vmlinuz-linux-libre-lts -# append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-lts - -#label Parabola GNU/Linux-libre, linux-libre-knock kernel -# kernel /boot/vmlinuz-linux-libre-knock -# append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-knock - -#label Parabola GNU/Linux-libre, linux-libre-lts-knock kernel -# kernel /boot/vmlinuz-linux-libre-lts-knock -# append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-lts-knock - -#label Parabola GNU/Linux-libre, linux-libre-grsec kernel -# kernel /boot/vmlinuz-linux-libre-grsec -# append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-grsec - -#label Parabola GNU/Linux-libre, linux-libre-grsec-knock kernel -# kernel /boot/vmlinuz-linux-libre-grsec-knock -# append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-grsec-knock - -#label Parabola GNU/Linux-libre, linux-libre-audit kernel -# kernel /boot/vmlinuz-linux-libre-audit -# append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-audit - -#label Parabola GNU/Linux-libre, linux-libre-pck kernel -# kernel /boot/vmlinuz-linux-libre-pck -# append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-pck - -#label Parabola GNU/Linux-libre, linux-libre-rt kernel -# kernel /boot/vmlinuz-linux-libre-rt -# append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-rt |