Skip to content

Commit

Permalink
Boot script - disable audit
Browse files Browse the repository at this point in the history
  • Loading branch information
RoEdAl committed Sep 23, 2018
1 parent b9bcccc commit a80787d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions uboot/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgbase='uboot-sun50i-h5'
pkgname=('uboot-nanopi-neo2' 'uboot-orangepi-zero-plus' 'uboot-orangepi-pc2')
pkgver=2018.05
pkgrel=4
pkgrel=5
arch=('aarch64')
url="http://git.denx.de/u-boot.git/"
license=('GPL')
Expand All @@ -29,7 +29,7 @@ md5sums=('SKIP'
'aaa246fbca5cbd34d18a674521dd289f'
'9b41dd5fd3c329dc59d3c74bff45d409'
'fae0f6c05aebd63a2c68b793f0c90841'
'72e4ab099376315dd4a4595900c7be25'
'741e729f28b8cfffb1b85a2588e4eb1f'
'd46c501c5e750bcdf53263733ab94f9f'
'2881da461476253d93a74a7c4a4c7ad3')

Expand Down
2 changes: 1 addition & 1 deletion uboot/boot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
fi

part uuid ${devtype} ${devnum}:${rootpart} uuid
setenv bootargs console=${console} root=PARTUUID=${uuid} rw rootwait elevator=noop
setenv bootargs console=${console} root=PARTUUID=${uuid} rw rootwait elevator=noop audit=0

if test -e ${devtype} ${devnum}:${bootpart} ${bootdir}/overlays.txt; then
load ${devtype} ${devnum}:${bootpart} ${load_addr} ${bootdir}/overlays.txt
Expand Down

0 comments on commit a80787d

Please sign in to comment.