Skip to content

Instantly share code, notes, and snippets.

Processor : AArch64 Processor rev 4 (aarch64)
processor : 0
processor : 1
processor : 2
processor : 3
Features : fp asimd aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture: AArch64
CPU variant : 0x0
CPU part : 0xd03
MemTotal: 1005552 kB
MemFree: 923644 kB
Buffers: 4804 kB
Cached: 29776 kB
SwapCached: 0 kB
Active: 24372 kB
Inactive: 25108 kB
Active(anon): 14976 kB
Inactive(anon): 6516 kB
Active(file): 9396 kB
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.65+ (root@bundie) (gcc version 4.8.2 20140110 (prerelease) [ibm/gcc-4_8-branch merged from gcc-4_8-branch, revision 205847] (Ubuntu/Linaro 4.8.2-13ubuntu1) ) #9 SMP PREEMPT Wed Feb 17 10:25:22 EET 2016
[ 0.000000] CPU: AArch64 Processor [410fd034] revision 4
[ 0.000000] Machine: sun50iw1p1
[ 0.000000] Ignoring memory range 0x40000000 - 0x41000000
[ 0.000000] cma: CMA: reserved 16 MiB at 7f000000
[ 0.000000] On node 0 totalpages: 258048
[ 0.000000] DMA zone: 3528 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
@TsvetanUsunov
TsvetanUsunov / gist:57f109b11381ea019b39
Created July 22, 2014 09:47
Building Debian rootfs from scratch
<jo0nas> HeHoPMaJIeH: Nice article on bootstrapping Debian - but please do not advice users to disable recommends, that is a recipe for a broken system!
* jo0nas is talking about https://olimex.wordpress.com/2014/07/21/how-to-create-bare-minimum-debian-wheezy-rootfs-from-scratch/
<HeHoPMaJIeH> jo0nas: i will take a point.. The goal of this article was how to build "minimal" rootfs. in this case i don not want all unnecessary recommended/suggested packages
<HeHoPMaJIeH> but you are right :) i will tell Tzvetan to remove it from article
<jo0nas> I assume you mean a minimal *working* system
<jo0nas> if you want a minimal *broken* system I strongly recommend that you indicate that more clearly in the article, to not confuse those seeking a working system
<jo0nas> Another way to say it: Remove the line "APT::Install-Recommends "0"; ", and users of such systems can confidently report bugs they experience directly to Debian
<jo0nas> remove that line, and instead advertise at the end of the article that Debian develo