mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-11 14:21:38 -04:00
Thought it was time to update the copy to 2003. Fixed a few minor
bugs founds while running underneath uml. One percular bug pertaining to OPTIONS was found after running a uml from the uml box then closing it again making a new root_fs and opening it again the options were missing. Haven't noticed this on the host system before. Will also need to add a c program to determine whether the host kernel is tt or skas to auto-magically determing what kernel mode to run in.
This commit is contained in:
+3
-2
@@ -214,9 +214,10 @@ system "cp -fa $makefile $packaging_place/Makefile";
|
||||
# Basically this is stuff we want in the source package, but not the normal
|
||||
# package
|
||||
system "cp -fa README $packaging_place/README";
|
||||
system "cp -fa COPYING $packaging_Place/COPYING";
|
||||
system "cp -fa COPYING $packaging_place/COPYING";
|
||||
system "cp -fa user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch $packaging_place/user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch";
|
||||
system "ln -sf $packaging_place/yard/replacements $packaging_place/yard/Replacements";
|
||||
chdir("$packagine_place/yard");
|
||||
system "ln -sf replacements $packaging_place/yard/Replacements";
|
||||
mkdir("$packaging_place/sources");
|
||||
|
||||
# Now we get to clean out any CVS directories and make sure that the
|
||||
|
||||
Reference in New Issue
Block a user