mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
This adds Initrd.gz.
This commit is contained in:
parent
6cb5dc270a
commit
b92a56e7b3
1
Makefile
1
Makefile
@ -11,6 +11,7 @@ install:
|
||||
install -d /usr/lib/bootroot/root_filesystem
|
||||
chmod 0666 root_filesystem/root_fs_helper
|
||||
cp -fa root_filesystem/root_fs_helper /usr/lib/bootroot/root_filesystem
|
||||
cp -fa root_filesystem/Initrd.gz /usr/lib/bootroot/root_filesystem
|
||||
cp -fa yard/scripts/make_debian /usr/bin/make_debian
|
||||
install -d /usr/share/perl5/BootRoot
|
||||
cp -fa BootRoot/*.pm /usr/share/perl5/BootRoot
|
||||
|
@ -10,6 +10,7 @@ install:
|
||||
cp -fa expect_uml $(DESTDIR)/usr/lib/bootroot/expect_uml
|
||||
install -d $(DESTDIR)/usr/lib/bootroot/root_filesystem
|
||||
cp -fa root_filesystem/root_fs_helper $(DESTDIR)/usr/lib/bootroot/root_filesystem
|
||||
cp -fa root_filesystem/Initrd.gz $(DESTDIR)/usr/lib/bootroot/root_filesystem
|
||||
cp -fa yard/scripts/make_debian $(DESTDIR)/usr/bin/make_debian
|
||||
install -d $(DESTDIR)/usr/share/perl5/BootRoot
|
||||
cp -fa BootRoot/*.pm $(DESTDIR)/usr/share/perl5/BootRoot
|
||||
|
Loading…
x
Reference in New Issue
Block a user