mirror of
https://github.com/hamonikr/systemback.git
synced 2026-02-26 03:56:45 -05:00
fix wrong typo
This commit is contained in:
@@ -7236,11 +7236,11 @@ void systemback::on_livenew_clicked()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Fix : casper boot fail bug
|
||||
if(sb::isfile("/usr/share/initramfs-tools/scripts/casper"))
|
||||
{
|
||||
sb::exec("sed -i -E 's/(panic \"\/cow)(.+)/true/g' /usr/share/initramfs-tools/scripts/casper")
|
||||
sb::exec("sed -i -E 's/(panic \"\/cow)(.+)/true/g' /usr/share/initramfs-tools/scripts/casper");
|
||||
}
|
||||
|
||||
if(did.isEmpty()) did = "Ubuntu";
|
||||
|
||||
Reference in New Issue
Block a user