Advertisement
hamdyaea

Untitled

May 17th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. diff --git a/scripts/lib/wic/canned-wks/mkefidisk.wks b/scripts/lib/wic/canned-wks/mkefidisk.wks
  2. index 696e94e..25150ac 100644
  3. --- a/scripts/lib/wic/canned-wks/mkefidisk.wks
  4. +++ b/scripts/lib/wic/canned-wks/mkefidisk.wks
  5. @@ -1,11 +1 @@
  6. -# short-description: Create an EFI disk image
  7. -# long-description: Creates a partitioned EFI disk image that the user
  8. -# can directly dd to boot media.
  9. -
  10. -part /boot --source bootimg-efi --sourceparams="loader=grub-efi" --ondisk sda --label msdos --active --align 1024
  11. -
  12. -part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024
  13. -
  14. -part swap --ondisk sda --size 44 --label swap1 --fstype=swap
  15. -
  16. -bootloader --timeout=10 --append="rootwait rootfstype=ext4 console=ttyPCH0,115200 console=tty0 vmalloc=256MB snd-hda-intel.enable_msi=0"
  17. + part / --source rootfs --ondisk sdb --fstype=ext4 --label platform --align 1024 --size 10240
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement