We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd5097 commit 711218aCopy full SHA for 711218a
install/vayu.sh
@@ -6,8 +6,7 @@ $SETUP || exit 0 # only run if creating config files
6
mkdir -p "$BOOTSET/$1"
7
TEMP="$(mktemp -d)"
8
mkdir -p "$TEMP/boot"
9
-# TODO $BOOTSET/..? is this implementation detail?
10
-cp "$BOOTSET"/../backup_lk*.img "$TEMP/boot/boot.img"
+cp "$BL_BACKUP" "$TEMP/boot/boot.img"
11
unpackbootimg -i "$TEMP/boot/boot.img" -o "$TEMP/boot/"
12
13
CMDLINE="$(cat "$TEMP/boot/boot.img-cmdline")" #TODO
0 commit comments