aboutsummaryrefslogtreecommitdiff
path: root/scripts/HIKEY/10-setup
blob: ef3fee261f77fc15fee4c42145d689d143240b1d (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# replace UUID with label for /boot/efi
sed -i -e 's,^UUID.*/boot/efi.*$,LABEL=BOOT     /boot/efi       vfat    rw,nofail      0       2,' $target/etc/fstab

echo hi655x_pmic >> $target/etc/initramfs-tools/modules
$ROOTCMD update-initramfs -u -k all