summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
Diffstat (limited to 'rescue')
-rw-r--r--rescue/NEWS1
-rwxr-xr-xrescue/tree/etc/rc.sysinit2
2 files changed, 3 insertions, 0 deletions
diff --git a/rescue/NEWS b/rescue/NEWS
index 2b42655f8..8d512691e 100644
--- a/rescue/NEWS
+++ b/rescue/NEWS
@@ -3,6 +3,7 @@
- adapt to /usr move
- default to the higher version when there're several mga roots (mga#6003)
- fix detecting USB devices with kernel-3.5+ (mga#7248)
+- preload load btrfs and nilfs2 too
- rely on stage1 for mounting /dev
- revert to "linux" terminfo
- stop fixing the raid udev rule now that it has been fixed
diff --git a/rescue/tree/etc/rc.sysinit b/rescue/tree/etc/rc.sysinit
index 91c291723..08fe55f07 100755
--- a/rescue/tree/etc/rc.sysinit
+++ b/rescue/tree/etc/rc.sysinit
@@ -47,6 +47,8 @@ load vfat
load ext3
load ext4
load reiserfs
+load nilfs2
+load btrfs
load xfs
load jfs
load loop