additional bash programming to support a json configuration file.
still working on kernel options for proper networking.
This commit is contained in:
5
config/filesystem_cmd.sh
Normal file
5
config/filesystem_cmd.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
fakechroot
|
||||
debootstrap --version
|
||||
debootstrap --variant=fakechroot --arch amd64 bionic /tmp/rootfs/ http://archive.ubuntu.com/ubuntu
|
||||
Reference in New Issue
Block a user