Simplify rc.restore_ramdisk_store
Reorganize how RAM disks are created
This improves things by moving the read of the sizes for the RAM disksup before things are unmounted and so we have a good linker cache forxmllint to run and also avoids spawning another shell just to mount theRAM disks.
Setup the dynamic linker before we call xmllint
Shell exit codes are between 0-255
Simplify these calculations by doing them directly in the shell
Pet shellcheck SC2086 and properly quote variables
Replace cut with awk.
The awk can deal with multiple spaces and/or tabs as delimiters for the input.
While here, quote a couple of variables.
Consider the linklocal_fallback value when checking the interface cache
This is needed to make sure that callers to find_interface_ipv6() usingdifferent linklocal_fallback values receive the correct data.
Followup to ec7c1879da64f8a39e4aa8103c351768118af03d...
Add the swap partition created by growfs to the system fstab.
Fixes the missing swap partition with the emmc-serial images.
Ticket: #10888
Fix condition check in get_interface_addresses()
Followup to ec7c1879da64f8a39e4aa8103c351768118af03d
View revisions
Also available in: Atom