Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  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. # unfold this to packages in http://releases.merproject.org/releases/0.20130801.2/builds/i486/packages/repodata/patterns.xml for this group
  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-fixup --baseurl=http://repo.merproject.org/obs/mer-core:/aarch64:/devel:/fixup/Core_aarch64/
  28. # sudo mic create fs aarch64.ks --arch=aarch64 --pkgmgr=yum
  29. # osc linkpac mer-core:aarch64:devel qemu-usermode mer-core:aarch64:devel:fixup
  30.  
  31. # remember to update scratchbox 2 then update the rule file
  32.  
  33. %packages
  34. automake
  35. basesystem
  36. bash
  37. binutils
  38. bluez
  39. boardname
  40. bsdtar
  41. build
  42. cmake
  43. connman
  44. coreutils
  45. crda
  46. deltarpm
  47. e2fsprogs
  48. file
  49. filesystem
  50. fontpackages-filesystem
  51. gcc
  52. gcc-c++
  53. gdb
  54. git
  55. glib2
  56. glibc-devel
  57. iproute
  58. iputils
  59. kbd
  60. libtool
  61. lsb-release
  62. make
  63. meego-rpm-config
  64. #mer-kickstarter
  65. mer-release
  66. #mic
  67. mpc
  68. net-tools
  69. ngfd
  70. nss
  71. ofono
  72. oneshot
  73. openssh-clients
  74. openssh-server
  75. #osc
  76. pam
  77. passwd
  78. patch
  79. perl
  80. pkgconfig
  81. prelink
  82. procps
  83. psmisc
  84. qt5-qttools-kmap2qmap
  85. readline
  86. repomd-pattern-builder
  87. rootfiles
  88. rpm
  89. rpm-build
  90. setup
  91. shadow-utils
  92. shared-mime-info
  93. ssu
  94. ssu-ks
  95. time
  96. usbutils
  97. util-linux
  98. vim
  99. iw
  100. wayland
  101. wayland-devel
  102. wpa_supplicant
  103. xdg-user-dirs
  104. zlib
  105. zlib-devel
  106. zypper
  107. %end
  108.  
  109. %post --nochroot
  110. if [ -n "$IMG_NAME" ]; then
  111. echo "BUILD: $IMG_NAME" >> $INSTALL_ROOT/etc/meego-release
  112. fi
  113.  
  114. %end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement