add some scripts to try bootstraping using arch/debian methods

Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
remotes/origin/4.0-pre-not-stable
Nico Schottelius 10 years ago
parent 72bf86646d
commit b7ed5b7d12
  1. 4
      hacking/arch_bootstrap.sh
  2. 3
      hacking/debian_bootstrap.sh

@ -0,0 +1,4 @@
#!/bin/sh
fakeroot pacman -r $(pwd -P)/preos -Syu --noconfirm --cachedir $(pwd -P)/preos/var/cache/pacman base

@ -0,0 +1,3 @@
#!/bin/sh
fakeroot debootstrap jessie ./preos-debootstrap/
Loading…
Cancel
Save