fix storage pool, datasets,volume and disk
Some checks failed
CI / test-build (push) Has been cancelled

This commit is contained in:
2025-12-20 02:18:51 +00:00
parent 8029bcfa15
commit 98bedf6487
333 changed files with 352 additions and 64 deletions

View File

@@ -0,0 +1,34 @@
AtlasOS Bundle for Ubuntu 24.04 (Noble Numbat)
Generated: 2025-12-15 14:23:10 UTC
Packages: 21 main packages + dependencies
Main Packages:
build-essential
git
curl
wget
ca-certificates
software-properties-common
apt-transport-https
zfsutils-linux
zfs-zed
zfs-initramfs
samba
samba-common-bin
nfs-kernel-server
rpcbind
targetcli-fb
sqlite3
libsqlite3-dev
golang-go
openssl
net-tools
iproute2
Total .deb files: 326
Installation Instructions:
1. Transfer this entire directory to your airgap system
2. Run: sudo ./installer/install.sh --offline-bundle "/app/atlas/installer/atlas-bundle-ubuntu24.04"
Note: Ensure all .deb files are present before transferring

View File

@@ -0,0 +1,42 @@
# AtlasOS Offline Bundle for Ubuntu 24.04
This bundle contains all required packages and dependencies for installing AtlasOS on an airgap (offline) Ubuntu 24.04 system.
## Contents
- All required .deb packages with dependencies
- Go binary (fallback, if needed)
- Installation manifest
## Usage
1. Transfer this entire directory to your airgap system
2. On the airgap system, run:
```bash
sudo ./installer/install.sh --offline-bundle /path/to/this/directory
```
## Bundle Size
The bundle typically contains:
- ~100-200 .deb packages (including dependencies)
- Total size: ~500MB - 1GB (depending on architecture)
## Verification
Before transferring, verify the bundle:
```bash
# Count .deb files
find . -name "*.deb" | wc -l
# Check manifest
cat MANIFEST.txt
```
## Troubleshooting
If installation fails:
1. Check that all .deb files are present
2. Verify you're on Ubuntu 24.04
3. Check disk space (need at least 2GB free)
4. Review installation logs

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More