first commit
This commit is contained in:
17
external/packages/raspi/export-image/04-set-partuuid/00-run.sh
vendored
Executable file
17
external/packages/raspi/export-image/04-set-partuuid/00-run.sh
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
#if [ "${NO_PRERUN_QCOW2}" = "0" ]; then
|
||||
#
|
||||
# IMG_FILE="${STAGE_WORK_DIR}/${IMG_FILENAME}${IMG_SUFFIX}.img"
|
||||
#
|
||||
# IMGID="$(dd if="${IMG_FILE}" skip=440 bs=1 count=4 2>/dev/null | xxd -e | cut -f 2 -d' ')"
|
||||
#
|
||||
# BOOT_PARTUUID="${IMGID}-01"
|
||||
# ROOT_PARTUUID="${IMGID}-02"
|
||||
#
|
||||
# sed -i "s/BOOTDEV/PARTUUID=${BOOT_PARTUUID}/" "${ROOTFS_DIR}/etc/fstab"
|
||||
# sed -i "s/ROOTDEV/PARTUUID=${ROOT_PARTUUID}/" "${ROOTFS_DIR}/etc/fstab"
|
||||
#
|
||||
# sed -i "s/ROOTDEV/PARTUUID=${ROOT_PARTUUID}/" "${ROOTFS_DIR}/boot/cmdline.txt"
|
||||
#
|
||||
#fi
|
||||
Reference in New Issue
Block a user