From 84df7e2ae23ab82ccf5c841291d6030afa8a6a28 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 31 Jan 2008 11:19:54 -0600 Subject: fsset.py tweaks for ext4dev & xfs ext4dev just got a "test_fs" flag which soon must be set in order for the kernel to mount it; this will prevent ext3 from accidentally getting mounted as ext4, and making it hard to go back. (when ext4 goes prime-time, the need for this flag will be removed). Also tweak the xfs class a bit; most mkfs arguments specified are actually defaults now, and there is a nicer labeling command available, xfs_admin - a 665-byte bash script which I added to upd-instroot too. --- scripts/upd-instroot | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 1d7e5028d..664feaad8 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -378,6 +378,7 @@ sbin/tune2fs sbin/xfsdump sbin/xfsrestore sbin/xfs_repair +usr/sbin/xfs_admin usr/sbin/xfs_db usr/sbin/xfs_check usr/sbin/xfs_copy -- cgit