mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
committed by
Luca Boccassi
parent
0706718c07
commit
3aed259328
@@ -822,7 +822,7 @@ static int parse_fstab_one(
|
||||
|
||||
is_swap = streq_ptr(fstype, "swap");
|
||||
if (is_swap && use_swap_enabled && !arg_swap_enabled) {
|
||||
log_info("Swap unit generation disabled on kernel command line, ignoring swap entry for %s.", what);
|
||||
log_info("Swap unit generation disabled on kernel command line, ignoring swap entry for %s.", what_original);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user