mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 09:22:59 +02:00
Graphen gefixt.
Bootlogo zur Iso hinzugefuegt. Memtest hinzugefuegt. (Kann man sicherlich mal brauchen denke ich.) git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@368 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -770,9 +770,8 @@ int main(int argc, char *argv[])
|
||||
else
|
||||
sprintf(string, "root=%s3", hdparams.devnode);
|
||||
replace( "/harddisk/boot/grub/grub.conf", "root=ROOT", string);
|
||||
mysystem( "sed -i \"s|KVERSION|$(/bin/uname -r)|\" /harddisk/boot/grub/grub.conf" );
|
||||
|
||||
replace( "/harddisk/boot/grub/grubbatch", "DEVICE", hdparams.devnode);
|
||||
|
||||
/* restore permissions */
|
||||
chmod("/harddisk/boot/grub/grubbatch", S_IXUSR | S_IRUSR | S_IXGRP | S_IRGRP | S_IXOTH | S_IROTH);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user