diff options
Diffstat (limited to 'scripts/lib/image/canned-wks/directdisk-multi-rootfs.wks')
-rw-r--r-- | scripts/lib/image/canned-wks/directdisk-multi-rootfs.wks | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/lib/image/canned-wks/directdisk-multi-rootfs.wks b/scripts/lib/image/canned-wks/directdisk-multi-rootfs.wks index f3c6df543f..8a81f8f519 100644 --- a/scripts/lib/image/canned-wks/directdisk-multi-rootfs.wks +++ b/scripts/lib/image/canned-wks/directdisk-multi-rootfs.wks | |||
@@ -16,8 +16,8 @@ | |||
16 | # - or any combinations of -r and --rootfs command line options | 16 | # - or any combinations of -r and --rootfs command line options |
17 | 17 | ||
18 | part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024 | 18 | part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024 |
19 | part / --source rootfs --rootfs-dir=rootfs1 --ondisk sda --fstype=ext3 --label platform --align 1024 | 19 | part / --source rootfs --rootfs-dir=rootfs1 --ondisk sda --fstype=ext4 --label platform --align 1024 |
20 | part /rescue --source rootfs --rootfs-dir=rootfs2 --ondisk sda --fstype=ext3 --label secondary --align 1024 | 20 | part /rescue --source rootfs --rootfs-dir=rootfs2 --ondisk sda --fstype=ext4 --label secondary --align 1024 |
21 | 21 | ||
22 | bootloader --timeout=0 --append="rootwait rootfstype=ext3 video=vesafb vga=0x318 console=tty0" | 22 | bootloader --timeout=0 --append="rootwait rootfstype=ext4 video=vesafb vga=0x318 console=tty0" |
23 | 23 | ||