Advertisement
hamdyaea

Untitled

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