mirror of
https://github.com/rancher/os.git
synced 2025-09-16 15:09:27 +00:00
add rancher/os (os-installer) Dockerfile
and installer scripts
This commit is contained in:
6
scripts/installer/bootstrap
Executable file
6
scripts/installer/bootstrap
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
apt-get update
|
||||
apt-get install -y grub2 parted
|
Reference in New Issue
Block a user