mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
linux-pae: fix typo at remove meta on non-pae systems.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -43,7 +43,7 @@ function find_partition() {
|
||||
}
|
||||
|
||||
if [ "$(grep "^flags.* pae " /proc/cpuinfo)" == "" ]; then
|
||||
rm -f /opt/pakfire/db/instelled/meta-linux-pae
|
||||
rm -f /opt/pakfire/db/installed/meta-linux-pae
|
||||
/usr/bin/logger -p syslog.emerg -i pakfire \
|
||||
"linux-pae: no pae support found, aborted!"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user