mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
Things to make 1.3.5 a much happier application. Hopefully, the patch will
be integrated into UML.
This commit is contained in:
parent
bcef76cf23
commit
40813ffde7
Binary file not shown.
Binary file not shown.
19
user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch
Normal file
19
user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch
Normal file
@ -0,0 +1,19 @@
|
||||
--- orig/fs/Makefile Mon Nov 12 12:34:16 2001
|
||||
+++ um/fs/Makefile Wed Feb 13 02:22:12 2002
|
||||
@@ -30,7 +30,6 @@
|
||||
subdir-$(CONFIG_JBD) += jbd
|
||||
subdir-$(CONFIG_EXT2_FS) += ext2
|
||||
subdir-$(CONFIG_ZLIB_FS_INFLATE) += inflate_fs
|
||||
-subdir-$(CONFIG_CRAMFS) += cramfs
|
||||
subdir-$(CONFIG_RAMFS) += ramfs
|
||||
subdir-$(CONFIG_CODA_FS) += coda
|
||||
subdir-$(CONFIG_INTERMEZZO_FS) += intermezzo
|
||||
@@ -67,7 +66,7 @@
|
||||
subdir-$(CONFIG_REISERFS_FS) += reiserfs
|
||||
subdir-$(CONFIG_DEVPTS_FS) += devpts
|
||||
subdir-$(CONFIG_SUN_OPENPROMFS) += openpromfs
|
||||
-
|
||||
+subdir-$(CONFIG_CRAMFS) += cramfs
|
||||
|
||||
obj-$(CONFIG_BINFMT_AOUT) += binfmt_aout.o
|
||||
obj-$(CONFIG_BINFMT_EM86) += binfmt_em86.o
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user