aboutsummaryrefslogtreecommitdiffstats
path: root/rpi/sed_extlinux.conf.sh
blob: 64e576d0da5101a67d116560361ec374705fb040 (plain)
1
2
3
4
5
6
#!/bin/sh
cd /boot/extlinux
sed -i.old -e s,/boot,,g extlinux.conf
sed -i -e s,/usr/lib/.*,/fdt/,g extlinux.conf
sed -i -e 's/append.*$/& audit=0 fsck.repair=1/' extlinux.conf