Small fixes
This commit is contained in:
parent
85f8b09930
commit
25e0d272bb
@ -468,6 +468,8 @@ create_image()
|
||||
if [[ $BOOTSIZE != 0 ]]; then
|
||||
rm -f $DEST/cache/mount/boot/boot.scr
|
||||
sed -i 's/mmcblk0p1/mmcblk0p2/' $DEST/cache/mount/boot/boot.cmd
|
||||
# rely on rootfs type autodetect
|
||||
sed -i 's/rootfstype=ext4//' $DEST/cache/mount/boot/boot.cmd
|
||||
mkimage -C none -A arm -T script -d $DEST/cache/mount/boot/boot.cmd $DEST/cache/mount/boot/boot.scr > /dev/null
|
||||
fi
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@ Run the script
|
||||
- **FBTFT** (yes|no):
|
||||
- set to "yes" to add a [driver for small displays](https://github.com/notro/fbtft). Only applicable for old kernels (3.4-3.14)
|
||||
- **EXTERNAL** (yes|no):
|
||||
- set to "yes" to compile and install some extra applications and drivers (only for **default** kernel branch:
|
||||
- set to "yes" to compile and install some extra applications and drivers (only for **default** kernel branch):
|
||||
- [USB redirector](http://www.incentivespro.com)
|
||||
- Realtek RT8192 wireless driver
|
||||
- Sunxi display control
|
||||
|
||||
Loading…
Reference in New Issue
Block a user