add some scripts to try bootstraping using arch/debian methods
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
72bf86646d
commit
b7ed5b7d12
2 changed files with 7 additions and 0 deletions
4
hacking/arch_bootstrap.sh
Normal file
4
hacking/arch_bootstrap.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
fakeroot pacman -r $(pwd -P)/preos -Syu --noconfirm --cachedir $(pwd -P)/preos/var/cache/pacman base
|
||||
|
3
hacking/debian_bootstrap.sh
Normal file
3
hacking/debian_bootstrap.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
fakeroot debootstrap jessie ./preos-debootstrap/
|
Loading…
Reference in a new issue