Auto reverse rpmb

This commit is contained in:
Bjoern Kerler 2022-06-28 15:43:55 +02:00
parent b30647eab6
commit e5d066feba
No known key found for this signature in database
GPG key ID: 52E823BB96A55380

2
stage2
View file

@ -580,7 +580,7 @@ def main():
filename = args.filename
start = getint(args.start)
length = getint(args.length)
st2.rpmb(start, length, filename, args.reverse)
st2.rpmb(start, length, filename, not args.reverse)
elif cmd == "preloader":
if args.filename is None:
filename = os.path.join("logs", "preloader")