diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/initrdscripts/files/init-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initrdscripts/files/init-install.sh b/meta/recipes-core/initrdscripts/files/init-install.sh index 3005f2045c..8d21dd1f58 100644 --- a/meta/recipes-core/initrdscripts/files/init-install.sh +++ b/meta/recipes-core/initrdscripts/files/init-install.sh | |||
@@ -123,7 +123,7 @@ parted /dev/${device} mkpart primary $swap_start $disk_size | |||
123 | 123 | ||
124 | parted /dev/${device} print | 124 | parted /dev/${device} print |
125 | 125 | ||
126 | echo "Formatting $bootfs to ext2..." | 126 | echo "Formatting $bootfs to ext3..." |
127 | mkfs.ext3 $bootfs | 127 | mkfs.ext3 $bootfs |
128 | 128 | ||
129 | echo "Formatting $rootfs to ext3..." | 129 | echo "Formatting $rootfs to ext3..." |