odroidxu4: initramfs: add resize2fs

This commit is contained in:
Calin Crisan 2018-11-21 22:34:00 +02:00
parent 8537e1cb1e
commit 1759450379
7 changed files with 16 additions and 0 deletions

4
board/nanopineo/cpinitramfs.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cp $IMG_DIR/rootfs.cpio.uboot $BOARD_DIR/uInitrd

BIN
board/nanopineo/uInitrd Normal file

Binary file not shown.

View File

@ -0,0 +1,4 @@
#!/bin/bash
cp $IMG_DIR/rootfs.cpio.uboot $BOARD_DIR/uInitrd

BIN
board/nanopineo2/uInitrd Normal file

Binary file not shown.

4
board/odroidc1/cpinitramfs.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cp $IMG_DIR/rootfs.cpio.uboot $BOARD_DIR/uInitrd

4
board/odroidxu4/cpinitramfs.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cp $IMG_DIR/rootfs.cpio.uboot $BOARD_DIR/uInitrd

Binary file not shown.