Dev/Embedded/Rootfs/Devuan/FromScratch

From Embeded Linux (and more) Wiki by Nathael
< Dev‎ | Embedded‎ | Rootfs
Revision as of 02:22, 16 October 2019 by Drizzt (talk | contribs) (Created page with "== Using debootstrap == === Part 1 : on any computer === debootstrap --foreign --arch=arm64 --include=locales,file,vim,net-tools,ca-certificates,bzip2,bsdutils,devuan-keyring...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Using debootstrap

Part 1 : on any computer

debootstrap --foreign --arch=arm64 --include=locales,file,vim,net-tools,ca-certificates,bzip2,bsdutils,devuan-keyring,debian-archive-keyring,debian-keyring,diffutils,findutils,eudev,iptables,isc-dhcp-client,netbase,ntp,openssh-client,openssh-server,openssh-sftp-server,screen,wireless-tools --exclude=ed,nano,tasksel,tasksel-data,vim-tiny --verbose ceres rootfs/ http://fr.deb.devuan.org/merged

Part 2 : on the target