Make kopts respect whitespace
This commit is contained in:
@@ -706,7 +706,7 @@ fromSource() {
|
|||||||
# Write options to config seed file
|
# Write options to config seed file
|
||||||
for opt in "${config_opts[@]}"; do
|
for opt in "${config_opts[@]}"; do
|
||||||
debug "Writing $opt to $seed_file"
|
debug "Writing $opt to $seed_file"
|
||||||
echo "$opt" >> "$seed_file"
|
echo "$opt" | xargs args >> "$seed_file"
|
||||||
done
|
done
|
||||||
|
|
||||||
# TODO for now symlink clang for qosify
|
# TODO for now symlink clang for qosify
|
||||||
|
|||||||
4
profiles
4
profiles
@@ -104,7 +104,9 @@ r4s['packages']="\
|
|||||||
# tailscale
|
# tailscale
|
||||||
r4s['kopts']="\
|
r4s['kopts']="\
|
||||||
CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y \
|
CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y \
|
||||||
CONFIG_BTRFS_PROGS_ZSTD=y"
|
CONFIG_BTRFS_PROGS_ZSTD=y \
|
||||||
|
CONFIG_TARGET_OPTIMIZATION=\"-O3 -pipe -mcpu=cortex-a72.cortex-a53+crypto+crc\" \
|
||||||
|
CONFIG_TARGET_ROOTFS_PARTSIZE=1024"
|
||||||
r4s['files']="\
|
r4s['files']="\
|
||||||
/mnt/backup"
|
/mnt/backup"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user