# HG changeset patch # User Rob Landley # Date 1424459616 21600 # Node ID cdc277cf7b8373ab9ea82a77bc5f9a92b153be1e # Parent 1acbe7e78d9d5fdca2ecc7c8b5feff355e82e485 Don't add /dev/console to the native-compiler squashfs. diff -r 1acbe7e78d9d -r cdc277cf7b83 sources/functions.sh --- a/sources/functions.sh Fri Feb 20 13:12:45 2015 -0600 +++ b/sources/functions.sh Fri Feb 20 13:13:36 2015 -0600 @@ -428,9 +428,7 @@ elif [ "$SYSIMAGE_TYPE" == "squashfs" ] then - mksquashfs "$1" "$2.sqf" -noappend -all-root \ - ${FORK:+-no-progress} -p "/dev d 755 0 0" \ - -p "/dev/console c 666 0 0 5 1" || dienow + mksquashfs "$1" "$2.sqf" -noappend -all-root ${FORK:+-no-progress} || dienow else echo "Unknown image type $SYSIMAGE_TYPE" >&2 dienow