mirror of
https://github.com/hamonikr/systemback.git
synced 2025-12-23 22:17:46 -05:00
Fix : casper boot fail bug
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
||||
systemback (1.8.402hamonikr6) jin; urgency=low
|
||||
|
||||
* Update systemback/systemback.cpp
|
||||
- Fix : casper boot fail bug
|
||||
|
||||
-- HamoniKR <pkg@hamonikr.org> Thu, 01 Apr 2021 18:21:08 +0900
|
||||
|
||||
systemback (1.8.402hamonikr5) jin; urgency=low
|
||||
|
||||
* Changed default font settings
|
||||
|
||||
@@ -7236,6 +7236,12 @@ 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")
|
||||
}
|
||||
|
||||
if(did.isEmpty()) did = "Ubuntu";
|
||||
QFile file("/etc/hostname");
|
||||
|
||||
Reference in New Issue
Block a user