Advertisement
Guest User

Untitled

a guest
Feb 17th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # -*-mic2-options-*- -f loop --save-kernel -*-mic2-options-*-
  2.  
  3. #
  4. # Do not Edit! Generated by:
  5. # kickstarter.py
  6. #
  7.  
  8. lang en_US.UTF-8
  9. keyboard us
  10. timezone --utc America/Los_Angeles
  11.  
  12.  
  13. part / --size=1800 --ondisk mmcblk0p --fstype=ext4
  14.  
  15. # This is not used currently. It is here because the /boot partition
  16. # needs to be the partition number 3 for the u-boot usage.
  17. part swap --size=8 --ondisk mmcblk0p --fstype=swap
  18.  
  19. # This partition is made so that u-boot can find the kernel
  20. part /boot --size=32 --ondisk mmcblk0p --fstype=vfat
  21.  
  22. rootpw mer
  23. bootloader --timeout=0 --append="quiet"
  24.  
  25. user --name meego --groups audio,video --password meego
  26.  
  27. repo --name=mer-core --baseurl=http://repo.merproject.org/obs/mer-core:/aarch64:/devel/Core_aarch64/
  28. %packages
  29. basesystem
  30. bash
  31. boardname
  32. coreutils
  33. deltarpm
  34. e2fsprogs
  35. file
  36. filesystem
  37. fontpackages-filesystem
  38. kbd
  39. lsb-release
  40. mer-release
  41. nss
  42. pam
  43. passwd
  44. prelink
  45. procps
  46. readline
  47. rootfiles
  48. rpm
  49. setup
  50. shadow-utils
  51. shared-mime-info
  52. systemd-sysv
  53. time
  54. usbutils
  55. util-linux
  56. xdg-user-dirs
  57. zypper
  58. %end
  59.  
  60. %post --nochroot
  61. if [ -n "$IMG_NAME" ]; then
  62. echo "BUILD: $IMG_NAME" >> $INSTALL_ROOT/etc/meego-release
  63. fi
  64.  
  65.  
  66. %end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement